IMobileFacetFilterBehavior Interface
Mobile functionality provided for SAPUI5 facet filters. See IFacetFilter.Mobile

C# Syntax

public interface IMobileFacetFilterBehavior 
Public Methods
 NameDescription
MethodNextScrolls to the next page.  
MethodOpenOverloaded. Opens the specified filter list from the facet filter.  
MethodOpenDialogOpens the facet filter dialog box.  
MethodPreviousScrolls to the previous page.  
MethodRemoveOverloaded. Removes the specified filter list (according to its title) from the facet filter.  
MethodResetResets the facet filter list.  
Top