Package com.vaadin.flow.component.login
Class LoginI18n.Header
- java.lang.Object
-
- com.vaadin.flow.component.login.LoginI18n.Header
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- LoginI18n
public static class LoginI18n.Header extends java.lang.Object implements java.io.SerializableI18n properties for the header.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Header()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescription()java.lang.StringgetTitle()voidsetDescription(java.lang.String description)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.
-
getDescription
public java.lang.String getDescription()
- Returns:
- current value for the description property
-
setDescription
public void setDescription(java.lang.String description)
- Parameters:
description- new value for the description property.
-
-