com.hp.lft.sdk.web

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 TypeMethod and Description
      java.util.List<T>getCells()
      Returns a list of table cell objects in the row.
      intgetRowIndex()
      Returns the row's 0-based index.
    • Method Detail

      • getRowIndex

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