AddressController

class AddressController(val fieldsFlowable: Flow<List<SectionFieldElement>>) : SectionFieldErrorController

This is the controller for a section with a changing number and set of fields. This is in contrast to the SectionController which is a section in which the fields in it do not change.

Constructors

Link copied to clipboard
fun AddressController(fieldsFlowable: Flow<List<SectionFieldElement>>)

Properties

Link copied to clipboard
open override val error: Flow<FieldError?>
Link copied to clipboard
val fieldsFlowable: Flow<List<SectionFieldElement>>
Link copied to clipboard
val label: Int? = null