Class JmixLoginForm

java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.login.AbstractLogin
com.vaadin.flow.component.login.LoginForm
io.jmix.flowui.kit.component.loginform.EnhancedLoginForm
io.jmix.flowui.component.loginform.JmixLoginForm
All Implemented Interfaces:
com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasElement, com.vaadin.flow.component.HasEnabled, com.vaadin.flow.component.HasStyle, Serializable, org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware

public class JmixLoginForm extends EnhancedLoginForm implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean
See Also:
  • Field Details

    • applicationContext

      protected org.springframework.context.ApplicationContext applicationContext
    • messageTools

      protected MessageTools messageTools
  • Constructor Details

    • JmixLoginForm

      public JmixLoginForm()
  • Method Details

    • setApplicationContext

      public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
      Specified by:
      setApplicationContext in interface org.springframework.context.ApplicationContextAware
      Throws:
      org.springframework.beans.BeansException
    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      Exception
    • autowireDependencies

      protected void autowireDependencies()
    • setupLocale

      protected void setupLocale(Locale locale)
      Overrides:
      setupLocale in class EnhancedLoginForm
    • localeToString

      protected String localeToString(Locale locale)
      Overrides:
      localeToString in class EnhancedLoginForm
    • localeFromString

      protected Locale localeFromString(String locale)
      Overrides:
      localeFromString in class EnhancedLoginForm
    • applyDefaultValueFormat

      protected String applyDefaultValueFormat(Locale locale)
      Overrides:
      applyDefaultValueFormat in class EnhancedLoginForm