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.getItem
Retrieves the specified item in the list view control.
Syntax
public final ListItem getItem( int index )
Parameters
index
The zero-based index of an item in the list view control.
Return Value
Returns the ListItem object that represents the item at the specified zero-based index.
Exceptions
WFCInvalidArgumentException thrown if the specified index is not valid.