Uses of Interface
com.hp.lft.sdk.sap.ui5.TableRow
Packages that use TableRow
-
Uses of TableRow in com.hp.lft.sdk.sap.ui5
Methods in com.hp.lft.sdk.sap.ui5 that return TableRowModifier and TypeMethodDescriptionTable.getRow
(int rowIndex) Returns the index of the specifiedTableRow
row.Methods in com.hp.lft.sdk.sap.ui5 that return types with arguments of type TableRowModifier and TypeMethodDescriptionTable.getSelectedRows()
Returns a list of all selectedTableRow
rows in the table.Table.getVisibleRows()
Returns a list of the visibleTableRow
rows in the current page.Methods in com.hp.lft.sdk.sap.ui5 with parameters of type TableRowModifier and TypeMethodDescriptionvoid
Deletes the specified rows in the table.void
Table.deselectRow
(TableRow... rows) Deselects the specified rows in the table.void
MobileTableBehavior.navigateToRow
(TableRow row) Navigate to the specified row.void
Selects the specified rows in the table.