Class FormElementRendererConfigurationProperties

java.lang.Object
io.micronaut.views.fields.render.FormElementRendererConfigurationProperties
All Implemented Interfaces:
io.micronaut.core.util.Toggleable, FormElementRendererConfiguration

@Internal @ConfigurationProperties("micronaut.views.form-element.render") public class FormElementRendererConfigurationProperties extends Object implements FormElementRendererConfiguration
ConfigurationProperties implementation of FormElementRendererConfiguration.
Since:
4.1.0
Author:
Sergio del Amo
  • Field Details

  • Constructor Details

    • FormElementRendererConfigurationProperties

      public FormElementRendererConfigurationProperties()
  • Method Details

    • isEnabled

      public boolean isEnabled()
      Whether form element rendering is enabled. Default value (true).
      Specified by:
      isEnabled in interface io.micronaut.core.util.Toggleable
      Returns:
      boolean flag indicating whether FormElementRenderer is enabled.
    • setEnabled

      public void setEnabled(boolean enabled)
      Whether form element rendering is enabled. Default value (true).
      Parameters:
      enabled - True if they are