Class ListBoxDescription

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

public class ListBoxDescription extends UiObjectDescriptionBase
The description of a .NET Windows Forms ListBox test object.
  • Constructor Details

    • ListBoxDescription

      public ListBoxDescription()
      Constructs a new ListBoxDescription.
    • ListBoxDescription

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

    • setItems

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

      public String[] getItems()
      Returns the items in the list.
      Returns:
      the items in the list
    • 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 item count
    • getItemsCount

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