Interface TableRowBase<T extends TableCell>

Type Parameters:
T - the specified table cell.
All Known Subinterfaces:
TableRow, TableRow

public interface TableRowBase<T extends TableCell>
Base interface for Web and SAP UI5 table row.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a list of table cell objects in the row.
    int
    Returns the row's 0-based index.
  • Method Details

    • getCells

      List<T> getCells() throws GeneralLeanFtException
      Returns a list of table cell objects in the row.
      Returns:
      a collection of cells in the row.
      Throws:
      GeneralLeanFtException - if error occurs during execution
    • getRowIndex

      int getRowIndex()
      Returns the row's 0-based index.
      Returns:
      the row's 0-based index.