Package com.hp.lft.sdk.sap.gui
Interface ComboBoxItem
public interface ComboBoxItem
An item of a combo box in a SAP GUI for Windows application.
-
Method Summary
-
Method Details
-
getText
Returns the text value of the item.- Returns:
- the text.
- Throws:
GeneralLeanFtException
- if error occurs during execution
-
getKey
Returns the key of the item. The key is the abbreviated value.- Returns:
- the key.
- Throws:
GeneralLeanFtException
- if error occurs during execution
-