ListView.getItemAt

Overview | Methods | This Package | All Packages

ListView.getItemAt

Retrieves the item at the specified location.

Syntax

public ListItem getItemAt( int x, int y )

Parameters

x

The x-coordinate of the location to test (expressed in client coordinates).

y

The y-coordinate of the location to test (expressed in client coordinates).

Return Value

Returns a ListItem object that represents the item at the specified location. If there is no item at the specified location, returns null.