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 TypeMethodDescriptionvoid
next()
Scrolls to the next page.void
open
(int filterListIndex) Opens the specified filter list (by index) from the facet filter.void
Opens the specified filter list (by title) from the facet filter.void
Opens the facet filter dialog box.void
previous()
Scrolls to the previous page.void
remove
(int filterListIndex) Removes the specified filter list (by index) from the facet filter.void
Removes the specified filter list (by title) from the facet filter.void
reset()
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
-