Easy Forms Slider State
data class EasyFormsSliderState(defaultValue: Float, isRequired: Boolean) : EasyFormsState<State<Float>, Float>
Content copied to clipboard
Constructors
EasyFormsSliderState
Link copied to clipboard
fun EasyFormsSliderState(defaultValue: Float = 0F, isRequired: Boolean = true)
Content copied to clipboard
Functions
mapToResult
Link copied to clipboard
open override fun mapToResult(key: Any): EasyFormsResult.SliderStateResult
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
onValueChangeFinished
Link copied to clipboard
Triggered when the user stops sliding the Slider to determine the error state.
Sources
androidJvm source
Link copied to clipboard