Uses of Class
org.patternfly.component.slider.Slider
Packages that use Slider
-
Uses of Slider in org.patternfly.component.slider
Subclasses with type arguments of type Slider in org.patternfly.component.sliderModifier and TypeClassDescriptionclassA slider provides a quick and effective way for users to set and adjust a numeric value from a defined range of values.Classes in org.patternfly.component.slider that implement interfaces with type arguments of type SliderModifier and TypeClassDescriptionclassA slider provides a quick and effective way for users to set and adjust a numeric value from a defined range of values.Methods in org.patternfly.component.slider that return SliderModifier 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) Method parameters in org.patternfly.component.slider with type arguments of type Slider