Package com.hp.lft.sdk.sap.ui5
Interface MobileTableBehavior
public interface MobileTableBehavior
Mobile functionality provided for SAPUI5 tables. See
Table.getMobile().-
Method Summary
Modifier and TypeMethodDescriptionvoidnavigateToRow(int row) Navigate to the specified row according to its index.voidnavigateToRow(TableRow row) Navigate to the specified row.
-
Method Details