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 SummaryModifier and TypeMethodDescriptiongetCells()Returns a list of table cell objects in the row.intReturns the row's 0-based index.
- 
Method Details- 
getCellsReturns a list of table cell objects in the row.- Returns:
- a collection of cells in the row.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getRowIndexint getRowIndex()Returns the row's 0-based index.- Returns:
- the row's 0-based index.
 
 
-