Package | Description |
---|---|
com.vaadin.flow.component.avatar |
Modifier and Type | Method and Description |
---|---|
AvatarGroup.AvatarGroupI18n |
AvatarGroup.getI18n()
Gets the internationalization object previously set for this component.
|
AvatarGroup.AvatarGroupI18n |
AvatarGroup.AvatarGroupI18n.setAnonymous(String anonymous)
Sets the translated word for
anonymous . |
AvatarGroup.AvatarGroupI18n |
AvatarGroup.AvatarGroupI18n.setManyActiveUsers(String manyActiveUsers)
Sets the translated phrase for avatar group accessible label when
having many active users.
|
AvatarGroup.AvatarGroupI18n |
AvatarGroup.AvatarGroupI18n.setOneActiveUser(String oneActiveUser)
Sets the translated phrase for avatar group accessible label when
having one active user.
|
Modifier and Type | Method and Description |
---|---|
void |
AvatarGroup.setI18n(AvatarGroup.AvatarGroupI18n i18n)
Sets the internationalization properties for this component.
|
Copyright © 2025. All rights reserved.