com.hp.lft.sdk.sap.ui5

Class FacetFilterDescription.Init<T extends FacetFilterDescription.Init<T>>

    • Constructor Detail

      • Init

        protected Init()
    • Method Detail

      • enabled

        public T enabled(java.lang.Boolean enabled)
        Initializes whether the facet filter is enabled.
        Parameters:
        enabled - true to enable.
        Returns:
        the description instance with the update state (builder pattern).
      • filtersCount

        public T filtersCount(java.lang.Integer filtersCount)
        Initializes the number of all filters in the facet filter.
        Parameters:
        filtersCount - the number of all filters in the facet filter.
        Returns:
        The description instance with the update state (builder pattern).
      • filters

        public T filters(java.lang.String[] filters)
        Initializes all filters of the facet filter.
        Parameters:
        filters - all filters of the facet filter.
        Returns:
        the description instance with the update state (builder pattern).
      • mode

        public T mode(FacetFilterMode mode)
        Initializes the visual mode of the facet filter.
        Parameters:
        mode - the visual mode of the facet filter.
        Returns:
        the description instance with the update state (builder pattern).