com.hp.lft.sdk.powerbuilder

Class ComboBoxDescription

    • Constructor Detail

      • ComboBoxDescription

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

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

      • setItems

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

        public String[] getItems()
        Returns the items in the ComboBoxDescription.
        Returns:
        the items in the ComboBoxDescription.
      • setSelectedItem

        public void setSelectedItem(String item)
        Sets the selected item in the ComboBoxDescription.
        Parameters:
        item - the selected item in the ComboBoxDescription.
      • setSelectedItem

        public void setSelectedItem(StringProperty item)
        Sets the selected item in the ComboBoxDescription.
        Parameters:
        item - a StringProperty (or RegExpProperty) representing the selected item in the ComboBoxDescription.
      • getSelectedItem

        public StringProperty getSelectedItem()
        Returns the selected item in the ComboBoxDescription.
        Returns:
        the selected item in the ComboBoxDescription.
      • setItemsCount

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

        public Integer getItemsCount()
        Returns the number of items in the ComboBoxDescription.
        Returns:
        the number of items in the ComboBoxDescription.