Interface TableRow

All Superinterfaces:
TableRowBase<TableCell>

public interface TableRow extends TableRowBase<TableCell>
A single row in an SAPUI5 table including access to its cells.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the row number.

    Methods inherited from interface com.hp.lft.sdk.web.TableRowBase

    getCells, getRowIndex
  • Method Details

    • getRowNumber

      int getRowNumber()
      Returns the row number.
      Returns:
      The row number.