Package com.hp.lft.sdk.web
Interface TableRowBase<T extends TableCell>
- Type Parameters:
T
- the specified table cell.
public interface TableRowBase<T extends TableCell>
Base interface for Web and SAP UI5 table row.
-
Method Summary
Modifier and TypeMethodDescriptiongetCells()
Returns a list of table cell objects in the row.int
Returns the row's 0-based index.
-
Method Details
-
getCells
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.
-