Uses of Class
org.dwcj.controls.slider.Slider
Packages that use Slider
Package
Description
-
Uses of Slider in org.dwcj.controls.slider
Methods in org.dwcj.controls.slider that return SliderModifier and TypeMethodDescriptionSlider.addClassName(String selector) Slider.onScroll(Consumer<SliderOnControlScrollEvent> callback) Sets a callback to fire when the slider control is scrolled.Slider.removeClassName(String selector) Slider.setAttribute(String attribute, String value) Slider.setEnabled(Boolean enabled) Slider.setFocusable(Boolean focusable) Slider.setInverted(Boolean inverted) This method sets the orientation of the ProgressBar control.This method sets the custom labels for a ProgressBar control.Slider.setMajorTickSpacing(Integer tick) This method sets the major tick spacing for a ProgressBar control.Slider.setMaximum(Integer maximum) This method sets the maximum value of the ProgressBar control.Slider.setMinimum(Integer minimum) This method sets the minimum value of the ProgressBar control.Slider.setMinorTickSpacing(Integer tick) This method sets the minor tick spacing of a ProgressBar control.Slider.setOrientation(Slider.Orientation orientation) Will set the slider to vertical if the string "vertical" is passed.Slider.setPaintLabels(Boolean paint) This method sets whether labels are painted on a ProgressBar control.Slider.setPaintTicks(Boolean paint) This method sets whether ticks are painted on a ProgressBar control.Slider.setScrollWheelBehavior(HasMouseWheelCondition.MouseWheelCondition condition) Slider.setSnapToTicks(Boolean snap) This method sets whether a ProgressBar control should snap to the nearest tick when the user drags the thumb.Slider.setTabTraversable(Boolean traverse) Slider.setTheme(Slider.Theme theme) Slider.setTooltipText(String text) This method sets the value of the ProgressBar control.Slider.setVisible(Boolean visible) -
Uses of Slider in org.dwcj.controls.slider.events
Methods in org.dwcj.controls.slider.events that return SliderConstructors in org.dwcj.controls.slider.events with parameters of type Slider -
Uses of Slider in org.dwcj.controls.slider.sinks
Constructors in org.dwcj.controls.slider.sinks with parameters of type Slider