Package com.hp.lft.sdk.java
Interface ListItem
public interface ListItem
A single list item in a Java list.
- 
Method Summary
- 
Method Details- 
getTextReturns the text value of the list item.- Returns:
- the text value of the list item.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getIndexReturns the 0-based index of the list item.- Returns:
- the index of the list item.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
 
-