Uses of Enum Class
eu.webtoolkit.jwt.SelectionBehavior
Packages that use SelectionBehavior
-
Uses of SelectionBehavior in eu.webtoolkit.jwt
Methods in eu.webtoolkit.jwt that return SelectionBehaviorModifier and TypeMethodDescriptionWAbstractItemView.getSelectionBehavior()Returns the selection behaviour.WItemSelectionModel.getSelectionBehavior()Returns the selection behaviour.static SelectionBehaviorReturns the enum constant of this class with the specified name.static SelectionBehavior[]SelectionBehavior.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 SelectionBehaviorModifier and TypeMethodDescriptionvoidWAbstractItemView.setSelectionBehavior(SelectionBehavior behavior) Changes the selection behaviour.voidWItemSelectionModel.setSelectionBehavior(SelectionBehavior behavior) Sets the selection behaviour.