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.NoTicksstatic final EnumSet<WSlider.TickPosition>WSlider.TicksBothSidesMethods in eu.webtoolkit.jwt that return WSlider.TickPositionModifier and TypeMethodDescriptionstatic WSlider.TickPositionReturns 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 voidWSlider.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 TypeMethodDescriptionvoidWSlider.setTickPosition(EnumSet<WSlider.TickPosition> tickPosition) Sets the tick position.