ToggleableStateResult

data class ToggleableStateResult(key: Any, easyFormsErrorState: EasyFormsErrorState, value: ToggleableState) : EasyFormsResult

Default class to handle ToggleableState result from ex: TriStateCheckbox.

Parameters

key

a unique identifier for this state.

easyFormsErrorState

the current EasyFormsErrorState this state has.

value

the ToggleableState value.

Constructors

ToggleableStateResult
Link copied to clipboard
fun ToggleableStateResult(key: Any, easyFormsErrorState: EasyFormsErrorState, value: ToggleableState)
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: ToggleableState
the ToggleableState value.

Sources

androidJvm source
Link copied to clipboard