- All Implemented Interfaces:
- com.foreach.across.modules.web.ui.thymeleaf.ViewElementModelWriter<FormGroupElement>
public class FormGroupElementModelWriter
extends com.foreach.across.modules.web.ui.elements.thymeleaf.AbstractHtmlViewElementModelWriter<FormGroupElement>
The FormGroupElementModelWriter is core to default Bootstrap based form rendering.
It supports a combination of control, label and optional help text.
It will automatically set attributes based on the presence of the different elements and
an optional form layout. For most cases this will work perfectly but if you want total control
of the generated markup, you might want to create the form group markup manually.
- Since:
- 1.0.0
- Author:
- Arne Vandamme