Table of Contents

Interface IMobileTableBehavior

Namespace
HP.LFT.SDK.SAP.UI5
Assembly
HP.LFT.SDK.dll

Mobile functionality provided for SAPUI5 tables. See Mobile

public interface IMobileTableBehavior

Methods

NavigateToRow(ITableRow)

Navigates to the specified row.

void NavigateToRow(ITableRow row)

Parameters

row ITableRow

The row to navigate to. Possible values: ITableRow

NavigateToRow(uint)

Navigates to the specified row.

void NavigateToRow(uint row)

Parameters

row uint

the row index (1-based).