Package com.vaadin.flow.component.login
Class LoginI18n.ErrorMessage
- java.lang.Object
-
- com.vaadin.flow.component.login.LoginI18n.ErrorMessage
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- LoginI18n
public static class LoginI18n.ErrorMessage extends java.lang.Object implements java.io.SerializableI18n properties for the error message.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ErrorMessage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetMessage()java.lang.StringgetTitle()voidsetMessage(java.lang.String message)voidsetTitle(java.lang.String title)
-
-
-
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.
-
getMessage
public java.lang.String getMessage()
- Returns:
- current value for the message property
-
setMessage
public void setMessage(java.lang.String message)
- Parameters:
message- new value for the message property.
-
-