Class FacetFilterDescription

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

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

    • FacetFilterDescription

      public FacetFilterDescription()
      Construct a new FacetFilterDescription.
    • FacetFilterDescription

      protected FacetFilterDescription(FacetFilterDescription.Init<?> init)
  • Method Details

    • setFilters

      public void setFilters(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 String[] getFilters()
      Returns a list of filters in the facet filter.
      Returns:
      a list of filters in the facet filter.
    • setFiltersCount

      public void setFiltersCount(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 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(Boolean enabled)
      Sets whether the facet filter is enabled.
      Parameters:
      enabled - true to enable the object.
    • isEnabled

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