Class ControlCenterI18NProperties

java.lang.Object
com.vaadin.controlcenter.starter.i18n.ControlCenterI18NProperties
All Implemented Interfaces:
Serializable

@ConfigurationProperties(prefix="vaadin.control-center.i18n") public final class ControlCenterI18NProperties extends Object implements Serializable
I18N properties for the Control Center I18N provider.
See Also:
  • Field Details

  • Constructor Details

    • ControlCenterI18NProperties

      public ControlCenterI18NProperties()
  • Method Details

    • isEnabled

      public boolean isEnabled()
      Returns whether Identity Management is enabled.
      Returns:
      true if enabled; false otherwise
    • setEnabled

      public void setEnabled(boolean enabled)
      Sets whether Identity Management is enabled.
      Parameters:
      enabled - true if enabled; false otherwise
    • getApplicationId

      public String getApplicationId()
      Get the name of the application for which the Control Center I18N provider should preview translations.
      Returns:
      the application name
    • setApplicationId

      public void setApplicationId(String applicationId)
      Set the name of the application for which the Control Center I18N provider should preview translations.
      Parameters:
      applicationId - the application name