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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetrieves 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
-
Field Details
-
rememberMe
-
-
Constructor Details
-
JmixForm
public JmixForm()
-
-
Method Details
-
getRememberMe
Retrieves the value of the "Remember Me" property.- Returns:
- the current value of the "Remember Me" property
-
setRememberMe
Sets the value of the "Remember Me" property.- Parameters:
rememberMe
- the value to set for the "Remember Me" property
-