Uses of Class
com.vaadin.flow.component.avatar.AvatarVariant
-
-
Uses of AvatarVariant in com.vaadin.flow.component.avatar
Methods in com.vaadin.flow.component.avatar that return AvatarVariant Modifier and Type Method Description static AvatarVariantAvatarVariant. valueOf(String name)Returns the enum constant of this type with the specified name.static AvatarVariant[]AvatarVariant. 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 AvatarVariant Modifier and Type Method Description voidAvatar. addThemeVariants(AvatarVariant... variants)voidAvatar. removeThemeVariants(AvatarVariant... variants)
-