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 SelectionModeReturns 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 TypeMethodDescriptionvoidWAbstractItemView.setSelectionMode(SelectionMode mode) Sets the selection mode.voidWCalendar.setSelectionMode(SelectionMode mode) Sets the selection mode.voidWSelectionBox.setSelectionMode(SelectionMode mode) Sets the selection mode.voidWTree.setSelectionMode(SelectionMode mode) Sets the selection mode.