Uses of Interface
com.hp.lft.sdk.sap.gui.ComboBoxItem
Packages that use ComboBoxItem
-
Uses of ComboBoxItem in com.hp.lft.sdk.sap.gui
Methods in com.hp.lft.sdk.sap.gui that return ComboBoxItemModifier and TypeMethodDescriptionReturns the item specified by the item text.ComboBox.getSelectedItem()
Returns the selected item.Methods in com.hp.lft.sdk.sap.gui that return types with arguments of type ComboBoxItemModifier and TypeMethodDescriptionComboBox.getItems()
Returns the list of the items in the combo box.Methods in com.hp.lft.sdk.sap.gui with parameters of type ComboBoxItemModifier and TypeMethodDescriptionvoid
ComboBox.select
(ComboBoxItem item) Selects the item from the combo box list.