DhSelectBox.getSelected

Overview | Methods | This Package | All Packages

DhSelectBox.getSelected

Retrieves the current selected state of an item.

Syntax

public boolean getSelected ( int index )

Parameters

index

The zero-based index of the item to query.

Return Value

Returns true if the item is selected; otherwise, returns false. Also returns false if index does not correspond to an item in the list.

See Also   setSelected