Table of Contents

Interface IMobileFacetFilterBehavior

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

Mobile functionality provided for SAPUI5 facet filters. See Mobile

public interface IMobileFacetFilterBehavior

Methods

Next()

Scrolls to the next page.

void Next()

Open(string)

Opens the specified filter list from the facet filter.

void Open(string filterListTitle)

Parameters

filterListTitle string

the title of the filter list to open.

Open(uint)

Opens the specified filter list from the facet filter.

void Open(uint filterListIndex)

Parameters

filterListIndex uint

the index of the filter list to open.

OpenDialog()

Opens the facet filter dialog box.

void OpenDialog()

Previous()

Scrolls to the previous page.

void Previous()

Remove(string)

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

void Remove(string filterListTitle)

Parameters

filterListTitle string

the title of the filter list to remove

Remove(uint)

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

void Remove(uint filterListIndex)

Parameters

filterListIndex uint

the index of the filter list to remove

Reset()

Resets the facet filter list.

void Reset()