Class ListBoxDescription

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

public class ListBoxDescription extends UiObjectWithLayoutInfoDescription
The description of a PowerBuilder ListBox test object.
  • Constructor Details

    • ListBoxDescription

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

      protected ListBoxDescription(ListBoxDescription.Init<?> init)
      Initializes a new ListBoxDescription class using the Builder pattern.
      Parameters:
      init - the Builder pattern.
  • 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 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.