Uses of Enum Class
eu.webtoolkit.jwt.WSlider.TickPosition
Packages that use WSlider.TickPosition
-
Uses of WSlider.TickPosition in eu.webtoolkit.jwt
Fields in eu.webtoolkit.jwt with type parameters of type WSlider.TickPositionModifier and TypeFieldDescriptionstatic final EnumSet<WSlider.TickPosition>
WSlider.NoTicks
static final EnumSet<WSlider.TickPosition>
WSlider.TicksBothSides
Methods in eu.webtoolkit.jwt that return WSlider.TickPositionModifier and TypeMethodDescriptionstatic WSlider.TickPosition
Returns the enum constant of this class with the specified name.static WSlider.TickPosition[]
WSlider.TickPosition.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in eu.webtoolkit.jwt that return types with arguments of type WSlider.TickPositionMethods in eu.webtoolkit.jwt with parameters of type WSlider.TickPositionModifier and TypeMethodDescriptionfinal void
WSlider.setTickPosition
(WSlider.TickPosition tickPositio, WSlider.TickPosition... tickPosition) Sets the tick position.Method parameters in eu.webtoolkit.jwt with type arguments of type WSlider.TickPositionModifier and TypeMethodDescriptionvoid
WSlider.setTickPosition
(EnumSet<WSlider.TickPosition> tickPosition) Sets the tick position.