Class ListDescription

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

public class ListDescription extends UiObjectBaseDescription
The description of a Java List test object.
  • Constructor Details

    • ListDescription

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

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

    • setSelectedItems

      public void setSelectedItems(String[] items)
      Sets the selected items in the list.
      Parameters:
      items - the selected items in the list.
    • getSelectedItems

      public String[] getSelectedItems()
      Returns the selected items in the list.
      Returns:
      the selected items in the list.
    • setItemsCount

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

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