Retrieves the text for the specified list view item.
public final String getItemText( int index )
index
The zero-based index of the item whose text you want to retrieve.
Returns a string that represents the label of the specified list view item.
WFCInvalidArgumentException thrown if the specified index is not valid.