Overview | Methods | This Package | All Packages
Determines how many items at a time can be selected in the list box.
Syntax
public void setSelectionMode( int value )
Parameters
value
The new selection mode. Possible values are:
Note NONE and MULTI_SIMPLE are not valid for DhListBox.
Exceptions
WFCInvalidArgumentException thrown if value is not ONE or MULTI_EXTENDED.
See Also getSelectionMode