Package io.micronaut.views.fields.render.views
@Requires(beans=ViewsRenderer.class)
@Configuration
package io.micronaut.views.fields.render.views
Implementation class of
FormElementRenderer
which use views and ViewsRenderer
renders HTML for form Elements.- Since:
- 4.1.0
- Author:
- Sergio del Amo
-
ClassDescriptionConfiguration for
FormElementRenderer
based on views.ViewsFormElementRenderer
implementation forInputCheckboxFormElement
.ViewsFormElementRenderer
implementation forInputDateTimeLocalFormElement
.ViewsFormElementRenderer
implementation forInputDateFormElement
.ViewsFormElementRenderer
implementation forInputEmailFormElement
.ViewsFormElementRenderer
implementation for input type hidden.ViewsFormElementRenderer
implementation forInputNumberFormElement
.ViewsFormElementRenderer
implementation forInputPasswordFormElement
.ViewsFormElementRenderer
implementation forInputRadioFormElement
.ViewsFormElementRenderer
implementation forInputSubmitFormElement
.ViewsFormElementRenderer
implementation forInputTelFormElement
.ViewsFormElementRenderer
implementation forInputTextFormElement
.ViewsFormElementRenderer
implementation forInputTimeFormElement
.ViewsFormElementRenderer
implementation forInputUrlFormElement
.FormElementRenderer
implementation ofOption
.ViewsFormElementRenderer
implementation forSelectFormElement
.ViewsFormElementRenderer
implementation forTextareaFormElement
.ViewsFormElementRenderer
implementation forTrixEditorFormElement
.ViewsFormElementRenderer<T extends FormElement>Implementation ofFormElementRenderer
which usesViewsRenderer
to render a form element with a view template.