Uses of Interface
com.hp.lft.sdk.sap.ui5.TableRow
Packages that use TableRow
- 
Uses of TableRow in com.hp.lft.sdk.sap.ui5Methods in com.hp.lft.sdk.sap.ui5 that return TableRowModifier and TypeMethodDescriptionTable.getRow(int rowIndex) Returns the index of the specifiedTableRowrow.Methods in com.hp.lft.sdk.sap.ui5 that return types with arguments of type TableRowModifier and TypeMethodDescriptionTable.getSelectedRows()Returns a list of all selectedTableRowrows in the table.Table.getVisibleRows()Returns a list of the visibleTableRowrows in the current page.Methods in com.hp.lft.sdk.sap.ui5 with parameters of type TableRowModifier and TypeMethodDescriptionvoidDeletes the specified rows in the table.voidTable.deselectRow(TableRow... rows) Deselects the specified rows in the table.voidMobileTableBehavior.navigateToRow(TableRow row) Navigate to the specified row.voidSelects the specified rows in the table.