Package com.vaadin.flow.component.login
Class LoginI18n.Form
- java.lang.Object
-
- com.vaadin.flow.component.login.LoginI18n.Form
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- LoginI18n
public static class LoginI18n.Form extends Object implements Serializable
I18n properties for the form.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Form()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetForgotPassword()StringgetPassword()StringgetSubmit()StringgetTitle()StringgetUsername()voidsetForgotPassword(String forgotPassword)voidsetPassword(String password)voidsetSubmit(String submit)voidsetTitle(String title)voidsetUsername(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.
-
-