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.
Package com.vaadin.flow.component.avatar
Class Avatar.AvatarI18n
java.lang.Object
com.vaadin.flow.component.avatar.Avatar.AvatarI18n
All Implemented Interfaces:
Enclosing class:
The internationalization properties for AvatarGroup
.
See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the translated word for
anonymous
.setAnonymous
(String anonymous) Sets the translated word for
anonymous
.
-
Constructor Details
-
AvatarI18n
public AvatarI18n()
-
-
Method Details
-
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
Sets the translated word for
anonymous
.Parameters:
anonymous
- the translated word for anonymous, notnull
Returns:
this instance for method chaining
-