com.hp.lft.sdk.powerbuilder

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(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.