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.
Uses of Class
com.vaadin.flow.component.avatar.AvatarGroup.AvatarGroupI18n
Packages that use AvatarGroup.AvatarGroupI18n
-
Uses of AvatarGroup.AvatarGroupI18n in com.vaadin.collaborationengine
Methods in com.vaadin.collaborationengine that return AvatarGroup.AvatarGroupI18nModifier and TypeMethodDescriptionCollaborationAvatarGroup.getI18n()
Gets the internationalization object previously set for this component.
Methods in com.vaadin.collaborationengine with parameters of type AvatarGroup.AvatarGroupI18nModifier and TypeMethodDescriptionvoid
CollaborationAvatarGroup.setI18n
(AvatarGroup.AvatarGroupI18n i18n) Sets the internationalization properties for this component.
-
Uses of AvatarGroup.AvatarGroupI18n in com.vaadin.flow.component.avatar
Methods in com.vaadin.flow.component.avatar that return AvatarGroup.AvatarGroupI18nModifier and TypeMethodDescriptionAvatarGroup.getI18n()
Gets the internationalization object previously set for this component.
AvatarGroup.AvatarGroupI18n.setAnonymous
(String anonymous) Sets the translated word for
anonymous
.AvatarGroup.AvatarGroupI18n.setManyActiveUsers
(String manyActiveUsers) Sets the translated phrase for avatar group accessible label when having many active users.
AvatarGroup.AvatarGroupI18n.setOneActiveUser
(String oneActiveUser) Sets the translated phrase for avatar group accessible label when having one active user.
Methods in com.vaadin.flow.component.avatar with parameters of type AvatarGroup.AvatarGroupI18nModifier and TypeMethodDescriptionvoid
AvatarGroup.setI18n
(AvatarGroup.AvatarGroupI18n i18n) Sets the internationalization object for this component.