Class StatusBarDescription

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

public class StatusBarDescription extends UiObjectBaseDescription
The description of a standard Windows StatusBar test object.
  • Constructor Details

    • StatusBarDescription

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

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

    • setItems

      public void setItems(String[] items)
      Sets the items (parts) in the StatusBarDescription.
      Parameters:
      items - the items in the StatusBarDescription.
    • getItems

      public String[] getItems()
      Returns the items in the StatusBarDescription.
      Returns:
      the items in the StatusBarDescription.
    • setItemsCount

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

      public Integer getItemsCount()
      Returns the number of items in the StatusBarDescription.
      Returns:
      the number of items in the StatusBarDescription.