SectionElement
data class SectionElement(identifier: IdentifierSpec, fields: List<SectionFieldElement>, controller: SectionController) : FormElement
Content copied to clipboard
Constructors
Link copied to clipboard
fun SectionElement(identifier: IdentifierSpec, field: SectionFieldElement, controller: SectionController)
Content copied to clipboard
Functions
Link copied to clipboard
open override fun getFormFieldValueFlow(): Flow<List<Pair<IdentifierSpec, FormFieldEntry>>>
Content copied to clipboard