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 TypeMethodDescriptionvoid
navigateToRow
(int row) Navigate to the specified row according to its index.void
navigateToRow
(TableRow row) Navigate to the specified row.
-
Method Details