Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll Packages
ListView.getItemText
Retrieves the text for the specified list view item.
Syntax
public final String getItemText( int index )
Parameters
index
The zero-based index of the item whose text you want to retrieve.
Return Value
Returns a string that represents the label of the specified list view item.
Exceptions
WFCInvalidArgumentException thrown if the specified index is not valid.