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