Package io.micronaut.views.fields.render.secondary
package io.micronaut.views.fields.render.secondary
Default implementation of
FormElementRenderer
which renders HTML for form Elements.- Since:
- 4.1.0
- Author:
- Sergio del Amo
-
ClassDescription
FormElementRenderer
implementation forInputCheckboxFormElement
.FormElementRenderer
implementation ofInputDateFormElement
.FormElementRenderer
implementation ofInputDateTimeLocalFormElement
.FormElementRenderer
implementation ofInputEmailFormElement
.FormElementRenderer
implementation forInputHiddenFormElement
.FormElementRenderer
implementation ofInputNumberFormElement
.FormElementRenderer
implementation ofInputPasswordFormElement
.Renders aInputRadioFormElement
as HTML.FormElementRenderer
implementation forInputSubmitFormElement
.FormElementRenderer
implementation ofInputTelFormElement
.FormElementRenderer
implementation ofInputTextFormElement
.FormElementRenderer
implementation ofInputTimeFormElement
.FormElementRenderer
implementation ofInputUrlFormElement
.FormElementRenderer
implementation ofOption
.Renders aSelectFormElement
as HTML.FormElementRenderer
implementation ofTextareaFormElement
.FormElementRenderer
implementation ofTrixEditorFormElement
.