com.hp.lft.sdk.sap.ui5

Class ListBoxDescription

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


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

      • 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 Detail

      • 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