ListView.getItemText

Overview | Methods | This Package | All 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.