Uses of Enum Class
eu.webtoolkit.jwt.SelectionMode
Packages that use SelectionMode
-
Uses of SelectionMode in eu.webtoolkit.jwt
Methods in eu.webtoolkit.jwt that return SelectionModeModifier 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.Methods in eu.webtoolkit.jwt with parameters of type SelectionModeModifier 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.