We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.component.login.
Class LoginI18n.Form
- java.lang.Object
-
- com.vaadin.flow.component.login.LoginI18n.Form
-
All Implemented Interfaces:
Enclosing class:
public static class LoginI18n.Form extends Object implements Serializable
I18n properties for the form.
See Also:
-
-
Constructor Summary
Constructors Constructor and Description Form()
-
Method Summary
All Methods Modifier and Type Method and Description String
getForgotPassword()
String
getPassword()
String
getSubmit()
String
getTitle()
String
getUsername()
void
setForgotPassword(String forgotPassword)
void
setPassword(String password)
void
setSubmit(String submit)
void
setTitle(String title)
void
setUsername(String username)
-
-
-
Method Detail
-
getTitle
public String getTitle()
Returns:
current value for the title property
-
setTitle
public void setTitle(String title)
Parameters:
title
- new value for the title property.
-
getUsername
public String getUsername()
Returns:
current value for the username property
-
setUsername
public void setUsername(String username)
Parameters:
username
- new value for the username property.
-
getPassword
public String getPassword()
Returns:
current value for the password property
-
setPassword
public void setPassword(String password)
Parameters:
password
- new value for the password property.
-
getSubmit
public String getSubmit()
Returns:
current value for the submit property
-
setSubmit
public void setSubmit(String submit)
Parameters:
submit
- new value for the submit property.
-
getForgotPassword
public String getForgotPassword()
Returns:
current value for the forgotPassword property
-
setForgotPassword
public void setForgotPassword(String forgotPassword)
Parameters:
forgotPassword
- new value for the forgotPassword property.
-
-