public enum AvatarGroupVariant extends Enum<AvatarGroupVariant>
vaadin-avatar-group
component.Enum Constant and Description |
---|
LUMO_LARGE |
LUMO_SMALL |
LUMO_XLARGE |
LUMO_XSMALL |
Modifier and Type | Method and Description |
---|---|
String |
getVariantName()
Gets the variant name.
|
static AvatarGroupVariant |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AvatarGroupVariant[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AvatarGroupVariant LUMO_XLARGE
public static final AvatarGroupVariant LUMO_LARGE
public static final AvatarGroupVariant LUMO_SMALL
public static final AvatarGroupVariant LUMO_XSMALL
public static AvatarGroupVariant[] values()
for (AvatarGroupVariant c : AvatarGroupVariant.values()) System.out.println(c);
public static AvatarGroupVariant valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getVariantName()
Copyright © 2025. All rights reserved.