Class JmixLoginI18n.JmixForm

java.lang.Object
com.vaadin.flow.component.login.LoginI18n.Form
io.jmix.flowui.kit.component.loginform.JmixLoginI18n.JmixForm
All Implemented Interfaces:
Serializable
Enclosing class:
JmixLoginI18n

public static class JmixLoginI18n.JmixForm extends com.vaadin.flow.component.login.LoginI18n.Form
A subclass of LoginI18n.Form that adds additional functionality specific to the customization of a login form used in the application. This class introduces a `rememberMe` property, allowing the configuration of a "Remember Me" option in the login form.
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the value of the "Remember Me" property.
    void
    setRememberMe(String rememberMe)
    Sets the value of the "Remember Me" property.

    Methods inherited from class com.vaadin.flow.component.login.LoginI18n.Form

    getForgotPassword, getPassword, getSubmit, getTitle, getUsername, setForgotPassword, setPassword, setSubmit, setTitle, setUsername

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • rememberMe

      protected String rememberMe
  • Constructor Details

    • JmixForm

      public JmixForm()
  • Method Details

    • getRememberMe

      public String getRememberMe()
      Retrieves the value of the "Remember Me" property.
      Returns:
      the current value of the "Remember Me" property
    • setRememberMe

      public void setRememberMe(String rememberMe)
      Sets the value of the "Remember Me" property.
      Parameters:
      rememberMe - the value to set for the "Remember Me" property