Class ListBoxDescription

All Implemented Interfaces:
CloneableObject, Description, com.hp.lft.sdk.internal.DescriptionWithVri, Cloneable

public class ListBoxDescription extends ListBoxDescription
The description of an SAPUI5 list box test object.
  • Constructor Details

    • ListBoxDescription

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

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

    • setSelectType

      public void setSelectType(SelectType selectType)
      Sets the selection type of the list box.
      Parameters:
      selectType - the selection type of the list box. Possible values: SelectType
    • getSelectType

      public SelectType getSelectType()
      Returns the selection type of the list box.
      Returns:
      the selection type of the list box. Possible values: SelectType