widgets/slider library Widgets

An input where the user selects a value from within a given range.

See https://forui.dev/docs/form/slider for working examples.

Classes

FContinuousSliderController
A controller that manages a slider's active track which represents a continuous range/value.
FDiscreteSliderController
A controller that manages a slider's active track which represents a discrete range/value.
FSlider
An input where the user selects a value from within a given range.
FSliderControl
A FSliderControl defines how a FSlider is controlled.
FSliderController
A controller that manages a slider's active track.
FSliderManagedControl
A FSliderManagedControl enables widgets to manage their own controller internally while exposing parameters for common configurations.
FSliderMark
A mark in a FSlider. It is a combination of a tick - a visual indicator along the track, and a label.
FSliderMarkStyle
A FSlider mark's style.
FSliderStyle
A slider's style.
FSliderStyles
A slider's styles.
FSliderThumbStyle
A slider thumb's style.
FSliderTooltipControls
A slider's tooltip controllers.
FSliderValue
A FSlider's active track/value.

Enums

FSliderActiveThumb
The active thumb in a single-value slider.
FSliderInteraction
Possible ways for a user to interact with a slider.