Enum | +--SelectionStylepublic class SelectionStyle
Topic under construction.
Fields
Name | Description |
---|---|
MAX | Topic under construction. |
MIN | Topic under construction. |
MULTI_EXTENDED | Indicates that more than one item at a time can be selected, and keyboard combinations (such as SHIFT and CTRL) can be used to help in selection. |
MULTI_SIMPLE | Indicates that more than one item at a time can be selected. |
NONE | Indicates that no items can be selected. |
ONE | Indicates that only one item at a time can be selected. |