SliderStateResult

data class SliderStateResult(key: Any, easyFormsErrorState: EasyFormsErrorState, value: Float) : EasyFormsResult

Default class to handle Float result from ex: Slider.

Parameters

key

a unique identifier for this state.

easyFormsErrorState

the current EasyFormsErrorState this state has.

value

the Slider position.

Constructors

SliderStateResult
Link copied to clipboard
fun SliderStateResult(key: Any, easyFormsErrorState: EasyFormsErrorState, value: Float)
a unique identifier for this state.

Properties

easyFormsErrorState
Link copied to clipboard
open override val easyFormsErrorState: EasyFormsErrorState
the current EasyFormsErrorState this state has.
key
Link copied to clipboard
open override val key: Any
a unique identifier for this state.
value
Link copied to clipboard
val value: Float
the Slider position.

Sources

androidJvm source
Link copied to clipboard