D
F
G
R
S
F
- field(de.thetadev.formconductor.composeui.scope.FormScope,kotlin.reflect.KProperty1,kotlin.jvm.functions.Function1) - function in de.thetadev.formconductor.composeui.FormComposablesKt
- Field ComposableThis composable automatically registers the field in it's parent scope and accepts KProperty1 reference as a parameter.
- form(kotlin.reflect.KClass,T,kotlin.jvm.functions.Function1) - function in de.thetadev.formconductor.composeui.FormComposablesKt
- form ComposableThis composable setup the form declarative by taking it's class reference as a parameter.
- formClear() - function in de.thetadev.formconductor.composeui.scope.FormScope
- Reset all fields to their default state
- FormComposablesKt - class in de.thetadev.formconductor.composeui
- FormFieldScope - class in de.thetadev.formconductor.composeui.scope
- A scope interface for FormField objects
- formGetFieldValue(kotlin.reflect.KProperty1) - function in de.thetadev.formconductor.composeui.scope.FormScope
- Get the value of a field
- FormScope - class in de.thetadev.formconductor.composeui.scope
- A scope interface for Form objects
- formSetValues(T) - function in de.thetadev.formconductor.composeui.scope.FormScope
- Set all fields to the given form data
- formValidate() - function in de.thetadev.formconductor.composeui.scope.FormScope
- Validate the form and collect the form data