We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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 TypeMethodDescriptionvoid
AvatarGroup.add
(AvatarGroup.AvatarGroupItem... items) Adds the items to the list of displayed as avatars.
void
AvatarGroup.remove
(AvatarGroup.AvatarGroupItem... items) Removes the items from the list of displayed as avatars.
void
AvatarGroup.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 TypeMethodDescriptionvoid
AvatarGroup.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.