Uses of Class
com.vaadin.flow.component.avatar.AvatarGroup.AvatarGroupItem
-
Packages that use AvatarGroup.AvatarGroupItem Package Description com.vaadin.flow.component.avatar -
-
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.AvatarGroupItem Modifier and Type Method Description List<AvatarGroup.AvatarGroupItem>AvatarGroup. 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.AvatarGroupItem Modifier and Type Method Description voidAvatarGroup. 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.AvatarGroupItem Modifier and Type Method Description voidAvatarGroup. 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.AvatarGroupItem Constructor Description AvatarGroup(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.AvatarGroupItem Constructor Description AvatarGroup(Collection<AvatarGroup.AvatarGroupItem> items)Creates an avatar group with the provided items to be displayed as avatars.
-