Package com.vaadin.flow.component.login
Class LoginI18n.Form
- java.lang.Object
-
- com.vaadin.flow.component.login.LoginI18n.Form
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- LoginI18n
public static class LoginI18n.Form extends java.lang.Object implements java.io.SerializableI18n 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 java.lang.StringgetForgotPassword()java.lang.StringgetPassword()java.lang.StringgetSubmit()java.lang.StringgetTitle()java.lang.StringgetUsername()voidsetForgotPassword(java.lang.String forgotPassword)voidsetPassword(java.lang.String password)voidsetSubmit(java.lang.String submit)voidsetTitle(java.lang.String title)voidsetUsername(java.lang.String username)
-
-
-
Method Detail
-
getTitle
public java.lang.String getTitle()
- Returns:
- current value for the title property
-
setTitle
public void setTitle(java.lang.String title)
- Parameters:
title- new value for the title property.
-
getUsername
public java.lang.String getUsername()
- Returns:
- current value for the username property
-
setUsername
public void setUsername(java.lang.String username)
- Parameters:
username- new value for the username property.
-
getPassword
public java.lang.String getPassword()
- Returns:
- current value for the password property
-
setPassword
public void setPassword(java.lang.String password)
- Parameters:
password- new value for the password property.
-
getSubmit
public java.lang.String getSubmit()
- Returns:
- current value for the submit property
-
setSubmit
public void setSubmit(java.lang.String submit)
- Parameters:
submit- new value for the submit property.
-
getForgotPassword
public java.lang.String getForgotPassword()
- Returns:
- current value for the forgotPassword property
-
setForgotPassword
public void setForgotPassword(java.lang.String forgotPassword)
- Parameters:
forgotPassword- new value for the forgotPassword property.
-
-