Package com.vaadin.flow.component.slider


package com.vaadin.flow.component.slider
  • Class
    Description
    An exception which is thrown when somebody attempts to use the Slider component without activating the associated feature flag first.
    IntegerRangeSlider 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.
    Represents the value of an IntegerRangeSlider, consisting of integer start and end values.
    IntegerSlider 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.
    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.
    Represents the value of a RangeSlider, consisting of decimal start and end values.
    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.