Class LoginI18n.ErrorMessage

java.lang.Object
com.vaadin.flow.component.login.LoginI18n.ErrorMessage
All Implemented Interfaces:
Serializable
Enclosing class:
LoginI18n

public static class LoginI18n.ErrorMessage extends Object implements Serializable
I18n properties for the error message.
See Also:
  • Constructor Details

    • ErrorMessage

      public ErrorMessage()
  • Method Details

    • 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.
    • getUsername

      public String getUsername()
      Returns:
      current value for the username property
    • setUsername

      public void setUsername(String username)
      Sets the error message for the username field
      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)
      Sets the error message for the password field
      Parameters:
      password - new value for the password property