Uses of Class
com.vaadin.flow.component.avatar.AvatarGroup.AvatarGroupItem
Packages that use AvatarGroup.AvatarGroupItem
-
Uses of AvatarGroup.AvatarGroupItem in com.vaadin.flow.component.avatar
Methods in com.vaadin.flow.component.avatar that return types with arguments of type AvatarGroup.AvatarGroupItemModifier and TypeMethodDescriptionAvatarGroup.getItems()Gets the items that were set for the avatar group in an unmodifiable list.Methods in com.vaadin.flow.component.avatar with parameters of type AvatarGroup.AvatarGroupItemModifier and TypeMethodDescriptionvoidAvatarGroup.add(AvatarGroup.AvatarGroupItem... items) Adds the items to the list of displayed as avatars.voidAvatarGroup.remove(AvatarGroup.AvatarGroupItem... items) Removes the items from the list of displayed as avatars.voidAvatarGroup.setItems(AvatarGroup.AvatarGroupItem... items) Sets the items that will be displayed as avatars.Method parameters in com.vaadin.flow.component.avatar with type arguments of type AvatarGroup.AvatarGroupItemModifier and TypeMethodDescriptionvoidAvatarGroup.setItems(Collection<AvatarGroup.AvatarGroupItem> items) Sets the items that will be displayed as avatars.Constructors in com.vaadin.flow.component.avatar with parameters of type AvatarGroup.AvatarGroupItemModifierConstructorDescriptionAvatarGroup(AvatarGroup.AvatarGroupItem... items) Creates an avatar group with the provided items to be displayed as avatars.Constructor parameters in com.vaadin.flow.component.avatar with type arguments of type AvatarGroup.AvatarGroupItemModifierConstructorDescriptionCreates an avatar group with the provided items to be displayed as avatars.