Package com.vaadin.flow.component.slider
package com.vaadin.flow.component.slider
-
ClassDescriptionDecimalRangeSlider is an input field that allows the user to select a decimal range within bounds by dragging two thumbs along a track or using arrow keys for precise input.Represents the value of a
DecimalRangeSlider, consisting of decimal start and end values.DecimalSlider is an input field that allows the user to select a decimal value within a range by dragging a handle along a track or using arrow keys for precise input.An exception which is thrown when somebody attempts to use any slider component without activating the associated feature flag first.IntegerRangeSlider is an input field that allows the user to select an integer range within bounds by dragging two thumbs along a track or using arrow keys for precise input.Represents the value of anIntegerRangeSlider, consisting of integer start and end values.IntegerSlider is an input field that allows the user to select an integer value within a range by dragging a handle along a track or using arrow keys for precise input.