Class InputRadioFormElementRenderer

java.lang.Object
io.micronaut.views.fields.render.secondary.InputRadioFormElementRenderer
All Implemented Interfaces:
FormElementRenderer<InputRadioFormElement>

@Internal @Secondary @Singleton public class InputRadioFormElementRenderer extends Object implements FormElementRenderer<InputRadioFormElement>
Renders a InputRadioFormElement as HTML.
Since:
4.1.0
Author:
Sergio del Amo
  • Constructor Details

    • InputRadioFormElementRenderer

      public InputRadioFormElementRenderer(io.micronaut.context.MessageSource messageSource)
      Parameters:
      messageSource - Message source.
  • Method Details