Uses of Class
com.vaadin.flow.component.avatar.AvatarGroupVariant
-
-
Uses of AvatarGroupVariant in com.vaadin.flow.component.avatar
Methods in com.vaadin.flow.component.avatar that return AvatarGroupVariant Modifier and Type Method Description static AvatarGroupVariantAvatarGroupVariant. 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.Methods in com.vaadin.flow.component.avatar with parameters of type AvatarGroupVariant Modifier and Type Method Description voidAvatarGroup. addThemeVariants(AvatarGroupVariant... variants)voidAvatarGroup. removeThemeVariants(AvatarGroupVariant... variants)
-