Package com.hp.lft.sdk.sap.ui5
Interface ListItem
- All Known Subinterfaces:
MobileListItem
public interface ListItem
An SAPUI5 list item.
-
Method Summary
-
Method Details
-
getText
Returns the text value of the list box item.- Returns:
- the text value of the list box item.
- Throws:
GeneralLeanFtException
- if error occurs during execution
-
setData
Enters the specified text in the list item.- Parameters:
text
- the text to enter.- Throws:
GeneralLeanFtException
- if error occurs during execution
-