com.hp.lft.sdk.sap.ui5

Class FacetFilterDescription

  • All Implemented Interfaces:
    CloneableObject, Description, com.hp.lft.sdk.internal.DescriptionWithVri, java.lang.Cloneable


    public class FacetFilterDescription
    extends WebElementDescription
    The description of an SAPUI5 FacetFilter test object.
    • Constructor Detail

      • FacetFilterDescription

        public FacetFilterDescription()
        Construct a new FacetFilterDescription.
    • Method Detail

      • setFilters

        public void setFilters(java.lang.String[] filters)
        Sets a list of filters in the facet filter.
        Parameters:
        filters - a list of filter buttons that can be used to filter the rows.
      • getFilters

        public java.lang.String[] getFilters()
        Returns a list of filters in the facet filter.
        Returns:
        a list of filters in the facet filter.
      • setFiltersCount

        public void setFiltersCount(java.lang.Integer filtersCount)
        Sets the number of filter lists of the facet filter.
        Parameters:
        filtersCount - the number of filter lists of the facet filter.
      • getFiltersCount

        public java.lang.Integer getFiltersCount()
        Gets the number of filter lists of the facet filter.
        Returns:
        the number of filter lists of the facet filter.
      • setMode

        public void setMode(FacetFilterMode mode)
        Sets the visual mode of the facet filter.
        Parameters:
        mode - the visual mode of the facet filter.
      • getMode

        public FacetFilterMode getMode()
        Returns the visual mode of the facet filter.
        Returns:
        the visual mode.
      • setEnabled

        public void setEnabled(java.lang.Boolean enabled)
        Sets whether the facet filter is enabled.
        Parameters:
        enabled - true to enable the object.
      • isEnabled

        public java.lang.Boolean isEnabled()
        Returns whether the facet filter is enabled.
        Returns:
        True if enabled.