Index

A B C D E F G H I K L M N O P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values

A

action() - Method in record class io.micronaut.views.fields.Form
Returns the value of the action record component.
ATTR_CHECKED - Static variable in interface io.micronaut.views.fields.render.FormElementRenderer
HTML Attribute checked.
ATTR_COLS - Static variable in interface io.micronaut.views.fields.render.FormElementRenderer
HTML Attribute cols.
ATTR_DISABLED - Static variable in interface io.micronaut.views.fields.render.FormElementRenderer
HTML Attribute disabled.
ATTR_FOR - Static variable in interface io.micronaut.views.fields.render.FormElementRenderer
HTML Attribute for.
ATTR_ID - Static variable in interface io.micronaut.views.fields.render.FormElementRenderer
HTML Attribute id.
ATTR_MAX - Static variable in interface io.micronaut.views.fields.render.FormElementRenderer
HTML Attribute max.
ATTR_MAX_LENGTH - Static variable in interface io.micronaut.views.fields.render.FormElementRenderer
HTML Attribute maxlength.
ATTR_MIN - Static variable in interface io.micronaut.views.fields.render.FormElementRenderer
HTML Attribute min.
ATTR_MIN_LENGTH - Static variable in interface io.micronaut.views.fields.render.FormElementRenderer
HTML Attribute minlength.
ATTR_NAME - Static variable in interface io.micronaut.views.fields.render.FormElementRenderer
HTML Attribute name.
ATTR_PATTERN - Static variable in interface io.micronaut.views.fields.render.FormElementRenderer
HTML Attribute pattern.
ATTR_PLACEHOLDER - Static variable in interface io.micronaut.views.fields.render.FormElementRenderer
HTML Attribute placeholder.
ATTR_READ_ONLY - Static variable in interface io.micronaut.views.fields.render.FormElementRenderer
HTML Attribute readonly.
ATTR_REQUIRED - Static variable in interface io.micronaut.views.fields.render.FormElementRenderer
HTML Attribute required.
ATTR_ROWS - Static variable in interface io.micronaut.views.fields.render.FormElementRenderer
HTML Attribute rows.
ATTR_SELECTED - Static variable in interface io.micronaut.views.fields.render.FormElementRenderer
HTML Attribute selected.
ATTR_SIZE - Static variable in interface io.micronaut.views.fields.render.FormElementRenderer
HTML Attribute size.
ATTR_STEP - Static variable in interface io.micronaut.views.fields.render.FormElementRenderer
HTML Attribute step.
ATTR_TYPE - Static variable in interface io.micronaut.views.fields.render.FormElementRenderer
HTML Attribute type.
ATTR_VALUE - Static variable in interface io.micronaut.views.fields.render.FormElementRenderer
HTML Attribute value.
attributes(Checkbox) - Method in class io.micronaut.views.fields.render.secondary.InputCheckboxFormElementRenderer
 
attributes(InputDateFormElement) - Method in class io.micronaut.views.fields.render.secondary.InputDateFormElementRenderer
 
attributes(InputDateTimeLocalFormElement) - Method in class io.micronaut.views.fields.render.secondary.InputDateTimeLocalFormElementRenderer
 
attributes(InputHiddenFormElement) - Method in class io.micronaut.views.fields.render.secondary.InputHiddenFormElementRenderer
 
attributes(InputNumberFormElement) - Method in class io.micronaut.views.fields.render.secondary.InputNumberFormElementRenderer
 
attributes(InputRadioFormElement, Radio) - Method in class io.micronaut.views.fields.render.secondary.InputRadioFormElementRenderer
 
attributes(InputStringFormElement, InputType) - Method in interface io.micronaut.views.fields.render.FormElementRenderer
 
attributes(InputSubmitFormElement, Locale) - Method in class io.micronaut.views.fields.render.secondary.InputSubmitFormElementRenderer
 
attributes(InputTimeFormElement) - Method in class io.micronaut.views.fields.render.secondary.InputTimeFormElementRenderer
 
attributes(Option) - Method in class io.micronaut.views.fields.render.secondary.OptionFormElementRenderer
 
attributes(Radio) - Method in class io.micronaut.views.fields.render.secondary.InputRadioFormElementRenderer
 
attributes(SelectFormElement) - Method in class io.micronaut.views.fields.render.secondary.SelectFormElementRenderer
 
attributes(TextareaFormElement) - Method in class io.micronaut.views.fields.render.secondary.TextareaFormElementRenderer
 

B

build() - Method in class io.micronaut.views.fields.elements.Checkbox.Builder
Instantiates a Checkbox.
build() - Method in class io.micronaut.views.fields.elements.InputCheckboxFormElement.Builder
 
build() - Method in class io.micronaut.views.fields.elements.InputDateFormElement.Builder
 
build() - Method in class io.micronaut.views.fields.elements.InputDateTimeLocalFormElement.Builder
 
build() - Method in class io.micronaut.views.fields.elements.InputEmailFormElement.Builder
 
build() - Method in class io.micronaut.views.fields.elements.InputHiddenFormElement.Builder
 
build() - Method in class io.micronaut.views.fields.elements.InputNumberFormElement.Builder
 
build() - Method in class io.micronaut.views.fields.elements.InputPasswordFormElement.Builder
 
build() - Method in class io.micronaut.views.fields.elements.InputRadioFormElement.Builder
 
build() - Method in class io.micronaut.views.fields.elements.InputStringFormBuilder
 
build() - Method in class io.micronaut.views.fields.elements.InputSubmitFormElement.Builder
 
build() - Method in class io.micronaut.views.fields.elements.InputTelFormElement.Builder
 
build() - Method in class io.micronaut.views.fields.elements.InputTextFormElement.Builder
 
build() - Method in class io.micronaut.views.fields.elements.InputTimeFormElement.Builder
 
build() - Method in class io.micronaut.views.fields.elements.InputUrlFormElement.Builder
 
build() - Method in class io.micronaut.views.fields.elements.Option.Builder
Instantiates an Option.
build() - Method in class io.micronaut.views.fields.elements.Radio.Builder
 
build() - Method in class io.micronaut.views.fields.elements.SelectFormElement.Builder
Creates a Select form element.
build() - Method in class io.micronaut.views.fields.elements.TextareaFormElement.Builder
 
build() - Method in class io.micronaut.views.fields.elements.TrixEditorFormElement.Builder
 
builder() - Static method in record class io.micronaut.views.fields.elements.Checkbox
 
builder() - Static method in record class io.micronaut.views.fields.elements.InputCheckboxFormElement
 
builder() - Static method in record class io.micronaut.views.fields.elements.InputDateFormElement
 
builder() - Static method in record class io.micronaut.views.fields.elements.InputDateTimeLocalFormElement
 
builder() - Static method in record class io.micronaut.views.fields.elements.InputEmailFormElement
 
builder() - Static method in record class io.micronaut.views.fields.elements.InputHiddenFormElement
 
builder() - Static method in record class io.micronaut.views.fields.elements.InputNumberFormElement
 
builder() - Static method in record class io.micronaut.views.fields.elements.InputPasswordFormElement
 
builder() - Static method in record class io.micronaut.views.fields.elements.InputRadioFormElement
 
builder() - Static method in record class io.micronaut.views.fields.elements.InputSubmitFormElement
 
builder() - Static method in record class io.micronaut.views.fields.elements.InputTelFormElement
 
builder() - Static method in record class io.micronaut.views.fields.elements.InputTextFormElement
 
builder() - Static method in record class io.micronaut.views.fields.elements.InputTimeFormElement
 
builder() - Static method in record class io.micronaut.views.fields.elements.InputUrlFormElement
 
builder() - Static method in record class io.micronaut.views.fields.elements.Option
 
builder() - Static method in record class io.micronaut.views.fields.elements.Radio
 
builder() - Static method in record class io.micronaut.views.fields.elements.SelectFormElement
 
builder() - Static method in record class io.micronaut.views.fields.elements.TextareaFormElement
 
builder() - Static method in record class io.micronaut.views.fields.elements.TrixEditorFormElement
 
Builder() - Constructor for class io.micronaut.views.fields.elements.Checkbox.Builder
 
Builder() - Constructor for class io.micronaut.views.fields.elements.InputCheckboxFormElement.Builder
 
Builder() - Constructor for class io.micronaut.views.fields.elements.InputDateFormElement.Builder
 
Builder() - Constructor for class io.micronaut.views.fields.elements.InputDateTimeLocalFormElement.Builder
 
Builder() - Constructor for class io.micronaut.views.fields.elements.InputEmailFormElement.Builder
 
Builder() - Constructor for class io.micronaut.views.fields.elements.InputHiddenFormElement.Builder
 
Builder() - Constructor for class io.micronaut.views.fields.elements.InputNumberFormElement.Builder
 
Builder() - Constructor for class io.micronaut.views.fields.elements.InputPasswordFormElement.Builder
 
Builder() - Constructor for class io.micronaut.views.fields.elements.InputRadioFormElement.Builder
 
Builder() - Constructor for class io.micronaut.views.fields.elements.InputSubmitFormElement.Builder
 
Builder() - Constructor for class io.micronaut.views.fields.elements.InputTelFormElement.Builder
 
Builder() - Constructor for class io.micronaut.views.fields.elements.InputTextFormElement.Builder
 
Builder() - Constructor for class io.micronaut.views.fields.elements.InputTimeFormElement.Builder
 
Builder() - Constructor for class io.micronaut.views.fields.elements.InputUrlFormElement.Builder
 
Builder() - Constructor for class io.micronaut.views.fields.elements.Option.Builder
 
Builder() - Constructor for class io.micronaut.views.fields.elements.Radio.Builder
 
Builder() - Constructor for class io.micronaut.views.fields.elements.SelectFormElement.Builder
 
Builder() - Constructor for class io.micronaut.views.fields.elements.TextareaFormElement.Builder
 
Builder() - Constructor for class io.micronaut.views.fields.elements.TrixEditorFormElement.Builder
 
buttons() - Method in record class io.micronaut.views.fields.elements.InputRadioFormElement
Returns the value of the buttons record component.
buttons(List<Radio>) - Method in class io.micronaut.views.fields.elements.InputRadioFormElement.Builder
 

C

Checkbox - Record Class in io.micronaut.views.fields.elements
A Checkbox Form Element.
Checkbox(String, String, boolean, boolean, String, Message) - Constructor for record class io.micronaut.views.fields.elements.Checkbox
Creates an instance of a Checkbox record class.
CHECKBOX - Enum constant in enum class io.micronaut.views.fields.InputType
HTML Input type checkbox.
Checkbox.Builder - Class in io.micronaut.views.fields.elements
Checkbox Builder.
checkboxes() - Method in record class io.micronaut.views.fields.elements.InputCheckboxFormElement
Returns the value of the checkboxes record component.
checkboxes(List<Checkbox>) - Method in class io.micronaut.views.fields.elements.InputCheckboxFormElement.Builder
 
CheckboxFetcher<T> - Interface in io.micronaut.views.fields.fetchers
Defines a Checkbox Fetcher API.
checked() - Method in record class io.micronaut.views.fields.elements.Checkbox
Returns the value of the checked record component.
checked() - Method in record class io.micronaut.views.fields.elements.Radio
Returns the value of the checked record component.
checked(boolean) - Method in class io.micronaut.views.fields.elements.Checkbox.Builder
 
checked(boolean) - Method in class io.micronaut.views.fields.elements.Radio.Builder
 
code() - Method in record class io.micronaut.views.fields.messages.Message
Returns the value of the code record component.
cols() - Method in record class io.micronaut.views.fields.elements.TextareaFormElement
Returns the value of the cols record component.
cols(Integer) - Method in class io.micronaut.views.fields.elements.TextareaFormElement.Builder
 
compareTo(Message) - Method in record class io.micronaut.views.fields.messages.Message
 
constraintCode(ConstraintViolation<?>) - Static method in class io.micronaut.views.fields.messages.ConstraintViolationUtils
Returns a code representing a constraint violation.
ConstraintViolationUtils - Class in io.micronaut.views.fields.messages
Utility class to work with ConstraintViolation.
content(Message, MessageSource, Locale) - Method in interface io.micronaut.views.fields.render.FormElementRenderer
 

D

DATE - Enum constant in enum class io.micronaut.views.fields.InputType
HTML Input type date.
DATE_TIME_LOCAL - Enum constant in enum class io.micronaut.views.fields.InputType
HTML Input type datetime-local.
DEFAULT_ENABLED - Static variable in class io.micronaut.views.fields.render.FormElementRendererConfigurationProperties
The default enable value.
DefaultFieldGenerator - Class in io.micronaut.views.fields
Default implementation of FieldsetGenerator which relies on the types being introspected.
DefaultFieldGenerator(EnumOptionFetcher<?>, EnumRadioFetcher<?>, EnumCheckboxFetcher<?>, BeanContext) - Constructor for class io.micronaut.views.fields.DefaultFieldGenerator
 
DefaultFormGenerator - Class in io.micronaut.views.fields
DefaultImplementation of FormGenerator.
DefaultFormGenerator(FieldsetGenerator) - Constructor for class io.micronaut.views.fields.DefaultFormGenerator
 
defaultMessage() - Method in record class io.micronaut.views.fields.messages.Message
Returns the value of the defaultMessage record component.
disabled() - Method in record class io.micronaut.views.fields.elements.Option
Returns the value of the disabled record component.
disabled(boolean) - Method in class io.micronaut.views.fields.elements.Option.Builder
 
DIV - Enum constant in enum class io.micronaut.views.fields.HtmlTag
HTML Tag div.

E

EMAIL - Enum constant in enum class io.micronaut.views.fields.InputType
HTML Input type email.
EnumCheckboxFetcher<T> - Class in io.micronaut.views.fields.fetchers
CheckboxFetcher implementation for Enums.
EnumCheckboxFetcher() - Constructor for class io.micronaut.views.fields.fetchers.EnumCheckboxFetcher
 
EnumOptionFetcher<T> - Class in io.micronaut.views.fields.fetchers
OptionFetcher implementation for Enums.
EnumOptionFetcher() - Constructor for class io.micronaut.views.fields.fetchers.EnumOptionFetcher
 
EnumRadioFetcher<T> - Class in io.micronaut.views.fields.fetchers
RadioFetcher implementation for Enums.
EnumRadioFetcher() - Constructor for class io.micronaut.views.fields.fetchers.EnumRadioFetcher
 
equals(Object) - Method in record class io.micronaut.views.fields.elements.Checkbox
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.micronaut.views.fields.elements.InputCheckboxFormElement
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.micronaut.views.fields.elements.InputDateFormElement
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.micronaut.views.fields.elements.InputDateTimeLocalFormElement
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.micronaut.views.fields.elements.InputEmailFormElement
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.micronaut.views.fields.elements.InputHiddenFormElement
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.micronaut.views.fields.elements.InputNumberFormElement
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.micronaut.views.fields.elements.InputPasswordFormElement
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.micronaut.views.fields.elements.InputRadioFormElement
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.micronaut.views.fields.elements.InputSubmitFormElement
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.micronaut.views.fields.elements.InputTelFormElement
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.micronaut.views.fields.elements.InputTextFormElement
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.micronaut.views.fields.elements.InputTimeFormElement
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.micronaut.views.fields.elements.InputUrlFormElement
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.micronaut.views.fields.elements.Option
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.micronaut.views.fields.elements.Radio
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.micronaut.views.fields.elements.SelectFormElement
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.micronaut.views.fields.elements.TextareaFormElement
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.micronaut.views.fields.elements.TrixEditorFormElement
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.micronaut.views.fields.Fieldset
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.micronaut.views.fields.Form
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.micronaut.views.fields.HtmlAttribute
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.micronaut.views.fields.messages.Message
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.micronaut.views.fields.render.views.FormElementRendererViewsConfiguration
Indicates whether some other object is "equal to" this one.
errors - Variable in class io.micronaut.views.fields.elements.InputStringFormBuilder
Input Errors.
errors() - Method in interface io.micronaut.views.fields.elements.FormElementAttributes
 
errors() - Method in record class io.micronaut.views.fields.elements.InputCheckboxFormElement
Returns the value of the errors record component.
errors() - Method in record class io.micronaut.views.fields.elements.InputDateFormElement
Returns the value of the errors record component.
errors() - Method in record class io.micronaut.views.fields.elements.InputDateTimeLocalFormElement
Returns the value of the errors record component.
errors() - Method in record class io.micronaut.views.fields.elements.InputEmailFormElement
Returns the value of the errors record component.
errors() - Method in record class io.micronaut.views.fields.elements.InputNumberFormElement
Returns the value of the errors record component.
errors() - Method in record class io.micronaut.views.fields.elements.InputPasswordFormElement
Returns the value of the errors record component.
errors() - Method in interface io.micronaut.views.fields.elements.InputStringFormElement
 
errors() - Method in record class io.micronaut.views.fields.elements.InputTelFormElement
Returns the value of the errors record component.
errors() - Method in record class io.micronaut.views.fields.elements.InputTextFormElement
Returns the value of the errors record component.
errors() - Method in record class io.micronaut.views.fields.elements.InputTimeFormElement
Returns the value of the errors record component.
errors() - Method in record class io.micronaut.views.fields.elements.InputUrlFormElement
Returns the value of the errors record component.
errors() - Method in record class io.micronaut.views.fields.elements.SelectFormElement
Returns the value of the errors record component.
errors() - Method in record class io.micronaut.views.fields.elements.TextareaFormElement
Returns the value of the errors record component.
errors() - Method in record class io.micronaut.views.fields.elements.TrixEditorFormElement
Returns the value of the errors record component.
errors() - Method in record class io.micronaut.views.fields.Fieldset
Returns the value of the errors record component.
errors(List<Message>) - Method in class io.micronaut.views.fields.elements.InputCheckboxFormElement.Builder
 
errors(List<Message>) - Method in class io.micronaut.views.fields.elements.InputDateFormElement.Builder
 
errors(List<Message>) - Method in class io.micronaut.views.fields.elements.InputDateTimeLocalFormElement.Builder
 
errors(List<Message>) - Method in class io.micronaut.views.fields.elements.InputNumberFormElement.Builder
 
errors(List<Message>) - Method in class io.micronaut.views.fields.elements.InputStringFormBuilder
 
errors(List<Message>) - Method in class io.micronaut.views.fields.elements.InputTimeFormElement.Builder
 
errors(List<Message>) - Method in class io.micronaut.views.fields.elements.SelectFormElement.Builder
 
errors(List<Message>) - Method in class io.micronaut.views.fields.elements.TextareaFormElement.Builder
 
errors(List<Message>) - Method in class io.micronaut.views.fields.elements.TrixEditorFormElement.Builder
 

F

fetcher() - Element in annotation interface io.micronaut.views.fields.annotations.InputCheckbox
 
fetcher() - Element in annotation interface io.micronaut.views.fields.annotations.InputRadio
 
fetcher() - Element in annotation interface io.micronaut.views.fields.annotations.Select
 
fields() - Method in record class io.micronaut.views.fields.Fieldset
Returns the value of the fields record component.
fieldset() - Method in record class io.micronaut.views.fields.Form
Returns the value of the fieldset record component.
Fieldset - Record Class in io.micronaut.views.fields
Represents an HTML fieldset.
Fieldset(List<? extends FormElement>, List<Message>) - Constructor for record class io.micronaut.views.fields.Fieldset
Creates an instance of a Fieldset record class.
FieldsetGenerator - Interface in io.micronaut.views.fields
API to generate an HTML Fieldset representation of a give type or instance.
Form - Record Class in io.micronaut.views.fields
Representation of an HTML form.
Form(String, String, Fieldset) - Constructor for record class io.micronaut.views.fields.Form
Creates an instance of a Form record class.
FormElement - Interface in io.micronaut.views.fields
Marker interface for HTML Form Elements.
FormElementAttributes - Interface in io.micronaut.views.fields.elements
HTML Form Element Attributes.
FormElementRenderer<T extends FormElement> - Interface in io.micronaut.views.fields.render
API to render a FormElement.
FormElementRendererConfiguration - Interface in io.micronaut.views.fields.render
Configuration for form element rendering.
FormElementRendererConfigurationProperties - Class in io.micronaut.views.fields.render
ConfigurationProperties implementation of FormElementRendererConfiguration.
FormElementRendererConfigurationProperties() - Constructor for class io.micronaut.views.fields.render.FormElementRendererConfigurationProperties
 
FormElementRendererViewsConfiguration - Record Class in io.micronaut.views.fields.render.views
Configuration for FormElementRenderer based on views.
FormElementRendererViewsConfiguration(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String) - Constructor for record class io.micronaut.views.fields.render.views.FormElementRendererViewsConfiguration
Creates an instance of a FormElementRendererViewsConfiguration record class.
FormGenerator - Interface in io.micronaut.views.fields
Generates a Form for a given type representing a form class.

G

generate(String, String, Class<T>, InputSubmitFormElement) - Method in class io.micronaut.views.fields.DefaultFormGenerator
 
generate(Class<T>) - Method in class io.micronaut.views.fields.DefaultFieldGenerator
 
generate(Class<T>) - Method in interface io.micronaut.views.fields.fetchers.CheckboxFetcher
 
generate(Class<T>) - Method in interface io.micronaut.views.fields.fetchers.OptionFetcher
 
generate(Class<T>) - Method in interface io.micronaut.views.fields.fetchers.RadioFetcher
 
generate(Class<T>) - Method in interface io.micronaut.views.fields.FieldsetGenerator
 
generate(Class<T>, BiConsumer<String, BeanIntrospection.Builder<? extends FormElement>>) - Method in class io.micronaut.views.fields.DefaultFieldGenerator
 
generate(Class<T>, BiConsumer<String, BeanIntrospection.Builder<? extends FormElement>>) - Method in interface io.micronaut.views.fields.FieldsetGenerator
 
generate(Object) - Method in class io.micronaut.views.fields.DefaultFieldGenerator
 
generate(Object) - Method in interface io.micronaut.views.fields.FieldsetGenerator
 
generate(Object, ConstraintViolationException) - Method in class io.micronaut.views.fields.DefaultFieldGenerator
 
generate(Object, ConstraintViolationException) - Method in interface io.micronaut.views.fields.FieldsetGenerator
 
generate(Object, ConstraintViolationException, BiConsumer<String, BeanIntrospection.Builder<? extends FormElement>>) - Method in interface io.micronaut.views.fields.FieldsetGenerator
 
generate(Object, BiConsumer<String, BeanIntrospection.Builder<? extends FormElement>>) - Method in class io.micronaut.views.fields.DefaultFieldGenerator
 
generate(Object, BiConsumer<String, BeanIntrospection.Builder<? extends FormElement>>) - Method in interface io.micronaut.views.fields.FieldsetGenerator
 
generate(String, Class<T>) - Method in interface io.micronaut.views.fields.FormGenerator
Generate POST Form.
generate(String, Class<T>, InputSubmitFormElement) - Method in interface io.micronaut.views.fields.FormGenerator
Generate a POST form.
generate(String, Class<T>, Message) - Method in interface io.micronaut.views.fields.FormGenerator
Generate a POST Form.
generate(String, Object) - Method in interface io.micronaut.views.fields.FormGenerator
Generate FORM Post.
generate(String, Object, InputSubmitFormElement) - Method in interface io.micronaut.views.fields.FormGenerator
Generate FORM Post.
generate(String, Object, Message) - Method in interface io.micronaut.views.fields.FormGenerator
Generate FORM Post.
generate(String, Object, ConstraintViolationException) - Method in interface io.micronaut.views.fields.FormGenerator
Generate POST form.
generate(String, Object, ConstraintViolationException, InputSubmitFormElement) - Method in interface io.micronaut.views.fields.FormGenerator
Generate POST form.
generate(String, Object, ConstraintViolationException, Message) - Method in interface io.micronaut.views.fields.FormGenerator
Generate POST form.
generate(String, String, Class<T>) - Method in interface io.micronaut.views.fields.FormGenerator
 
generate(String, String, Class<T>, InputSubmitFormElement) - Method in interface io.micronaut.views.fields.FormGenerator
 
generate(String, String, Class<T>, Message) - Method in interface io.micronaut.views.fields.FormGenerator
 
generate(String, String, Object) - Method in interface io.micronaut.views.fields.FormGenerator
 
generate(String, String, Object, InputSubmitFormElement) - Method in interface io.micronaut.views.fields.FormGenerator
 
generate(String, String, Object, Message) - Method in interface io.micronaut.views.fields.FormGenerator
 
generate(String, String, Object, ConstraintViolationException) - Method in interface io.micronaut.views.fields.FormGenerator
 
generate(String, String, Object, ConstraintViolationException, InputSubmitFormElement) - Method in class io.micronaut.views.fields.DefaultFormGenerator
 
generate(String, String, Object, ConstraintViolationException, InputSubmitFormElement) - Method in interface io.micronaut.views.fields.FormGenerator
 
generate(String, String, Object, ConstraintViolationException, Message) - Method in interface io.micronaut.views.fields.FormGenerator
 
generate(Class<T>) - Method in class io.micronaut.views.fields.fetchers.EnumCheckboxFetcher
 
generate(Class<T>) - Method in class io.micronaut.views.fields.fetchers.EnumOptionFetcher
 
generate(Class<T>) - Method in class io.micronaut.views.fields.fetchers.EnumRadioFetcher
 
generate(Object, ConstraintViolationException, BiConsumer<String, BeanIntrospection.Builder<? extends FormElement>>) - Method in class io.micronaut.views.fields.DefaultFieldGenerator
 
generate(String, String, Object, InputSubmitFormElement) - Method in class io.micronaut.views.fields.DefaultFormGenerator
 
generate(T) - Method in interface io.micronaut.views.fields.fetchers.CheckboxFetcher
 
generate(T) - Method in class io.micronaut.views.fields.fetchers.EnumCheckboxFetcher
 
generate(T) - Method in class io.micronaut.views.fields.fetchers.EnumOptionFetcher
 
generate(T) - Method in class io.micronaut.views.fields.fetchers.EnumRadioFetcher
 
generate(T) - Method in interface io.micronaut.views.fields.fetchers.OptionFetcher
 
generate(T) - Method in interface io.micronaut.views.fields.fetchers.RadioFetcher
 
generateWithFieldset(String, Fieldset) - Method in interface io.micronaut.views.fields.FormGenerator
Generate Form with fieldset.
generateWithFieldset(String, Fieldset, Message) - Method in interface io.micronaut.views.fields.FormGenerator
Generate Form with fieldset.
generateWithFieldset(String, String, Fieldset, InputSubmitFormElement) - Method in class io.micronaut.views.fields.DefaultFormGenerator
 
generateWithFieldset(String, String, Fieldset, InputSubmitFormElement) - Method in interface io.micronaut.views.fields.FormGenerator
Generate FORM with fieldset.
generateWithFieldset(String, String, Fieldset, Message) - Method in interface io.micronaut.views.fields.FormGenerator
Generate FORM with fieldset.
getId() - Method in record class io.micronaut.views.fields.elements.Radio
 
getLabel() - Method in record class io.micronaut.views.fields.elements.Radio
 
getTag() - Method in interface io.micronaut.views.fields.elements.InputFormElement
 
getTag() - Method in record class io.micronaut.views.fields.elements.Option
 
getTag() - Method in record class io.micronaut.views.fields.elements.SelectFormElement
 
getTag() - Method in record class io.micronaut.views.fields.elements.TextareaFormElement
 
getTag() - Method in record class io.micronaut.views.fields.elements.TrixEditorFormElement
 
getTag() - Method in interface io.micronaut.views.fields.FormElement
 
getType() - Method in record class io.micronaut.views.fields.elements.InputCheckboxFormElement
 
getType() - Method in record class io.micronaut.views.fields.elements.InputDateFormElement
 
getType() - Method in record class io.micronaut.views.fields.elements.InputDateTimeLocalFormElement
 
getType() - Method in record class io.micronaut.views.fields.elements.InputEmailFormElement
 
getType() - Method in interface io.micronaut.views.fields.elements.InputFormElement
 
getType() - Method in record class io.micronaut.views.fields.elements.InputHiddenFormElement
 
getType() - Method in record class io.micronaut.views.fields.elements.InputNumberFormElement
 
getType() - Method in record class io.micronaut.views.fields.elements.InputPasswordFormElement
 
getType() - Method in record class io.micronaut.views.fields.elements.InputRadioFormElement
 
getType() - Method in record class io.micronaut.views.fields.elements.InputSubmitFormElement
 
getType() - Method in record class io.micronaut.views.fields.elements.InputTelFormElement
 
getType() - Method in record class io.micronaut.views.fields.elements.InputTextFormElement
 
getType() - Method in record class io.micronaut.views.fields.elements.InputTimeFormElement
 
getType() - Method in record class io.micronaut.views.fields.elements.InputUrlFormElement
 
getValue() - Method in record class io.micronaut.views.fields.elements.Radio
 
GlobalAttributes - Interface in io.micronaut.views.fields.elements
HTML Global Attributes.
GREATER_THAN - Static variable in interface io.micronaut.views.fields.render.FormElementRenderer
Greater than sign.

H

hasErrors() - Method in interface io.micronaut.views.fields.elements.FormElementAttributes
 
hasErrors() - Method in record class io.micronaut.views.fields.elements.InputCheckboxFormElement
 
hasErrors() - Method in record class io.micronaut.views.fields.Fieldset
 
hashCode() - Method in record class io.micronaut.views.fields.elements.Checkbox
Returns a hash code value for this object.
hashCode() - Method in record class io.micronaut.views.fields.elements.InputCheckboxFormElement
Returns a hash code value for this object.
hashCode() - Method in record class io.micronaut.views.fields.elements.InputDateFormElement
Returns a hash code value for this object.
hashCode() - Method in record class io.micronaut.views.fields.elements.InputDateTimeLocalFormElement
Returns a hash code value for this object.
hashCode() - Method in record class io.micronaut.views.fields.elements.InputEmailFormElement
Returns a hash code value for this object.
hashCode() - Method in record class io.micronaut.views.fields.elements.InputHiddenFormElement
Returns a hash code value for this object.
hashCode() - Method in record class io.micronaut.views.fields.elements.InputNumberFormElement
Returns a hash code value for this object.
hashCode() - Method in record class io.micronaut.views.fields.elements.InputPasswordFormElement
Returns a hash code value for this object.
hashCode() - Method in record class io.micronaut.views.fields.elements.InputRadioFormElement
Returns a hash code value for this object.
hashCode() - Method in record class io.micronaut.views.fields.elements.InputSubmitFormElement
Returns a hash code value for this object.
hashCode() - Method in record class io.micronaut.views.fields.elements.InputTelFormElement
Returns a hash code value for this object.
hashCode() - Method in record class io.micronaut.views.fields.elements.InputTextFormElement
Returns a hash code value for this object.
hashCode() - Method in record class io.micronaut.views.fields.elements.InputTimeFormElement
Returns a hash code value for this object.
hashCode() - Method in record class io.micronaut.views.fields.elements.InputUrlFormElement
Returns a hash code value for this object.
hashCode() - Method in record class io.micronaut.views.fields.elements.Option
Returns a hash code value for this object.
hashCode() - Method in record class io.micronaut.views.fields.elements.Radio
Returns a hash code value for this object.
hashCode() - Method in record class io.micronaut.views.fields.elements.SelectFormElement
Returns a hash code value for this object.
hashCode() - Method in record class io.micronaut.views.fields.elements.TextareaFormElement
Returns a hash code value for this object.
hashCode() - Method in record class io.micronaut.views.fields.elements.TrixEditorFormElement
Returns a hash code value for this object.
hashCode() - Method in record class io.micronaut.views.fields.Fieldset
Returns a hash code value for this object.
hashCode() - Method in record class io.micronaut.views.fields.Form
Returns a hash code value for this object.
hashCode() - Method in record class io.micronaut.views.fields.HtmlAttribute
Returns a hash code value for this object.
hashCode() - Method in record class io.micronaut.views.fields.messages.Message
Returns a hash code value for this object.
hashCode() - Method in record class io.micronaut.views.fields.render.views.FormElementRendererViewsConfiguration
Returns a hash code value for this object.
HIDDEN - Enum constant in enum class io.micronaut.views.fields.InputType
HTML Input type hidden.
HtmlAttribute - Record Class in io.micronaut.views.fields
Represents an HTML Attribute.
HtmlAttribute(String, String) - Constructor for record class io.micronaut.views.fields.HtmlAttribute
Creates an instance of a HtmlAttribute record class.
HtmlTag - Enum Class in io.micronaut.views.fields
Constants for HTML Tags.

I

id - Variable in class io.micronaut.views.fields.elements.InputStringFormBuilder
It defines an identifier (ID) which must be unique in the whole document.
id() - Method in record class io.micronaut.views.fields.elements.Checkbox
Returns the value of the id record component.
id() - Method in interface io.micronaut.views.fields.elements.GlobalAttributes
 
id() - Method in record class io.micronaut.views.fields.elements.InputDateFormElement
Returns the value of the id record component.
id() - Method in record class io.micronaut.views.fields.elements.InputDateTimeLocalFormElement
Returns the value of the id record component.
id() - Method in record class io.micronaut.views.fields.elements.InputEmailFormElement
Returns the value of the id record component.
id() - Method in record class io.micronaut.views.fields.elements.InputNumberFormElement
Returns the value of the id record component.
id() - Method in record class io.micronaut.views.fields.elements.InputPasswordFormElement
Returns the value of the id record component.
id() - Method in interface io.micronaut.views.fields.elements.InputStringFormElement
 
id() - Method in record class io.micronaut.views.fields.elements.InputTelFormElement
Returns the value of the id record component.
id() - Method in record class io.micronaut.views.fields.elements.InputTextFormElement
Returns the value of the id record component.
id() - Method in record class io.micronaut.views.fields.elements.InputTimeFormElement
Returns the value of the id record component.
id() - Method in record class io.micronaut.views.fields.elements.InputUrlFormElement
Returns the value of the id record component.
id() - Method in record class io.micronaut.views.fields.elements.Radio
Returns the value of the id record component.
id() - Method in record class io.micronaut.views.fields.elements.SelectFormElement
Returns the value of the id record component.
id() - Method in record class io.micronaut.views.fields.elements.TextareaFormElement
Returns the value of the id record component.
id() - Method in record class io.micronaut.views.fields.elements.TrixEditorFormElement
Returns the value of the id record component.
id(String) - Method in class io.micronaut.views.fields.elements.Checkbox.Builder
 
id(String) - Method in class io.micronaut.views.fields.elements.InputDateFormElement.Builder
 
id(String) - Method in class io.micronaut.views.fields.elements.InputDateTimeLocalFormElement.Builder
 
id(String) - Method in class io.micronaut.views.fields.elements.InputStringFormBuilder
 
id(String) - Method in class io.micronaut.views.fields.elements.InputTimeFormElement.Builder
 
id(String) - Method in class io.micronaut.views.fields.elements.TextareaFormElement.Builder
 
id(String) - Method in class io.micronaut.views.fields.elements.TrixEditorFormElement.Builder
 
id(String) - Method in class io.micronaut.views.fields.elements.InputNumberFormElement.Builder
 
id(String) - Method in class io.micronaut.views.fields.elements.Radio.Builder
 
id(String) - Method in class io.micronaut.views.fields.elements.SelectFormElement.Builder
 
INPUT - Enum constant in enum class io.micronaut.views.fields.HtmlTag
HTML Tag input.
inputAttributes(TrixEditorFormElement) - Method in class io.micronaut.views.fields.render.secondary.TrixEditorFormElementRenderer
 
inputCheckbox() - Method in record class io.micronaut.views.fields.render.views.FormElementRendererViewsConfiguration
Returns the value of the inputCheckbox record component.
InputCheckbox - Annotation Interface in io.micronaut.views.fields.annotations
Annotation to specify a field is a checkbox input.
InputCheckboxFormElement - Record Class in io.micronaut.views.fields.elements
 
InputCheckboxFormElement(List<Checkbox>, Message, List<Message>) - Constructor for record class io.micronaut.views.fields.elements.InputCheckboxFormElement
Creates an instance of a InputCheckboxFormElement record class.
InputCheckboxFormElement.Builder - Class in io.micronaut.views.fields.elements
Input checkbox builder.
InputCheckboxFormElementRenderer - Class in io.micronaut.views.fields.render.secondary
InputCheckboxFormElementRenderer(MessageSource) - Constructor for class io.micronaut.views.fields.render.secondary.InputCheckboxFormElementRenderer
 
InputCheckboxViewsFormElementRenderer - Class in io.micronaut.views.fields.render.views
InputCheckboxViewsFormElementRenderer(ViewsRenderer<Map<String, FormElement>, ?>, FormElementRendererViewsConfiguration) - Constructor for class io.micronaut.views.fields.render.views.InputCheckboxViewsFormElementRenderer
 
inputDate() - Method in record class io.micronaut.views.fields.render.views.FormElementRendererViewsConfiguration
Returns the value of the inputDate record component.
InputDateFormElement - Record Class in io.micronaut.views.fields.elements
Input Date.
InputDateFormElement(String, String, boolean, LocalDate, LocalDate, LocalDate, String, Message, List<Message>) - Constructor for record class io.micronaut.views.fields.elements.InputDateFormElement
Creates an instance of a InputDateFormElement record class.
InputDateFormElement.Builder - Class in io.micronaut.views.fields.elements
Input Date Builder.
InputDateFormElementRenderer - Class in io.micronaut.views.fields.render.secondary
InputDateFormElementRenderer(MessageSource) - Constructor for class io.micronaut.views.fields.render.secondary.InputDateFormElementRenderer
 
inputDateTimeLocal() - Method in record class io.micronaut.views.fields.render.views.FormElementRendererViewsConfiguration
Returns the value of the inputDateTimeLocal record component.
InputDateTimeLocalFormElement - Record Class in io.micronaut.views.fields.elements
 
InputDateTimeLocalFormElement(String, String, boolean, LocalDateTime, LocalDateTime, LocalDateTime, String, Message, List<Message>) - Constructor for record class io.micronaut.views.fields.elements.InputDateTimeLocalFormElement
Creates an instance of a InputDateTimeLocalFormElement record class.
InputDateTimeLocalFormElement.Builder - Class in io.micronaut.views.fields.elements
Input Date Time Builder.
InputDateTimeLocalFormElementRenderer - Class in io.micronaut.views.fields.render.secondary
InputDateTimeLocalFormElementRenderer(MessageSource) - Constructor for class io.micronaut.views.fields.render.secondary.InputDateTimeLocalFormElementRenderer
 
InputDateTimeLocalViewsFormElementRenderer - Class in io.micronaut.views.fields.render.views
InputDateTimeLocalViewsFormElementRenderer(ViewsRenderer<Map<String, FormElement>, ?>, FormElementRendererViewsConfiguration) - Constructor for class io.micronaut.views.fields.render.views.InputDateTimeLocalViewsFormElementRenderer
 
InputDateViewsFormElementRenderer - Class in io.micronaut.views.fields.render.views
InputDateViewsFormElementRenderer(ViewsRenderer<Map<String, FormElement>, ?>, FormElementRendererViewsConfiguration) - Constructor for class io.micronaut.views.fields.render.views.InputDateViewsFormElementRenderer
 
inputEmail() - Method in record class io.micronaut.views.fields.render.views.FormElementRendererViewsConfiguration
Returns the value of the inputEmail record component.
InputEmail - Annotation Interface in io.micronaut.views.fields.annotations
Annotation to specify a field is an email input.
InputEmailFormElement - Record Class in io.micronaut.views.fields.elements
Input Email.
InputEmailFormElement(String, String, String, boolean, boolean, Number, Number, String, Integer, String, Message, List<Message>) - Constructor for record class io.micronaut.views.fields.elements.InputEmailFormElement
Creates an instance of a InputEmailFormElement record class.
InputEmailFormElement.Builder - Class in io.micronaut.views.fields.elements
Input Email builder.
InputEmailFormElementRenderer - Class in io.micronaut.views.fields.render.secondary
InputEmailFormElementRenderer(MessageSource) - Constructor for class io.micronaut.views.fields.render.secondary.InputEmailFormElementRenderer
 
InputEmailViewsFormElementRenderer - Class in io.micronaut.views.fields.render.views
InputEmailViewsFormElementRenderer(ViewsRenderer<Map<String, FormElement>, ?>, FormElementRendererViewsConfiguration) - Constructor for class io.micronaut.views.fields.render.views.InputEmailViewsFormElementRenderer
 
InputFormElement - Interface in io.micronaut.views.fields.elements
 
inputHidden() - Method in record class io.micronaut.views.fields.render.views.FormElementRendererViewsConfiguration
Returns the value of the inputHidden record component.
InputHidden - Annotation Interface in io.micronaut.views.fields.annotations
Annotation to specify a field is a hidden input.
InputHiddenFormElement - Record Class in io.micronaut.views.fields.elements
 
InputHiddenFormElement(String, String) - Constructor for record class io.micronaut.views.fields.elements.InputHiddenFormElement
Creates an instance of a InputHiddenFormElement record class.
InputHiddenFormElement.Builder - Class in io.micronaut.views.fields.elements
InputHiddenFormElementRenderer - Class in io.micronaut.views.fields.render.secondary
InputHiddenFormElementRenderer() - Constructor for class io.micronaut.views.fields.render.secondary.InputHiddenFormElementRenderer
 
InputHiddenViewsFormElementRenderer - Class in io.micronaut.views.fields.render.views
ViewsFormElementRenderer implementation for input type hidden.
InputHiddenViewsFormElementRenderer(ViewsRenderer<Map<String, FormElement>, ?>, FormElementRendererViewsConfiguration) - Constructor for class io.micronaut.views.fields.render.views.InputHiddenViewsFormElementRenderer
 
inputNumber() - Method in record class io.micronaut.views.fields.render.views.FormElementRendererViewsConfiguration
Returns the value of the inputNumber record component.
InputNumber - Annotation Interface in io.micronaut.views.fields.annotations
Annotation to specify a field is a number input.
InputNumberFormElement - Record Class in io.micronaut.views.fields.elements
Input type Number.
InputNumberFormElement(String, String, Number, Number, Number, String, boolean, boolean, String, Message, List<Message>) - Constructor for record class io.micronaut.views.fields.elements.InputNumberFormElement
Creates an instance of a InputNumberFormElement record class.
InputNumberFormElement.Builder - Class in io.micronaut.views.fields.elements
Input Number Builder.
InputNumberFormElementRenderer - Class in io.micronaut.views.fields.render.secondary
InputNumberFormElementRenderer(MessageSource) - Constructor for class io.micronaut.views.fields.render.secondary.InputNumberFormElementRenderer
 
InputNumberViewsFormElementRenderer - Class in io.micronaut.views.fields.render.views
InputNumberViewsFormElementRenderer(ViewsRenderer<Map<String, FormElement>, ?>, FormElementRendererViewsConfiguration) - Constructor for class io.micronaut.views.fields.render.views.InputNumberViewsFormElementRenderer
 
inputPassword() - Method in record class io.micronaut.views.fields.render.views.FormElementRendererViewsConfiguration
Returns the value of the inputPassword record component.
InputPassword - Annotation Interface in io.micronaut.views.fields.annotations
Annotation to specify a field is a password input.
InputPasswordFormElement - Record Class in io.micronaut.views.fields.elements
Input Password.
InputPasswordFormElement(String, String, String, boolean, boolean, Number, Number, String, Integer, String, Message, List<Message>) - Constructor for record class io.micronaut.views.fields.elements.InputPasswordFormElement
Creates an instance of a InputPasswordFormElement record class.
InputPasswordFormElement.Builder - Class in io.micronaut.views.fields.elements
Input Password Builder.
InputPasswordFormElementRenderer - Class in io.micronaut.views.fields.render.secondary
InputPasswordFormElementRenderer(MessageSource) - Constructor for class io.micronaut.views.fields.render.secondary.InputPasswordFormElementRenderer
 
InputPasswordViewsFormElementRenderer - Class in io.micronaut.views.fields.render.views
InputPasswordViewsFormElementRenderer(ViewsRenderer<Map<String, FormElement>, ?>, FormElementRendererViewsConfiguration) - Constructor for class io.micronaut.views.fields.render.views.InputPasswordViewsFormElementRenderer
 
inputRadio() - Method in record class io.micronaut.views.fields.render.views.FormElementRendererViewsConfiguration
Returns the value of the inputRadio record component.
InputRadio - Annotation Interface in io.micronaut.views.fields.annotations
Annotation to specify a field is a radio input.
InputRadioFormElement - Record Class in io.micronaut.views.fields.elements
Input Radio.
InputRadioFormElement(String, boolean, List<Radio>, Message) - Constructor for record class io.micronaut.views.fields.elements.InputRadioFormElement
Creates an instance of a InputRadioFormElement record class.
InputRadioFormElement.Builder - Class in io.micronaut.views.fields.elements
InputRadioFormElementRenderer - Class in io.micronaut.views.fields.render.secondary
Renders a InputRadioFormElement as HTML.
InputRadioFormElementRenderer(MessageSource) - Constructor for class io.micronaut.views.fields.render.secondary.InputRadioFormElementRenderer
 
InputRadioViewsFormElementRenderer - Class in io.micronaut.views.fields.render.views
InputRadioViewsFormElementRenderer(ViewsRenderer<Map<String, FormElement>, ?>, FormElementRendererViewsConfiguration) - Constructor for class io.micronaut.views.fields.render.views.InputRadioViewsFormElementRenderer
 
InputStringFormBuilder<T extends InputStringFormElement,SELF extends InputStringFormBuilder<T,SELF>> - Class in io.micronaut.views.fields.elements
Base builder class for all InputStringFormElement builders.
InputStringFormBuilder() - Constructor for class io.micronaut.views.fields.elements.InputStringFormBuilder
 
InputStringFormElement - Interface in io.micronaut.views.fields.elements
API for html input of type string.
inputSubmit() - Method in record class io.micronaut.views.fields.render.views.FormElementRendererViewsConfiguration
Returns the value of the inputSubmit record component.
InputSubmitFormElement - Record Class in io.micronaut.views.fields.elements
 
InputSubmitFormElement(Message) - Constructor for record class io.micronaut.views.fields.elements.InputSubmitFormElement
Creates an instance of a InputSubmitFormElement record class.
InputSubmitFormElement.Builder - Class in io.micronaut.views.fields.elements
InputSubmitFormElementRenderer - Class in io.micronaut.views.fields.render.secondary
InputSubmitFormElementRenderer(MessageSource) - Constructor for class io.micronaut.views.fields.render.secondary.InputSubmitFormElementRenderer
 
InputSubmitViewsFormElementRenderer - Class in io.micronaut.views.fields.render.views
InputSubmitViewsFormElementRenderer(ViewsRenderer<Map<String, FormElement>, ?>, FormElementRendererViewsConfiguration) - Constructor for class io.micronaut.views.fields.render.views.InputSubmitViewsFormElementRenderer
 
inputTel() - Method in record class io.micronaut.views.fields.render.views.FormElementRendererViewsConfiguration
Returns the value of the inputTel record component.
InputTel - Annotation Interface in io.micronaut.views.fields.annotations
Annotation to specify a field is a telephone input.
InputTelFormElement - Record Class in io.micronaut.views.fields.elements
Input Telephone.
InputTelFormElement(String, String, String, boolean, boolean, Number, Number, String, Integer, String, Message, List<Message>) - Constructor for record class io.micronaut.views.fields.elements.InputTelFormElement
Creates an instance of a InputTelFormElement record class.
InputTelFormElement.Builder - Class in io.micronaut.views.fields.elements
Input Tel Builder.
InputTelFormElementRenderer - Class in io.micronaut.views.fields.render.secondary
InputTelFormElementRenderer(MessageSource) - Constructor for class io.micronaut.views.fields.render.secondary.InputTelFormElementRenderer
 
InputTelViewsFormElementRenderer - Class in io.micronaut.views.fields.render.views
InputTelViewsFormElementRenderer(ViewsRenderer<Map<String, FormElement>, ?>, FormElementRendererViewsConfiguration) - Constructor for class io.micronaut.views.fields.render.views.InputTelViewsFormElementRenderer
 
inputText() - Method in record class io.micronaut.views.fields.render.views.FormElementRendererViewsConfiguration
Returns the value of the inputText record component.
InputText - Annotation Interface in io.micronaut.views.fields.annotations
Annotation to specify a field is a text input.
InputTextFormElement - Record Class in io.micronaut.views.fields.elements
Input Text.
InputTextFormElement(String, String, String, boolean, boolean, Number, Number, String, Integer, String, Message, List<Message>) - Constructor for record class io.micronaut.views.fields.elements.InputTextFormElement
Creates an instance of a InputTextFormElement record class.
InputTextFormElement.Builder - Class in io.micronaut.views.fields.elements
Input Text Builder.
InputTextFormElementRenderer - Class in io.micronaut.views.fields.render.secondary
InputTextFormElementRenderer(MessageSource) - Constructor for class io.micronaut.views.fields.render.secondary.InputTextFormElementRenderer
 
InputTextViewsFormElementRenderer - Class in io.micronaut.views.fields.render.views
InputTextViewsFormElementRenderer(ViewsRenderer<Map<String, FormElement>, ?>, FormElementRendererViewsConfiguration) - Constructor for class io.micronaut.views.fields.render.views.InputTextViewsFormElementRenderer
 
inputTime() - Method in record class io.micronaut.views.fields.render.views.FormElementRendererViewsConfiguration
Returns the value of the inputTime record component.
InputTimeFormElement - Record Class in io.micronaut.views.fields.elements
Input Time.
InputTimeFormElement(String, String, boolean, LocalTime, LocalTime, LocalTime, Message, List<Message>) - Constructor for record class io.micronaut.views.fields.elements.InputTimeFormElement
Creates an instance of a InputTimeFormElement record class.
InputTimeFormElement.Builder - Class in io.micronaut.views.fields.elements
Input Date Builder.
InputTimeFormElementRenderer - Class in io.micronaut.views.fields.render.secondary
InputTimeFormElementRenderer(MessageSource) - Constructor for class io.micronaut.views.fields.render.secondary.InputTimeFormElementRenderer
 
InputTimeViewsFormElementRenderer - Class in io.micronaut.views.fields.render.views
InputTimeViewsFormElementRenderer(ViewsRenderer<Map<String, FormElement>, ?>, FormElementRendererViewsConfiguration) - Constructor for class io.micronaut.views.fields.render.views.InputTimeViewsFormElementRenderer
 
InputType - Enum Class in io.micronaut.views.fields
Constants for the value of the type attribute in an HTML input tag.
inputUrl() - Method in record class io.micronaut.views.fields.render.views.FormElementRendererViewsConfiguration
Returns the value of the inputUrl record component.
InputUrl - Annotation Interface in io.micronaut.views.fields.annotations
Annotation to specify a field is an url input.
InputUrlFormElement - Record Class in io.micronaut.views.fields.elements
 
InputUrlFormElement(String, String, String, boolean, boolean, Number, Number, String, Integer, String, Message, List<Message>) - Constructor for record class io.micronaut.views.fields.elements.InputUrlFormElement
Creates an instance of a InputUrlFormElement record class.
InputUrlFormElement.Builder - Class in io.micronaut.views.fields.elements
Input URL Builder.
InputUrlFormElementRenderer - Class in io.micronaut.views.fields.render.secondary
InputUrlFormElementRenderer(MessageSource) - Constructor for class io.micronaut.views.fields.render.secondary.InputUrlFormElementRenderer
 
InputUrlViewsFormElementRenderer - Class in io.micronaut.views.fields.render.views
InputUrlViewsFormElementRenderer(ViewsRenderer<Map<String, FormElement>, ?>, FormElementRendererViewsConfiguration) - Constructor for class io.micronaut.views.fields.render.views.InputUrlViewsFormElementRenderer
 
io.micronaut.views.fields - package io.micronaut.views.fields
Classes related to the generation of HTML Fieldset representations for a given Java class.
io.micronaut.views.fields.annotations - package io.micronaut.views.fields.annotations
Annotations for HTML Form Elements.
io.micronaut.views.fields.elements - package io.micronaut.views.fields.elements
These classes are implementations of FormElement.
io.micronaut.views.fields.fetchers - package io.micronaut.views.fields.fetchers
API to fetch elements for option, radio buttons and checkboxes.
io.micronaut.views.fields.messages - package io.micronaut.views.fields.messages
 
io.micronaut.views.fields.render - package io.micronaut.views.fields.render
Utility classes to render form elements.
io.micronaut.views.fields.render.secondary - package io.micronaut.views.fields.render.secondary
Default implementation of FormElementRenderer which renders HTML for form Elements.
io.micronaut.views.fields.render.views - package io.micronaut.views.fields.render.views
Implementation class of FormElementRenderer which use views and ViewsRenderer renders HTML for form Elements.
isChecked() - Method in record class io.micronaut.views.fields.elements.Radio
 
isEnabled() - Method in class io.micronaut.views.fields.render.FormElementRendererConfigurationProperties
Enabled getter.

K

key() - Method in record class io.micronaut.views.fields.HtmlAttribute
Returns the value of the key record component.

L

label - Variable in class io.micronaut.views.fields.elements.InputStringFormBuilder
message for an HTML Label element.
label() - Method in record class io.micronaut.views.fields.elements.Checkbox
Returns the value of the label record component.
label() - Method in interface io.micronaut.views.fields.elements.FormElementAttributes
 
label() - Method in record class io.micronaut.views.fields.elements.InputCheckboxFormElement
Returns the value of the label record component.
label() - Method in record class io.micronaut.views.fields.elements.InputDateFormElement
Returns the value of the label record component.
label() - Method in record class io.micronaut.views.fields.elements.InputDateTimeLocalFormElement
Returns the value of the label record component.
label() - Method in record class io.micronaut.views.fields.elements.InputEmailFormElement
Returns the value of the label record component.
label() - Method in record class io.micronaut.views.fields.elements.InputNumberFormElement
Returns the value of the label record component.
label() - Method in record class io.micronaut.views.fields.elements.InputPasswordFormElement
Returns the value of the label record component.
label() - Method in record class io.micronaut.views.fields.elements.InputRadioFormElement
Returns the value of the label record component.
label() - Method in interface io.micronaut.views.fields.elements.InputStringFormElement
 
label() - Method in record class io.micronaut.views.fields.elements.InputTelFormElement
Returns the value of the label record component.
label() - Method in record class io.micronaut.views.fields.elements.InputTextFormElement
Returns the value of the label record component.
label() - Method in record class io.micronaut.views.fields.elements.InputTimeFormElement
Returns the value of the label record component.
label() - Method in record class io.micronaut.views.fields.elements.InputUrlFormElement
Returns the value of the label record component.
label() - Method in record class io.micronaut.views.fields.elements.Option
Returns the value of the label record component.
label() - Method in record class io.micronaut.views.fields.elements.Radio
Returns the value of the label record component.
label() - Method in record class io.micronaut.views.fields.elements.SelectFormElement
Returns the value of the label record component.
label() - Method in record class io.micronaut.views.fields.elements.TextareaFormElement
Returns the value of the label record component.
label() - Method in record class io.micronaut.views.fields.elements.TrixEditorFormElement
Returns the value of the label record component.
label(Message) - Method in class io.micronaut.views.fields.elements.Checkbox.Builder
 
label(Message) - Method in class io.micronaut.views.fields.elements.InputCheckboxFormElement.Builder
 
label(Message) - Method in class io.micronaut.views.fields.elements.InputDateFormElement.Builder
 
label(Message) - Method in class io.micronaut.views.fields.elements.InputDateTimeLocalFormElement.Builder
 
label(Message) - Method in class io.micronaut.views.fields.elements.InputNumberFormElement.Builder
 
label(Message) - Method in class io.micronaut.views.fields.elements.InputRadioFormElement.Builder
 
label(Message) - Method in class io.micronaut.views.fields.elements.InputStringFormBuilder
 
label(Message) - Method in class io.micronaut.views.fields.elements.InputTimeFormElement.Builder
 
label(Message) - Method in class io.micronaut.views.fields.elements.Option.Builder
 
label(Message) - Method in class io.micronaut.views.fields.elements.Radio.Builder
 
label(Message) - Method in class io.micronaut.views.fields.elements.SelectFormElement.Builder
 
label(Message) - Method in class io.micronaut.views.fields.elements.TextareaFormElement.Builder
 
label(Message) - Method in class io.micronaut.views.fields.elements.TrixEditorFormElement.Builder
 
LABEL - Enum constant in enum class io.micronaut.views.fields.HtmlTag
HTML Tag label.
lastNode(ConstraintViolation<?>) - Static method in class io.micronaut.views.fields.messages.ConstraintViolationUtils
Returns the last node of a constraint violation.
LESS_THAN - Static variable in interface io.micronaut.views.fields.render.FormElementRenderer
Lower than sign.

M

max() - Method in record class io.micronaut.views.fields.elements.InputDateFormElement
Returns the value of the max record component.
max() - Method in record class io.micronaut.views.fields.elements.InputDateTimeLocalFormElement
Returns the value of the max record component.
max() - Method in record class io.micronaut.views.fields.elements.InputNumberFormElement
Returns the value of the max record component.
max() - Method in record class io.micronaut.views.fields.elements.InputTimeFormElement
Returns the value of the max record component.
max(LocalDate) - Method in class io.micronaut.views.fields.elements.InputDateFormElement.Builder
 
max(LocalDateTime) - Method in class io.micronaut.views.fields.elements.InputDateTimeLocalFormElement.Builder
 
max(LocalTime) - Method in class io.micronaut.views.fields.elements.InputTimeFormElement.Builder
 
max(Number) - Method in class io.micronaut.views.fields.elements.InputNumberFormElement.Builder
 
maxLength - Variable in class io.micronaut.views.fields.elements.InputStringFormBuilder
The maximum string length that the user can enter into the text input.
maxLength() - Method in record class io.micronaut.views.fields.elements.InputEmailFormElement
Returns the value of the maxLength record component.
maxLength() - Method in record class io.micronaut.views.fields.elements.InputPasswordFormElement
Returns the value of the maxLength record component.
maxLength() - Method in interface io.micronaut.views.fields.elements.InputStringFormElement
 
maxLength() - Method in record class io.micronaut.views.fields.elements.InputTelFormElement
Returns the value of the maxLength record component.
maxLength() - Method in record class io.micronaut.views.fields.elements.InputTextFormElement
Returns the value of the maxLength record component.
maxLength() - Method in record class io.micronaut.views.fields.elements.InputUrlFormElement
Returns the value of the maxLength record component.
maxLength(Number) - Method in class io.micronaut.views.fields.elements.InputStringFormBuilder
 
Message - Record Class in io.micronaut.views.fields.messages
Message representation.
Message(String, String) - Constructor for record class io.micronaut.views.fields.messages.Message
Creates an instance of a Message record class.
method() - Method in record class io.micronaut.views.fields.Form
Returns the value of the method record component.
min() - Method in record class io.micronaut.views.fields.elements.InputDateFormElement
Returns the value of the min record component.
min() - Method in record class io.micronaut.views.fields.elements.InputDateTimeLocalFormElement
Returns the value of the min record component.
min() - Method in record class io.micronaut.views.fields.elements.InputNumberFormElement
Returns the value of the min record component.
min() - Method in record class io.micronaut.views.fields.elements.InputTimeFormElement
Returns the value of the min record component.
min(LocalDate) - Method in class io.micronaut.views.fields.elements.InputDateFormElement.Builder
 
min(LocalDateTime) - Method in class io.micronaut.views.fields.elements.InputDateTimeLocalFormElement.Builder
 
min(LocalTime) - Method in class io.micronaut.views.fields.elements.InputTimeFormElement.Builder
 
min(Number) - Method in class io.micronaut.views.fields.elements.InputNumberFormElement.Builder
 
minLength - Variable in class io.micronaut.views.fields.elements.InputStringFormBuilder
The minimum string length that the user can enter into the text input.
minLength() - Method in record class io.micronaut.views.fields.elements.InputEmailFormElement
Returns the value of the minLength record component.
minLength() - Method in record class io.micronaut.views.fields.elements.InputPasswordFormElement
Returns the value of the minLength record component.
minLength() - Method in interface io.micronaut.views.fields.elements.InputStringFormElement
 
minLength() - Method in record class io.micronaut.views.fields.elements.InputTelFormElement
Returns the value of the minLength record component.
minLength() - Method in record class io.micronaut.views.fields.elements.InputTextFormElement
Returns the value of the minLength record component.
minLength() - Method in record class io.micronaut.views.fields.elements.InputUrlFormElement
Returns the value of the minLength record component.
minLength(Number) - Method in class io.micronaut.views.fields.elements.InputStringFormBuilder
 

N

name - Variable in class io.micronaut.views.fields.elements.InputStringFormBuilder
Name of the form control.
name() - Method in record class io.micronaut.views.fields.elements.Checkbox
Returns the value of the name record component.
name() - Method in interface io.micronaut.views.fields.elements.FormElementAttributes
 
name() - Method in record class io.micronaut.views.fields.elements.InputDateFormElement
Returns the value of the name record component.
name() - Method in record class io.micronaut.views.fields.elements.InputDateTimeLocalFormElement
Returns the value of the name record component.
name() - Method in record class io.micronaut.views.fields.elements.InputEmailFormElement
Returns the value of the name record component.
name() - Method in record class io.micronaut.views.fields.elements.InputHiddenFormElement
Returns the value of the name record component.
name() - Method in record class io.micronaut.views.fields.elements.InputNumberFormElement
Returns the value of the name record component.
name() - Method in record class io.micronaut.views.fields.elements.InputPasswordFormElement
Returns the value of the name record component.
name() - Method in record class io.micronaut.views.fields.elements.InputRadioFormElement
Returns the value of the name record component.
name() - Method in interface io.micronaut.views.fields.elements.InputStringFormElement
 
name() - Method in record class io.micronaut.views.fields.elements.InputTelFormElement
Returns the value of the name record component.
name() - Method in record class io.micronaut.views.fields.elements.InputTextFormElement
Returns the value of the name record component.
name() - Method in record class io.micronaut.views.fields.elements.InputTimeFormElement
Returns the value of the name record component.
name() - Method in record class io.micronaut.views.fields.elements.InputUrlFormElement
Returns the value of the name record component.
name() - Method in record class io.micronaut.views.fields.elements.SelectFormElement
Returns the value of the name record component.
name() - Method in record class io.micronaut.views.fields.elements.TextareaFormElement
Returns the value of the name record component.
name() - Method in record class io.micronaut.views.fields.elements.TrixEditorFormElement
Returns the value of the name record component.
name(String) - Method in class io.micronaut.views.fields.elements.Checkbox.Builder
 
name(String) - Method in class io.micronaut.views.fields.elements.InputDateFormElement.Builder
 
name(String) - Method in class io.micronaut.views.fields.elements.InputDateTimeLocalFormElement.Builder
 
name(String) - Method in class io.micronaut.views.fields.elements.InputHiddenFormElement.Builder
 
name(String) - Method in class io.micronaut.views.fields.elements.InputNumberFormElement.Builder
 
name(String) - Method in class io.micronaut.views.fields.elements.InputRadioFormElement.Builder
 
name(String) - Method in class io.micronaut.views.fields.elements.InputStringFormBuilder
 
name(String) - Method in class io.micronaut.views.fields.elements.InputTimeFormElement.Builder
 
name(String) - Method in class io.micronaut.views.fields.elements.SelectFormElement.Builder
 
name(String) - Method in class io.micronaut.views.fields.elements.TextareaFormElement.Builder
 
name(String) - Method in class io.micronaut.views.fields.elements.TrixEditorFormElement.Builder
 
NUMBER - Enum constant in enum class io.micronaut.views.fields.InputType
HTML Input type number.

O

of(BeanProperty<?, ?>) - Static method in record class io.micronaut.views.fields.messages.Message
 
of(ConstraintViolation<?>) - Static method in record class io.micronaut.views.fields.messages.Message
 
of(String) - Static method in record class io.micronaut.views.fields.messages.Message
 
of(String, String) - Static method in record class io.micronaut.views.fields.messages.Message
 
of(Class<?>, String) - Static method in record class io.micronaut.views.fields.messages.Message
 
option() - Method in record class io.micronaut.views.fields.render.views.FormElementRendererViewsConfiguration
Returns the value of the option record component.
Option - Record Class in io.micronaut.views.fields.elements
HTML Option.
Option(boolean, boolean, String, Message) - Constructor for record class io.micronaut.views.fields.elements.Option
Creates an instance of a Option record class.
OPTION - Enum constant in enum class io.micronaut.views.fields.HtmlTag
HTML Tag option.
Option.Builder - Class in io.micronaut.views.fields.elements
Option Builder.
OptionFetcher<T> - Interface in io.micronaut.views.fields.fetchers
Defines an Option Fetcher API.
OptionFormElementRenderer - Class in io.micronaut.views.fields.render.secondary
FormElementRenderer implementation of Option.
OptionFormElementRenderer(MessageSource) - Constructor for class io.micronaut.views.fields.render.secondary.OptionFormElementRenderer
 
options() - Method in record class io.micronaut.views.fields.elements.SelectFormElement
Returns the value of the options record component.
options(List<Option>) - Method in class io.micronaut.views.fields.elements.SelectFormElement.Builder
 
OptionViewsFormElementRenderer - Class in io.micronaut.views.fields.render.views
FormElementRenderer implementation of Option.
OptionViewsFormElementRenderer(ViewsRenderer<Map<String, FormElement>, ?>, FormElementRendererViewsConfiguration) - Constructor for class io.micronaut.views.fields.render.views.OptionViewsFormElementRenderer
 

P

PASSWORD - Enum constant in enum class io.micronaut.views.fields.InputType
HTML Input type password.
pattern - Variable in class io.micronaut.views.fields.elements.InputStringFormBuilder
The pattern attribute, when specified, is a regular expression that the input's value must match for the value to pass constraint validation.
pattern() - Method in record class io.micronaut.views.fields.elements.InputEmailFormElement
Returns the value of the pattern record component.
pattern() - Method in record class io.micronaut.views.fields.elements.InputPasswordFormElement
Returns the value of the pattern record component.
pattern() - Method in interface io.micronaut.views.fields.elements.InputStringFormElement
 
pattern() - Method in record class io.micronaut.views.fields.elements.InputTelFormElement
Returns the value of the pattern record component.
pattern() - Method in record class io.micronaut.views.fields.elements.InputTextFormElement
Returns the value of the pattern record component.
pattern() - Method in record class io.micronaut.views.fields.elements.InputUrlFormElement
Returns the value of the pattern record component.
pattern(String) - Method in class io.micronaut.views.fields.elements.InputStringFormBuilder
 
placeholder - Variable in class io.micronaut.views.fields.elements.InputStringFormBuilder
The placeholder attribute is a string that provides a brief hint to the user as to what kind of information is expected in the field.
placeholder() - Method in record class io.micronaut.views.fields.elements.InputEmailFormElement
Returns the value of the placeholder record component.
placeholder() - Method in record class io.micronaut.views.fields.elements.InputNumberFormElement
Returns the value of the placeholder record component.
placeholder() - Method in record class io.micronaut.views.fields.elements.InputPasswordFormElement
Returns the value of the placeholder record component.
placeholder() - Method in interface io.micronaut.views.fields.elements.InputStringFormElement
 
placeholder() - Method in record class io.micronaut.views.fields.elements.InputTelFormElement
Returns the value of the placeholder record component.
placeholder() - Method in record class io.micronaut.views.fields.elements.InputTextFormElement
Returns the value of the placeholder record component.
placeholder() - Method in record class io.micronaut.views.fields.elements.InputUrlFormElement
Returns the value of the placeholder record component.
placeholder() - Method in record class io.micronaut.views.fields.elements.TextareaFormElement
Returns the value of the placeholder record component.
placeholder(String) - Method in class io.micronaut.views.fields.elements.InputStringFormBuilder
 
placeholder(String) - Method in class io.micronaut.views.fields.elements.TextareaFormElement.Builder
 
placeholder(String) - Method in class io.micronaut.views.fields.elements.InputNumberFormElement.Builder
 
POST - Static variable in interface io.micronaut.views.fields.FormGenerator
Form method `post`.
PREFIX - Static variable in class io.micronaut.views.fields.render.FormElementRendererConfigurationProperties
The prefix for form element rendering.
PREFIX - Static variable in record class io.micronaut.views.fields.render.views.FormElementRendererViewsConfiguration
Configuration Prefix.

R

Radio - Record Class in io.micronaut.views.fields.elements
A Radio Form Element.
Radio(String, String, Message, boolean) - Constructor for record class io.micronaut.views.fields.elements.Radio
Creates an instance of a Radio record class.
RADIO - Enum constant in enum class io.micronaut.views.fields.InputType
HTML Input type radio.
Radio.Builder - Class in io.micronaut.views.fields.elements
A Radio Builder.
RadioFetcher<T> - Interface in io.micronaut.views.fields.fetchers
Defines a Radio Fetcher API.
readOnly - Variable in class io.micronaut.views.fields.elements.InputStringFormBuilder
A Boolean attribute which, if present, means this field cannot be edited by the user.
readOnly() - Method in record class io.micronaut.views.fields.elements.InputEmailFormElement
Returns the value of the readOnly record component.
readOnly() - Method in record class io.micronaut.views.fields.elements.InputNumberFormElement
Returns the value of the readOnly record component.
readOnly() - Method in record class io.micronaut.views.fields.elements.InputPasswordFormElement
Returns the value of the readOnly record component.
readOnly() - Method in interface io.micronaut.views.fields.elements.InputStringFormElement
 
readOnly() - Method in record class io.micronaut.views.fields.elements.InputTelFormElement
Returns the value of the readOnly record component.
readOnly() - Method in record class io.micronaut.views.fields.elements.InputTextFormElement
Returns the value of the readOnly record component.
readOnly() - Method in record class io.micronaut.views.fields.elements.InputUrlFormElement
Returns the value of the readOnly record component.
readOnly() - Method in record class io.micronaut.views.fields.elements.TextareaFormElement
Returns the value of the readOnly record component.
readOnly(boolean) - Method in class io.micronaut.views.fields.elements.InputNumberFormElement.Builder
 
readOnly(boolean) - Method in class io.micronaut.views.fields.elements.InputStringFormBuilder
 
readOnly(boolean) - Method in class io.micronaut.views.fields.elements.TextareaFormElement.Builder
 
render(InputCheckboxFormElement, Locale) - Method in class io.micronaut.views.fields.render.secondary.InputCheckboxFormElementRenderer
 
render(InputHiddenFormElement, Locale) - Method in class io.micronaut.views.fields.render.secondary.InputHiddenFormElementRenderer
 
render(InputPasswordFormElement, Locale) - Method in class io.micronaut.views.fields.render.secondary.InputPasswordFormElementRenderer
 
render(InputRadioFormElement, Locale) - Method in class io.micronaut.views.fields.render.secondary.InputRadioFormElementRenderer
 
render(InputSubmitFormElement, Locale) - Method in class io.micronaut.views.fields.render.secondary.InputSubmitFormElementRenderer
 
render(InputTelFormElement, Locale) - Method in class io.micronaut.views.fields.render.secondary.InputTelFormElementRenderer
 
render(InputTextFormElement, Locale) - Method in class io.micronaut.views.fields.render.secondary.InputTextFormElementRenderer
 
render(InputUrlFormElement, Locale) - Method in class io.micronaut.views.fields.render.secondary.InputUrlFormElementRenderer
 
render(Option, Locale) - Method in class io.micronaut.views.fields.render.secondary.OptionFormElementRenderer
 
render(SelectFormElement, Locale) - Method in class io.micronaut.views.fields.render.secondary.SelectFormElementRenderer
 
render(HtmlTag, List<HtmlAttribute>) - Method in interface io.micronaut.views.fields.render.FormElementRenderer
Renders an HTML Tag.
render(HtmlTag, List<HtmlAttribute>, String) - Method in interface io.micronaut.views.fields.render.FormElementRenderer
Renders an HTML Tag.
render(InputDateFormElement, Locale) - Method in class io.micronaut.views.fields.render.secondary.InputDateFormElementRenderer
 
render(InputDateTimeLocalFormElement, Locale) - Method in class io.micronaut.views.fields.render.secondary.InputDateTimeLocalFormElementRenderer
 
render(InputEmailFormElement, Locale) - Method in class io.micronaut.views.fields.render.secondary.InputEmailFormElementRenderer
 
render(InputNumberFormElement, Locale) - Method in class io.micronaut.views.fields.render.secondary.InputNumberFormElementRenderer
 
render(InputTimeFormElement, Locale) - Method in class io.micronaut.views.fields.render.secondary.InputTimeFormElementRenderer
 
render(TextareaFormElement, Locale) - Method in class io.micronaut.views.fields.render.secondary.TextareaFormElementRenderer
 
render(TrixEditorFormElement, Locale) - Method in class io.micronaut.views.fields.render.secondary.TrixEditorFormElementRenderer
 
render(T, Locale) - Method in interface io.micronaut.views.fields.render.FormElementRenderer
Renders a Form Element as HTML.
render(T, Locale) - Method in class io.micronaut.views.fields.render.views.ViewsFormElementRenderer
 
renderCloseTag(HtmlTag) - Method in interface io.micronaut.views.fields.render.FormElementRenderer
 
renderLabel(String, Message, MessageSource, Locale) - Method in interface io.micronaut.views.fields.render.FormElementRenderer
 
renderOpenTag(HtmlTag, List<HtmlAttribute>) - Method in interface io.micronaut.views.fields.render.FormElementRenderer
 
required - Variable in class io.micronaut.views.fields.elements.InputStringFormBuilder
If true indicates that the user must specify a value for the input before the owning form can be submitted.
required() - Method in record class io.micronaut.views.fields.elements.Checkbox
Returns the value of the required record component.
required() - Method in interface io.micronaut.views.fields.elements.GlobalAttributes
 
required() - Method in record class io.micronaut.views.fields.elements.InputDateFormElement
Returns the value of the required record component.
required() - Method in record class io.micronaut.views.fields.elements.InputDateTimeLocalFormElement
Returns the value of the required record component.
required() - Method in record class io.micronaut.views.fields.elements.InputEmailFormElement
Returns the value of the required record component.
required() - Method in record class io.micronaut.views.fields.elements.InputNumberFormElement
Returns the value of the required record component.
required() - Method in record class io.micronaut.views.fields.elements.InputPasswordFormElement
Returns the value of the required record component.
required() - Method in record class io.micronaut.views.fields.elements.InputRadioFormElement
Returns the value of the required record component.
required() - Method in interface io.micronaut.views.fields.elements.InputStringFormElement
 
required() - Method in record class io.micronaut.views.fields.elements.InputTelFormElement
Returns the value of the required record component.
required() - Method in record class io.micronaut.views.fields.elements.InputTextFormElement
Returns the value of the required record component.
required() - Method in record class io.micronaut.views.fields.elements.InputTimeFormElement
Returns the value of the required record component.
required() - Method in record class io.micronaut.views.fields.elements.InputUrlFormElement
Returns the value of the required record component.
required() - Method in record class io.micronaut.views.fields.elements.SelectFormElement
Returns the value of the required record component.
required() - Method in record class io.micronaut.views.fields.elements.TextareaFormElement
Returns the value of the required record component.
required(boolean) - Method in class io.micronaut.views.fields.elements.Checkbox.Builder
 
required(boolean) - Method in class io.micronaut.views.fields.elements.InputDateFormElement.Builder
 
required(boolean) - Method in class io.micronaut.views.fields.elements.InputDateTimeLocalFormElement.Builder
 
required(boolean) - Method in class io.micronaut.views.fields.elements.InputNumberFormElement.Builder
 
required(boolean) - Method in class io.micronaut.views.fields.elements.InputRadioFormElement.Builder
 
required(boolean) - Method in class io.micronaut.views.fields.elements.InputStringFormBuilder
 
required(boolean) - Method in class io.micronaut.views.fields.elements.InputTimeFormElement.Builder
 
required(boolean) - Method in class io.micronaut.views.fields.elements.SelectFormElement.Builder
 
required(boolean) - Method in class io.micronaut.views.fields.elements.TextareaFormElement.Builder
 
rows() - Method in record class io.micronaut.views.fields.elements.TextareaFormElement
Returns the value of the rows record component.
rows(Integer) - Method in class io.micronaut.views.fields.elements.TextareaFormElement.Builder
 

S

select() - Method in record class io.micronaut.views.fields.render.views.FormElementRendererViewsConfiguration
Returns the value of the select record component.
Select - Annotation Interface in io.micronaut.views.fields.annotations
Annotation to specify a field is an HTML select element.
SELECT - Enum constant in enum class io.micronaut.views.fields.HtmlTag
HTML Tag select.
selected() - Method in record class io.micronaut.views.fields.elements.Option
Returns the value of the selected record component.
selected(boolean) - Method in class io.micronaut.views.fields.elements.Option.Builder
 
SelectFormElement - Record Class in io.micronaut.views.fields.elements
HTML Select.
SelectFormElement(boolean, String, String, List<Option>, Message, List<Message>) - Constructor for record class io.micronaut.views.fields.elements.SelectFormElement
Creates an instance of a SelectFormElement record class.
SelectFormElement.Builder - Class in io.micronaut.views.fields.elements
Select Builder.
SelectFormElementRenderer - Class in io.micronaut.views.fields.render.secondary
Renders a SelectFormElement as HTML.
SelectFormElementRenderer(MessageSource, FormElementRenderer<Option>) - Constructor for class io.micronaut.views.fields.render.secondary.SelectFormElementRenderer
 
SelectViewsFormElementRenderer - Class in io.micronaut.views.fields.render.views
SelectViewsFormElementRenderer(ViewsRenderer<Map<String, FormElement>, ?>, FormElementRendererViewsConfiguration) - Constructor for class io.micronaut.views.fields.render.views.SelectViewsFormElementRenderer
 
setEnabled(boolean) - Method in class io.micronaut.views.fields.render.FormElementRendererConfigurationProperties
Whether form element rendering is enabled.
size - Variable in class io.micronaut.views.fields.elements.InputStringFormBuilder
The size attribute is a numeric value indicating how many characters wide the input field should be.
size() - Method in record class io.micronaut.views.fields.elements.InputEmailFormElement
Returns the value of the size record component.
size() - Method in record class io.micronaut.views.fields.elements.InputPasswordFormElement
Returns the value of the size record component.
size() - Method in interface io.micronaut.views.fields.elements.InputStringFormElement
 
size() - Method in record class io.micronaut.views.fields.elements.InputTelFormElement
Returns the value of the size record component.
size() - Method in record class io.micronaut.views.fields.elements.InputTextFormElement
Returns the value of the size record component.
size() - Method in record class io.micronaut.views.fields.elements.InputUrlFormElement
Returns the value of the size record component.
size(Integer) - Method in class io.micronaut.views.fields.elements.InputStringFormBuilder
 
SLASH - Static variable in interface io.micronaut.views.fields.render.FormElementRenderer
Slash.
SPACE - Static variable in interface io.micronaut.views.fields.render.FormElementRenderer
Space.
step() - Method in record class io.micronaut.views.fields.elements.InputDateFormElement
Returns the value of the step record component.
step() - Method in record class io.micronaut.views.fields.elements.InputDateTimeLocalFormElement
Returns the value of the step record component.
step() - Method in record class io.micronaut.views.fields.elements.InputNumberFormElement
Returns the value of the step record component.
step(String) - Method in class io.micronaut.views.fields.elements.InputDateFormElement.Builder
 
step(String) - Method in class io.micronaut.views.fields.elements.InputDateTimeLocalFormElement.Builder
 
step(String) - Method in class io.micronaut.views.fields.elements.InputNumberFormElement.Builder
 
SUBMIT - Enum constant in enum class io.micronaut.views.fields.InputType
HTML Input type submit.
SUBMIT - Static variable in interface io.micronaut.views.fields.FormGenerator
Default Submit message.

T

TEL - Enum constant in enum class io.micronaut.views.fields.InputType
HTML Input type tel.
TEXT - Enum constant in enum class io.micronaut.views.fields.InputType
HTML Input type text.
textarea() - Method in record class io.micronaut.views.fields.render.views.FormElementRendererViewsConfiguration
Returns the value of the textarea record component.
Textarea - Annotation Interface in io.micronaut.views.fields.annotations
Annotation to specify a field is a textarea.
TEXTAREA - Enum constant in enum class io.micronaut.views.fields.HtmlTag
HTML Tag textarea.
TextareaFormElement - Record Class in io.micronaut.views.fields.elements
Text Area.
TextareaFormElement(String, String, Integer, Integer, String, boolean, boolean, String, Message, List<Message>) - Constructor for record class io.micronaut.views.fields.elements.TextareaFormElement
Creates an instance of a TextareaFormElement record class.
TextareaFormElement.Builder - Class in io.micronaut.views.fields.elements
Textarea form builder.
TextareaFormElementRenderer - Class in io.micronaut.views.fields.render.secondary
TextareaFormElementRenderer(MessageSource) - Constructor for class io.micronaut.views.fields.render.secondary.TextareaFormElementRenderer
 
TextareaViewsFormElementRenderer - Class in io.micronaut.views.fields.render.views
TextareaViewsFormElementRenderer(ViewsRenderer<Map<String, FormElement>, ?>, FormElementRendererViewsConfiguration) - Constructor for class io.micronaut.views.fields.render.views.TextareaViewsFormElementRenderer
 
TIME - Enum constant in enum class io.micronaut.views.fields.InputType
HTML Input type time.
toString() - Method in record class io.micronaut.views.fields.elements.Checkbox
Returns a string representation of this record class.
toString() - Method in record class io.micronaut.views.fields.elements.InputCheckboxFormElement
Returns a string representation of this record class.
toString() - Method in record class io.micronaut.views.fields.elements.InputDateFormElement
Returns a string representation of this record class.
toString() - Method in record class io.micronaut.views.fields.elements.InputDateTimeLocalFormElement
Returns a string representation of this record class.
toString() - Method in record class io.micronaut.views.fields.elements.InputEmailFormElement
Returns a string representation of this record class.
toString() - Method in record class io.micronaut.views.fields.elements.InputHiddenFormElement
Returns a string representation of this record class.
toString() - Method in record class io.micronaut.views.fields.elements.InputNumberFormElement
Returns a string representation of this record class.
toString() - Method in record class io.micronaut.views.fields.elements.InputPasswordFormElement
Returns a string representation of this record class.
toString() - Method in record class io.micronaut.views.fields.elements.InputRadioFormElement
Returns a string representation of this record class.
toString() - Method in record class io.micronaut.views.fields.elements.InputSubmitFormElement
Returns a string representation of this record class.
toString() - Method in record class io.micronaut.views.fields.elements.InputTelFormElement
Returns a string representation of this record class.
toString() - Method in record class io.micronaut.views.fields.elements.InputTextFormElement
Returns a string representation of this record class.
toString() - Method in record class io.micronaut.views.fields.elements.InputTimeFormElement
Returns a string representation of this record class.
toString() - Method in record class io.micronaut.views.fields.elements.InputUrlFormElement
Returns a string representation of this record class.
toString() - Method in record class io.micronaut.views.fields.elements.Option
Returns a string representation of this record class.
toString() - Method in record class io.micronaut.views.fields.elements.Radio
Returns a string representation of this record class.
toString() - Method in record class io.micronaut.views.fields.elements.SelectFormElement
Returns a string representation of this record class.
toString() - Method in record class io.micronaut.views.fields.elements.TextareaFormElement
Returns a string representation of this record class.
toString() - Method in record class io.micronaut.views.fields.elements.TrixEditorFormElement
Returns a string representation of this record class.
toString() - Method in record class io.micronaut.views.fields.Fieldset
Returns a string representation of this record class.
toString() - Method in record class io.micronaut.views.fields.Form
Returns a string representation of this record class.
toString() - Method in record class io.micronaut.views.fields.HtmlAttribute
Returns a string representation of this record class.
toString() - Method in enum class io.micronaut.views.fields.HtmlTag
 
toString() - Method in enum class io.micronaut.views.fields.InputType
 
toString() - Method in record class io.micronaut.views.fields.messages.Message
Returns a string representation of this record class.
toString() - Method in record class io.micronaut.views.fields.render.views.FormElementRendererViewsConfiguration
Returns a string representation of this record class.
TRIX_EDITOR - Enum constant in enum class io.micronaut.views.fields.HtmlTag
Trix editor tag.
trixEditor() - Method in record class io.micronaut.views.fields.render.views.FormElementRendererViewsConfiguration
Returns the value of the trixEditor record component.
TrixEditor - Annotation Interface in io.micronaut.views.fields.annotations
Annotation to mark a field as a Trix editor.
TrixEditorFormElement - Record Class in io.micronaut.views.fields.elements
Trix editor form element.
TrixEditorFormElement(String, String, String, Message, List<Message>) - Constructor for record class io.micronaut.views.fields.elements.TrixEditorFormElement
Creates an instance of a TrixEditorFormElement record class.
TrixEditorFormElement.Builder - Class in io.micronaut.views.fields.elements
Textarea form builder.
TrixEditorFormElementRenderer - Class in io.micronaut.views.fields.render.secondary
TrixEditorFormElementRenderer(MessageSource) - Constructor for class io.micronaut.views.fields.render.secondary.TrixEditorFormElementRenderer
 
TrixEditorViewsFormElementRenderer - Class in io.micronaut.views.fields.render.views
TrixEditorViewsFormElementRenderer(ViewsRenderer<Map<String, FormElement>, ?>, FormElementRendererViewsConfiguration) - Constructor for class io.micronaut.views.fields.render.views.TrixEditorViewsFormElementRenderer
 
typeHtmlAttribute(InputType) - Method in interface io.micronaut.views.fields.render.FormElementRenderer
 

U

URL - Enum constant in enum class io.micronaut.views.fields.InputType
HTML Input type url.

V

value - Variable in class io.micronaut.views.fields.elements.InputStringFormBuilder
the input value.
value() - Method in record class io.micronaut.views.fields.elements.Checkbox
Returns the value of the value record component.
value() - Method in record class io.micronaut.views.fields.elements.InputDateFormElement
Returns the value of the value record component.
value() - Method in record class io.micronaut.views.fields.elements.InputDateTimeLocalFormElement
Returns the value of the value record component.
value() - Method in record class io.micronaut.views.fields.elements.InputEmailFormElement
Returns the value of the value record component.
value() - Method in record class io.micronaut.views.fields.elements.InputHiddenFormElement
Returns the value of the value record component.
value() - Method in record class io.micronaut.views.fields.elements.InputNumberFormElement
Returns the value of the value record component.
value() - Method in record class io.micronaut.views.fields.elements.InputPasswordFormElement
Returns the value of the value record component.
value() - Method in interface io.micronaut.views.fields.elements.InputStringFormElement
 
value() - Method in record class io.micronaut.views.fields.elements.InputSubmitFormElement
Returns the value of the value record component.
value() - Method in record class io.micronaut.views.fields.elements.InputTelFormElement
Returns the value of the value record component.
value() - Method in record class io.micronaut.views.fields.elements.InputTextFormElement
Returns the value of the value record component.
value() - Method in record class io.micronaut.views.fields.elements.InputTimeFormElement
Returns the value of the value record component.
value() - Method in record class io.micronaut.views.fields.elements.InputUrlFormElement
Returns the value of the value record component.
value() - Method in record class io.micronaut.views.fields.elements.Option
Returns the value of the value record component.
value() - Method in record class io.micronaut.views.fields.elements.Radio
Returns the value of the value record component.
value() - Method in record class io.micronaut.views.fields.elements.TextareaFormElement
Returns the value of the value record component.
value() - Method in record class io.micronaut.views.fields.elements.TrixEditorFormElement
Returns the value of the value record component.
value() - Method in record class io.micronaut.views.fields.HtmlAttribute
Returns the value of the value record component.
value(Message) - Method in class io.micronaut.views.fields.elements.InputSubmitFormElement.Builder
 
value(String) - Method in class io.micronaut.views.fields.elements.Checkbox.Builder
 
value(String) - Method in class io.micronaut.views.fields.elements.InputHiddenFormElement.Builder
 
value(String) - Method in class io.micronaut.views.fields.elements.InputStringFormBuilder
 
value(String) - Method in class io.micronaut.views.fields.elements.Option.Builder
 
value(String) - Method in class io.micronaut.views.fields.elements.TextareaFormElement.Builder
 
value(String) - Method in class io.micronaut.views.fields.elements.TrixEditorFormElement.Builder
 
value(LocalDate) - Method in class io.micronaut.views.fields.elements.InputDateFormElement.Builder
 
value(LocalDateTime) - Method in class io.micronaut.views.fields.elements.InputDateTimeLocalFormElement.Builder
 
value(LocalTime) - Method in class io.micronaut.views.fields.elements.InputTimeFormElement.Builder
 
value(Number) - Method in class io.micronaut.views.fields.elements.InputNumberFormElement.Builder
 
value(String) - Method in class io.micronaut.views.fields.elements.Radio.Builder
 
valueOf(String) - Static method in enum class io.micronaut.views.fields.HtmlTag
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.micronaut.views.fields.InputType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class io.micronaut.views.fields.HtmlTag
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.micronaut.views.fields.InputType
Returns an array containing the constants of this enum class, in the order they are declared.
ViewsFormElementRenderer<T extends FormElement> - Class in io.micronaut.views.fields.render.views
Implementation of FormElementRenderer which uses ViewsRenderer to render a form element with a view template.
ViewsFormElementRenderer(ViewsRenderer<Map<String, FormElement>, ?>, String) - Constructor for class io.micronaut.views.fields.render.views.ViewsFormElementRenderer
 
ViewsFormElementRenderer(ViewsRenderer<Map<String, FormElement>, ?>, String, String) - Constructor for class io.micronaut.views.fields.render.views.ViewsFormElementRenderer
 
A B C D E F G H I K L M N O P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values