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.avatar.
Class Avatar.AvatarI18n
- java.lang.Object
-
- com.vaadin.flow.component.avatar.Avatar.AvatarI18n
-
All Implemented Interfaces:
Enclosing class:
public static class Avatar.AvatarI18n extends Object implements Serializable
The internationalization properties for
AvatarGroup
.See Also:
-
-
Constructor Summary
Constructors Constructor Description AvatarI18n()
-
Method Summary
All Methods Modifier and Type Method Description String
getAnonymous()
Gets the translated word for
anonymous
.Avatar.AvatarI18n
setAnonymous​(String anonymous)
Sets the translated word for
anonymous
.
-
-
-
Method Detail
-
getAnonymous
public String getAnonymous()
Gets the translated word for
anonymous
. It's displayed in a tooltip on hover if the name is not defined.Returns:
the translated word for anonymous. It will be
null
, If the translation wasn't set
-
setAnonymous
public Avatar.AvatarI18n setAnonymous​(String anonymous)
Sets the translated word for
anonymous
.Parameters:
anonymous
- the translated word for anonymous, notnull
Returns:
this instance for method chaining
-
-