Uses of Enum Class
eu.webtoolkit.jwt.SelectionMode
-
Uses of SelectionMode in eu.webtoolkit.jwt
Modifier and TypeMethodDescriptionWAbstractItemView.getSelectionMode()
Returns the selection mode.WComboBox.getSelectionMode()
Returns the selection mode.WSelectionBox.getSelectionMode()
Returns the selection mode.WTree.getSelectionMode()
Returns the selection mode.static SelectionMode
Returns the enum constant of this class with the specified name.static SelectionMode[]
SelectionMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
WAbstractItemView.setSelectionMode
(SelectionMode mode) Sets the selection mode.void
WCalendar.setSelectionMode
(SelectionMode mode) Sets the selection mode.void
WSelectionBox.setSelectionMode
(SelectionMode mode) Sets the selection mode.void
WTree.setSelectionMode
(SelectionMode mode) Sets the selection mode.