Index
All Classes and Interfaces|All Packages|Serialized Form
B
- bindMax(Signal<Double>) - Method in class com.vaadin.flow.component.slider.RangeSlider
-
Binds the given signal to the maximum value of the slider as a one-way binding so that the property is updated when the signal's value is updated.
- bindMax(Signal<Double>) - Method in class com.vaadin.flow.component.slider.Slider
-
Binds the given signal to the maximum value of the slider as a one-way binding so that the property is updated when the signal's value is updated.
- bindMin(Signal<Double>) - Method in class com.vaadin.flow.component.slider.RangeSlider
-
Binds the given signal to the minimum value of the slider as a one-way binding so that the property is updated when the signal's value is updated.
- bindMin(Signal<Double>) - Method in class com.vaadin.flow.component.slider.Slider
-
Binds the given signal to the minimum value of the slider as a one-way binding so that the property is updated when the signal's value is updated.
- bindStep(Signal<Double>) - Method in class com.vaadin.flow.component.slider.RangeSlider
-
Binds the given signal to the step value of the slider as a one-way binding so that the property is updated when the signal's value is updated.
- bindStep(Signal<Double>) - Method in class com.vaadin.flow.component.slider.Slider
-
Binds the given signal to the step value of the slider as a one-way binding so that the property is updated when the signal's value is updated.
C
- clear() - Method in class com.vaadin.flow.component.slider.RangeSlider
-
Clears the slider value, setting it to the full range from minimum to maximum.
- clear() - Method in class com.vaadin.flow.component.slider.Slider
-
Clears the slider value, setting it to the minimum value.
- com.vaadin.flow.component.slider - package com.vaadin.flow.component.slider
E
- end() - Method in record class com.vaadin.flow.component.slider.RangeSliderValue
-
Returns the value of the
endrecord component. - equals(Object) - Method in record class com.vaadin.flow.component.slider.RangeSliderValue
-
Indicates whether some other object is "equal to" this one.
- ExperimentalFeatureException - Exception Class in com.vaadin.flow.component.slider
-
An exception which is thrown when somebody attempts to use the
Slidercomponent without activating the associated feature flag first. - ExperimentalFeatureException() - Constructor for exception class com.vaadin.flow.component.slider.ExperimentalFeatureException
G
- getAccessibleNameEnd() - Method in class com.vaadin.flow.component.slider.RangeSlider
-
Gets the accessible name for the end range input element of the slider.
- getAccessibleNameStart() - Method in class com.vaadin.flow.component.slider.RangeSlider
-
Gets the accessible name for the start range input element of the slider.
- getAriaLabel() - Method in class com.vaadin.flow.component.slider.Slider
-
Gets the accessible name for the range input element of the slider.
- getAriaLabelledBy() - Method in class com.vaadin.flow.component.slider.Slider
-
Gets the id of the element used as the accessible name for the range input element of the slider.
- getFeatures() - Method in class com.vaadin.flow.component.slider.SliderFeatureFlagProvider
- getMax() - Method in class com.vaadin.flow.component.slider.RangeSlider
-
Gets the maximum value of the slider.
- getMax() - Method in class com.vaadin.flow.component.slider.Slider
-
Gets the maximum value of the slider.
- getMin() - Method in class com.vaadin.flow.component.slider.RangeSlider
-
Gets the minimum value of the slider.
- getMin() - Method in class com.vaadin.flow.component.slider.Slider
-
Gets the minimum value of the slider.
- getStep() - Method in class com.vaadin.flow.component.slider.RangeSlider
-
Gets the step value of the slider.
- getStep() - Method in class com.vaadin.flow.component.slider.Slider
-
Gets the step value of the slider.
- getValueChangeMode() - Method in class com.vaadin.flow.component.slider.RangeSlider
- getValueChangeMode() - Method in class com.vaadin.flow.component.slider.Slider
- getValueChangeTimeout() - Method in class com.vaadin.flow.component.slider.RangeSlider
- getValueChangeTimeout() - Method in class com.vaadin.flow.component.slider.Slider
H
- hashCode() - Method in record class com.vaadin.flow.component.slider.RangeSliderValue
-
Returns a hash code value for this object.
- hasValidValue() - Method in class com.vaadin.flow.component.slider.RangeSlider
- hasValidValue() - Method in class com.vaadin.flow.component.slider.Slider
I
- isMinMaxVisible() - Method in class com.vaadin.flow.component.slider.RangeSlider
-
Gets whether the min and max values are displayed below the slider track.
- isMinMaxVisible() - Method in class com.vaadin.flow.component.slider.Slider
-
Gets whether the min and max values are displayed below the slider track.
- isValueAlignedWithStep(RangeSliderValue) - Method in class com.vaadin.flow.component.slider.RangeSlider
- isValueAlignedWithStep(Double) - Method in class com.vaadin.flow.component.slider.Slider
- isValueAlwaysVisible() - Method in class com.vaadin.flow.component.slider.RangeSlider
-
Gets whether the value bubble is always visible, regardless of focus or hover state.
- isValueAlwaysVisible() - Method in class com.vaadin.flow.component.slider.Slider
-
Gets whether the value bubble is always visible, regardless of focus or hover state.
- isValueWithinMinMax(RangeSliderValue) - Method in class com.vaadin.flow.component.slider.RangeSlider
- isValueWithinMinMax(Double) - Method in class com.vaadin.flow.component.slider.Slider
O
- onAttach(AttachEvent) - Method in class com.vaadin.flow.component.slider.RangeSlider
- onAttach(AttachEvent) - Method in class com.vaadin.flow.component.slider.Slider
R
- RangeSlider - Class in com.vaadin.flow.component.slider
-
RangeSlider is an input field that allows the user to select a numeric range within bounds by dragging two thumbs along a track or using arrow keys for precise input.
- RangeSlider() - Constructor for class com.vaadin.flow.component.slider.RangeSlider
-
Constructs a
RangeSliderwith min 0 and max 100. - RangeSlider(double, double) - Constructor for class com.vaadin.flow.component.slider.RangeSlider
-
Constructs a
RangeSliderwith the given min and max. - RangeSlider(String) - Constructor for class com.vaadin.flow.component.slider.RangeSlider
-
Constructs a
RangeSliderwith the given label, min 0, and max 100. - RangeSlider(String, double, double) - Constructor for class com.vaadin.flow.component.slider.RangeSlider
-
Constructs a
RangeSliderwith the given label, min and max. - RangeSliderValue - Record Class in com.vaadin.flow.component.slider
-
Represents the value of a
RangeSlider, consisting of a start and end value. - RangeSliderValue(double, double) - Constructor for record class com.vaadin.flow.component.slider.RangeSliderValue
-
Creates a new RangeSliderValue with the given start and end values.
S
- setAccessibleNameEnd(String) - Method in class com.vaadin.flow.component.slider.RangeSlider
-
Sets an accessible name for the end range input element of the slider.
- setAccessibleNameStart(String) - Method in class com.vaadin.flow.component.slider.RangeSlider
-
Sets an accessible name for the start range input element of the slider.
- setAriaLabel(String) - Method in class com.vaadin.flow.component.slider.Slider
-
Sets an accessible name for the range input element of the slider.
- setAriaLabelledBy(String) - Method in class com.vaadin.flow.component.slider.Slider
-
Sets the id of an element to be used as the accessible name for the range input element of the slider.
- setMax(double) - Method in class com.vaadin.flow.component.slider.RangeSlider
-
Sets the maximum value of the slider.
- setMax(double) - Method in class com.vaadin.flow.component.slider.Slider
-
Sets the maximum value of the slider.
- setMin(double) - Method in class com.vaadin.flow.component.slider.RangeSlider
-
Sets the minimum value of the slider.
- setMin(double) - Method in class com.vaadin.flow.component.slider.Slider
-
Sets the minimum value of the slider.
- setMinMaxVisible(boolean) - Method in class com.vaadin.flow.component.slider.RangeSlider
-
Sets whether the min and max values are displayed below the slider track.
- setMinMaxVisible(boolean) - Method in class com.vaadin.flow.component.slider.Slider
-
Sets whether the min and max values are displayed below the slider track.
- setStep(double) - Method in class com.vaadin.flow.component.slider.RangeSlider
-
Sets the step value of the slider.
- setStep(double) - Method in class com.vaadin.flow.component.slider.Slider
-
Sets the step value of the slider.
- setValue(RangeSliderValue) - Method in class com.vaadin.flow.component.slider.RangeSlider
- setValue(Double) - Method in class com.vaadin.flow.component.slider.Slider
- setValueAlwaysVisible(boolean) - Method in class com.vaadin.flow.component.slider.RangeSlider
-
Sets whether the value bubble is always visible, regardless of focus or hover state.
- setValueAlwaysVisible(boolean) - Method in class com.vaadin.flow.component.slider.Slider
-
Sets whether the value bubble is always visible, regardless of focus or hover state.
- setValueChangeMode(ValueChangeMode) - Method in class com.vaadin.flow.component.slider.RangeSlider
- setValueChangeMode(ValueChangeMode) - Method in class com.vaadin.flow.component.slider.Slider
- setValueChangeTimeout(int) - Method in class com.vaadin.flow.component.slider.RangeSlider
- setValueChangeTimeout(int) - Method in class com.vaadin.flow.component.slider.Slider
- Slider - Class in com.vaadin.flow.component.slider
-
Slider is an input field that allows the user to select a numeric value within a range by dragging a handle along a track or using arrow keys for precise input.
- Slider() - Constructor for class com.vaadin.flow.component.slider.Slider
-
Constructs a
Sliderwith min 0 and max 100. - Slider(double, double) - Constructor for class com.vaadin.flow.component.slider.Slider
-
Constructs a
Sliderwith the given min and max. - Slider(String) - Constructor for class com.vaadin.flow.component.slider.Slider
-
Constructs a
Sliderwith the given label, min 0, and max 100. - Slider(String, double, double) - Constructor for class com.vaadin.flow.component.slider.Slider
-
Constructs a
Sliderwith the given label, min and max. - SLIDER_COMPONENT - Static variable in class com.vaadin.flow.component.slider.SliderFeatureFlagProvider
- SliderFeatureFlagProvider - Class in com.vaadin.flow.component.slider
- SliderFeatureFlagProvider() - Constructor for class com.vaadin.flow.component.slider.SliderFeatureFlagProvider
- start() - Method in record class com.vaadin.flow.component.slider.RangeSliderValue
-
Returns the value of the
startrecord component.
T
- toString() - Method in record class com.vaadin.flow.component.slider.RangeSliderValue
-
Returns a string representation of this record class.
All Classes and Interfaces|All Packages|Serialized Form