Package | Description |
---|---|
com.hp.lft.sdk.sap.gui |
Provides the SDK for testing SAPGUI objects.
|
Modifier and Type | Method and Description |
---|---|
ComboBoxItem |
ComboBox.getItem(java.lang.String itemText)
Returns the item specified by the item text.
|
ComboBoxItem |
ComboBox.getSelectedItem()
Returns the selected item.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ComboBoxItem> |
ComboBox.getItems()
Returns the list of the items in the combo box.
|
Modifier and Type | Method and Description |
---|---|
void |
ComboBox.select(ComboBoxItem item)
Selects the item from the combo box list.
|