Overview | Methods | This Package | All Packages
Retrieves the item at the specified zero-based index.
Syntax
public final Object getItem( int index )
Parameters
index
The index of the item to retrieve.
Return Value
Returns an object that represents the retrieved list-box item.
Exceptions
WFCInvalidArgumentException thrown if the specified index is not valid.
See Also setItem