Package io.micronaut.views.fields.annotations


package io.micronaut.views.fields.annotations
Annotations for HTML Form Elements.
Since:
4.1.0
Author:
Sergio del Amo
  • Annotation Interfaces
    Class
    Description
    Annotation to specify a field is a checkbox input.
    Annotation to specify a field is an email input.
    Annotation to specify a field is a hidden input.
    Annotation to specify a field is a number input.
    Annotation to specify a field is a password input.
    Annotation to specify a field is a radio input.
    Annotation to specify a field is a telephone input.
    Annotation to specify a field is a text input.
    Annotation to specify a field is an url input.
    Annotation to specify a field is an HTML select element.
    Annotation to specify a field is a textarea.
    Annotation to mark a field as a Trix editor.