Interface IMobileFacetFilterBehavior
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
filterListTitlestringthe title of the filter list to open.
Open(uint)
Opens the specified filter list from the facet filter.
void Open(uint filterListIndex)
Parameters
filterListIndexuintthe 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
filterListTitlestringthe 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
filterListIndexuintthe index of the filter list to remove
Reset()
Resets the facet filter list.
void Reset()