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