Uses of Class
org.patternfly.component.slider.Slider
-
Uses of Slider in org.patternfly.component.slider
Modifier and TypeMethodDescriptionSlider.addEndActions
(SliderActions actions) Slider.addStartActions
(SliderActions actions) Slider.addValueInput
(TextInput valueInput) Slider.addValueInput
(TextInput textInput, SliderInputPosition inputPosition) Slider.addValueInput
(InputGroup valueInput) Slider.addValueInput
(InputGroup valueInput, SliderInputPosition inputPosition) Slider.ariaDescribedBy
(String describedBy) Sets the aria attribute on the slider and the thumb element.Slider.ariaLabelledBy
(String labelledBy) Sets the aria attribute on the slider and the thumb element.Slider.ariaThumbLabel
(String label) Slider.customSteps
(boolean continuous, SliderSteps steps) Slider.customSteps
(SliderSteps steps) Slider.disabled
(boolean disabled) Slider.max
(double max) Slider.min
(double min) Slider.onChange
(ChangeHandler<Slider, Double> changeHandler) Slider.range
(double min, double max) Slider.range
(double min, double max, double step) Slider.showBoundaries()
Slider.showBoundaries
(boolean showBoundaries) Slider.showTicks()
Slider.showTicks
(boolean showTicks) Slider.slider()
Slider.step
(double step) Slider.that()
Slider.toolTipOnThumb()
Slider.toolTipOnThumb
(boolean tooltipOnThumb) Slider.value
(double value)