Package | Description |
---|---|
com.vaadin.flow.component.avatar |
Modifier and Type | Method and Description |
---|---|
static AvatarGroupVariant |
AvatarGroupVariant.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AvatarGroupVariant[] |
AvatarGroupVariant.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AvatarGroup.addThemeVariants(AvatarGroupVariant... variants)
Adds theme variants to the avatar group component.
|
void |
AvatarGroup.removeThemeVariants(AvatarGroupVariant... variants)
Removes theme variants from the avatar group component.
|
Copyright © 2025. All rights reserved.