Package io.micronaut.views.fields
package io.micronaut.views.fields
Classes related to the generation of HTML Fieldset representations for a given Java class.
- Since:
- 4.1.0
- Author:
- Sergio del Amo
-
ClassDescriptionDefault implementation of
FieldsetGenerator
which relies on the types being introspected.DefaultImplementation
ofFormGenerator
.Represents an HTML fieldset.API to generate an HTML Fieldset representation of a give type or instance.Representation of an HTML form.Marker interface for HTML Form Elements.Generates aForm
for a given type representing a form class.Represents an HTML Attribute.Constants for HTML Tags.Constants for the value of the type attribute in an HTML input tag.