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 TypeMethod and Description
      voidnext()
      Scrolls to the next page.
      voidopen(int filterListIndex)
      Opens the specified filter list (by index) from the facet filter.
      voidopen(java.lang.String filterListTitle)
      Opens the specified filter list (by title) from the facet filter.
      voidopenDialog()
      Opens 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.
      voidremove(java.lang.String filterListTitle)
      Removes the specified filter list (by title) from the facet filter.
      voidreset()
      Resets the facet filter list.