Package | Description |
---|---|
com.vaadin.flow.component.avatar |
Modifier and Type | Method and Description |
---|---|
List<AvatarGroup.AvatarGroupItem> |
AvatarGroup.getItems()
Gets the items that were set for the avatar group in an unmodifiable
list.
|
Modifier and Type | Method and Description |
---|---|
void |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
AvatarGroup.setItems(Collection<AvatarGroup.AvatarGroupItem> items)
Sets the items that will be displayed as avatars.
|
Constructor and Description |
---|
AvatarGroup(AvatarGroup.AvatarGroupItem... items)
Creates an avatar group with the provided items to be displayed as
avatars.
|
Constructor and Description |
---|
AvatarGroup(Collection<AvatarGroup.AvatarGroupItem> items)
Creates an avatar group with the provided items to be displayed as
avatars.
|
Copyright © 2025. All rights reserved.