Easy Forms Range Slider State
data class EasyFormsRangeSliderState(defaultValue: ClosedFloatingPointRange<Float>, isRequired: Boolean) : EasyFormsState<State<ClosedFloatingPointRange<Float>>, ClosedFloatingPointRange<Float>>
Content copied to clipboard
Constructors
EasyFormsRangeSliderState
Link copied to clipboard
fun EasyFormsRangeSliderState(defaultValue: ClosedFloatingPointRange<Float> = 0F..0F, isRequired: Boolean = true)
Content copied to clipboard
Functions
mapToResult
Link copied to clipboard
open override fun mapToResult(key: Any): EasyFormsResult.RangeSliderStateResult
Content copied to clipboard
restoreState
Link copied to clipboard
saveState
Link copied to clipboard
Properties
errorState
Link copied to clipboard
The error state that is used across all children of EasyFormsState.
onValueChangedCallback
Link copied to clipboard
open override val onValueChangedCallback: (ClosedFloatingPointRange<Float>) -> Unit
Content copied to clipboard
onValueChangeFinished
Link copied to clipboard
Triggered when the user stops sliding the RangeSlider to determine the error state.
state
Link copied to clipboard
Sources
androidJvm source
Link copied to clipboard