com.hp.lft.sdk.wpf

Interface ComboBox

    • Method Detail

      • getItems

        java.util.List<java.lang.String> getItems()
                                           throws GeneralLeanFtException
        Returns the names of the items in the combo box.
        Returns:
        the names of the items in the combo box
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • getSelectedItem

        java.lang.String getSelectedItem()
                                  throws GeneralLeanFtException
        Returns the item that is selected in the combo box.
        Returns:
        the selected item
        Throws:
        GeneralLeanFtException - if an error occurs during execution.
      • getParentText

        java.lang.String getParentText()
                                throws GeneralLeanFtException
        Returns the text associated with the parent object of this object.
        Returns:
        the text associated with the parent object of this object.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.