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.ErrorMessage
- java.lang.Object
-
- com.vaadin.flow.component.login.LoginI18n.ErrorMessage
-
All Implemented Interfaces:
Enclosing class:
public static class LoginI18n.ErrorMessage extends Object implements Serializable
I18n properties for the error message.
See Also:
-
-
Constructor Summary
Constructors Constructor and Description ErrorMessage()
-
Method Summary
All Methods Modifier and Type Method and Description String
getMessage()
String
getTitle()
void
setMessage(String message)
void
setTitle(String title)
-
-
-
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.
-
getMessage
public String getMessage()
Returns:
current value for the message property
-
setMessage
public void setMessage(String message)
Parameters:
message
- new value for the message property.
-
-