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.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.