Determines how many items at a time can be selected in the list box.
public void setSelectionMode( int value )
value
The new selection mode. Possible values are:
SelectionMode.ONE indicates that only one item can be selected at a time.
SelectionMode.MULTI_EXTENDED indicates that more than one item at a time can be selected and that keyboard characters, such as SHIFT and CTRL, can be used to assist in the selection.
Note NONE and MULTI_SIMPLE are not valid for DhListBox.
WFCInvalidArgumentException thrown if value is not ONE or MULTI_EXTENDED.
See Also getSelectionMode