Package dev. fritz2. components. forms. control
Types
ControlGroupRenderer
Link copied to clipboard
class ControlGroupRenderer(component: FormControlComponent) : ControlRenderer
Content copied to clipboard
This implementation of a ControlRenderer is meant for controls that offer multiple control field, like a checkboxGroup or a radioGroup, which already have labels for each control and rather a legend element that the form control adds.
ControlRenderer
Link copied to clipboard
interface ControlRenderer
Content copied to clipboard
This interface defines a type for the rendering of one formControl.
FormControlComponent
Link copied to clipboard
This component class manages the configuration of a formControl and some render centric functionalities.
SingleControlRenderer
Link copied to clipboard
class SingleControlRenderer(component: FormControlComponent) : ControlRenderer
Content copied to clipboard
This implementation of a ControlRenderer is meant for controls that offer a single control field, like an inputField or a selectField, which have only the one label, that the form control adds.