FormElement

sealed class FormElement

This is used to define each section in the visual form layout. Each item in the layout has an identifier and a controller associated with it.

Functions

Link copied to clipboard
abstract fun getFormFieldValueFlow(): Flow<List<Pair<IdentifierSpec, FormFieldEntry>>>

Properties

Link copied to clipboard
abstract val controller: Controller?
Link copied to clipboard
abstract val identifier: IdentifierSpec

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard