Package com.hp.lft.sdk.powerbuilder
Interface ListItem
public interface ListItem
A single list item in a PowerBuilder list.
- 
Method SummaryModifier and TypeMethodDescriptionintReturns the list item's height (in pixels).getText()Returns the text value of the list item, or "" when empty.booleanIndicates whether the list item has focus in a multiple selection list box.booleanIndicates whether the list item is selected.
- 
Method Details- 
getTextReturns the text value of the list item, or "" when empty.- Returns:
- the text value of the list item
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
isFocusedIndicates whether the list item has focus in a multiple selection list box.- Returns:
- true if the list item has focus in a multiple selection list box.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getHeightReturns the list item's height (in pixels).- Returns:
- the list item's height (in pixels).
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
isSelectedIndicates whether the list item is selected.- Returns:
- true, if the list item is selected.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
 
-