Uses of Class
com.vaadin.flow.component.avatar.AvatarGroup.AvatarGroupI18n
-
Packages that use AvatarGroup.AvatarGroupI18n Package Description com.vaadin.collaborationengine com.vaadin.flow.component.avatar -
-
Uses of AvatarGroup.AvatarGroupI18n in com.vaadin.collaborationengine
Methods in com.vaadin.collaborationengine that return AvatarGroup.AvatarGroupI18n Modifier and Type Method Description AvatarGroup.AvatarGroupI18nCollaborationAvatarGroup. getI18n()Gets the internationalization object previously set for this component.Methods in com.vaadin.collaborationengine with parameters of type AvatarGroup.AvatarGroupI18n Modifier and Type Method Description voidCollaborationAvatarGroup. 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.AvatarGroupI18n Modifier and Type Method Description AvatarGroup.AvatarGroupI18nAvatarGroup. getI18n()Gets the internationalization object previously set for this component.AvatarGroup.AvatarGroupI18nAvatarGroup.AvatarGroupI18n. setAnonymous(String anonymous)Sets the translated word foranonymous.AvatarGroup.AvatarGroupI18nAvatarGroup.AvatarGroupI18n. setManyActiveUsers(String manyActiveUsers)Sets the translated phrase for avatar group accessible label when having many active users.AvatarGroup.AvatarGroupI18nAvatarGroup.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.AvatarGroupI18n Modifier and Type Method Description voidAvatarGroup. setI18n(AvatarGroup.AvatarGroupI18n i18n)Sets the internationalization properties for this component.
-