Class ExpandBarDescription

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

public class ExpandBarDescription extends UiObjectBaseDescription
The description of a Java ExpandBar test object.
  • Constructor Details

    • ExpandBarDescription

      public ExpandBarDescription()
      Initializes a new instance of the ExpandBarDescription class.
    • ExpandBarDescription

      protected ExpandBarDescription(ExpandBarDescription.Init<?> init)
      Initializes a new instance of the ExpandBarDescription class using the Builder pattern.
      Parameters:
      init - the Builder pattern.
  • Method Details

    • setItemsCount

      public void setItemsCount(Integer itemsCount)
      Sets the number of ExpandBar items in the ExpandBar.
      Parameters:
      itemsCount - the number of ExpandBar items in the ExpandBar.
    • getItemsCount

      public Integer getItemsCount()
      Returns the number of ExpandBar items in the ExpandBar.
      Returns:
      the number of ExpandBar items in the ExpandBar.
    • setExpandedItems

      public void setExpandedItems(String[] expandedItems)
      Sets the expanded items in the ExpandBar.
      Parameters:
      expandedItems - the expanded items in the ExpandBar.
    • getExpandedItems

      public String[] getExpandedItems()
      Returns the expanded items in the ExpandBar.
      Returns:
      the expanded items in the ExpandBar.