Package com.hp.lft.sdk.sap.ui5
Interface MobileFacetFilterBehavior
public interface MobileFacetFilterBehavior
Mobile functionality provided for SAPUI5 facet filters. See
FacetFilter.getMobile().-
Method Summary
Modifier and TypeMethodDescriptionvoidnext()Scrolls to the next page.voidopen(int filterListIndex) Opens the specified filter list (by index) from the facet filter.voidOpens the specified filter list (by title) from the facet filter.voidOpens the facet filter dialog box.voidprevious()Scrolls to the previous page.voidremove(int filterListIndex) Removes the specified filter list (by index) from the facet filter.voidRemoves the specified filter list (by title) from the facet filter.voidreset()Resets the facet filter list.
-
Method Details
-
open
Opens the specified filter list (by title) from the facet filter.- Parameters:
filterListTitle- the title of the filter list to open.- Throws:
GeneralLeanFtException- if error occurs during execution
-
open
Opens the specified filter list (by index) from the facet filter.- Parameters:
filterListIndex- the index of the filter list to open.- Throws:
GeneralLeanFtException- if error occurs during execution
-
openDialog
Opens the facet filter dialog box.- Throws:
GeneralLeanFtException- if error occurs during execution
-
remove
Removes the specified filter list (by title) from the facet filter.- Parameters:
filterListTitle- the title of the filter list to remove.- Throws:
GeneralLeanFtException- if error occurs during execution
-
remove
Removes the specified filter list (by index) from the facet filter.- Parameters:
filterListIndex- the index of the filter list to remove- Throws:
GeneralLeanFtException- if error occurs during execution
-
reset
Resets the facet filter list.- Throws:
GeneralLeanFtException- if error occurs during execution
-
next
Scrolls to the next page.- Throws:
GeneralLeanFtException- if error occurs during execution
-
previous
Scrolls to the previous page.- Throws:
GeneralLeanFtException- if error occurs during execution
-