com.hp.lft.sdk.stdwin

Class ListBoxDescription

    • Constructor Detail

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

      • setItems

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

        public java.lang.String[] getItems()
        Returns the items in the list.
        Returns:
        the items in the list.
      • setSelectedItems

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

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

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

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