Package com.hp.lft.sdk.sap.ui5
Interface DesktopFacetFilterBehavior
public interface DesktopFacetFilterBehavior
Desktop functionality provided for facet filters. See
FacetFilter.getDesktop().-
Method Summary
Modifier and TypeMethodDescriptionvoidfilterBy(int filterListIndex, int... keysIndices) Invokes the specified filter (by index) according to the specified key indices.voidInvokes the specified filter (by index) according to the specified keys.voidInvokes the specified filter (by name) according to the specified key indices.voidInvokes the specified filter (by name) according to the specified keys.
-
Method Details
-
filterBy
Invokes the specified filter (by name) according to the specified keys.- Parameters:
filterListTitle- the name of the list containing the keys to filter.keys- the keys to select in the specified filter list.- Throws:
GeneralLeanFtException- if error occurs during execution
-
filterBy
Invokes the specified filter (by name) according to the specified key indices.- Parameters:
filterListTitle- the name of the list containing the keys to filter.keysIndices- the key indices to select in the specified filter list.- Throws:
GeneralLeanFtException- if error occurs during execution
-
filterBy
Invokes the specified filter (by index) according to the specified keys.- Parameters:
filterListIndex- the index of the list containing the keys to filter.keys- the keys to select in the specified filter list.- Throws:
GeneralLeanFtException- if error occurs during execution
-
filterBy
Invokes the specified filter (by index) according to the specified key indices.- Parameters:
filterListIndex- the index of the list containing the keys to filter.keysIndices- the key indices to select in the specified filter list.- Throws:
GeneralLeanFtException- if error occurs during execution
-