Table of Contents

Interface IMobileFacetFilterBehavior

Mobile functionality provided for SAPUI5 facet filters. See Mobile

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

Methods

Next()

Scrolls to the next page.

Declaration
void Next()

Open(string)

Opens the specified filter list from the facet filter.

Declaration
void Open(string filterListTitle)
Parameters
Type Name Description
string filterListTitle

the title of the filter list to open.

Open(uint)

Opens the specified filter list from the facet filter.

Declaration
void Open(uint filterListIndex)
Parameters
Type Name Description
uint filterListIndex

the index of the filter list to open.

OpenDialog()

Opens the facet filter dialog box.

Declaration
void OpenDialog()

Previous()

Scrolls to the previous page.

Declaration
void Previous()

Remove(string)

Removes the specified filter list (according to its title) from the facet filter.

Declaration
void Remove(string filterListTitle)
Parameters
Type Name Description
string filterListTitle

the title of the filter list to remove

Remove(uint)

Removes the specified filter list (according to its index) from the facet filter.

Declaration
void Remove(uint filterListIndex)
Parameters
Type Name Description
uint filterListIndex

the index of the filter list to remove

Reset()

Resets the facet filter list.

Declaration
void Reset()