Toggleable State Result
data class ToggleableStateResult(key: Any, easyFormsErrorState: EasyFormsErrorState, value: ToggleableState) : EasyFormsResult
Content copied to clipboard
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 of TriStateCheckbox.
Constructors
ToggleableStateResult
Link copied to clipboard
fun ToggleableStateResult(key: Any, easyFormsErrorState: EasyFormsErrorState, value: ToggleableState)
Content copied to clipboard
a unique identifier for this state.
Properties
easyFormsErrorState
Link copied to clipboard
the current EasyFormsErrorState this state has.
value
Link copied to clipboard
Sources
androidJvm source
Link copied to clipboard