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 TypeMethodDescriptionvoidCollaborationAvatarGroup.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 foranonymous.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 TypeMethodDescriptionvoidAvatarGroup.setI18n(AvatarGroup.AvatarGroupI18n i18n) Sets the internationalization object for this component.