Interface MobileFacetFilterBehavior


public interface MobileFacetFilterBehavior
Mobile functionality provided for SAPUI5 facet filters. See FacetFilter.getMobile().
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Scrolls to the next page.
    void
    open(int filterListIndex)
    Opens the specified filter list (by index) from the facet filter.
    void
    open(String filterListTitle)
    Opens the specified filter list (by title) from the facet filter.
    void
    Opens the facet filter dialog box.
    void
    Scrolls to the previous page.
    void
    remove(int filterListIndex)
    Removes the specified filter list (by index) from the facet filter.
    void
    remove(String filterListTitle)
    Removes the specified filter list (by title) from the facet filter.
    void
    Resets the facet filter list.