SectionController
class SectionController(@StringRes val label: Int?, sectionFieldErrorControllers: List<SectionFieldErrorController>) : Controller
This is the controller for a section with a static number of fields.
Constructors
Link copied to clipboard
constructor(@StringRes label: Int?, sectionFieldErrorControllers: List<SectionFieldErrorController>)