Table of Contents

Interface IMobileTableBehavior

Mobile functionality provided for SAPUI5 tables. See Mobile

Namespace: HP.LFT.SDK.SAP.UI5
Assembly: HP.LFT.SDK.dll
Syntax
public interface IMobileTableBehavior

Methods

NavigateToRow(ITableRow)

Navigates to the specified row.

Declaration
void NavigateToRow(ITableRow row)
Parameters
Type Name Description
ITableRow row

The row to navigate to. Possible values: ITableRow

NavigateToRow(uint)

Navigates to the specified row.

Declaration
void NavigateToRow(uint row)
Parameters
Type Name Description
uint row

the row index (1-based).