Uses of Class
com.vaadin.flow.component.avatar.AvatarGroupVariant
-
Packages that use AvatarGroupVariant Package Description com.vaadin.collaborationengine com.vaadin.flow.component.avatar -
-
Uses of AvatarGroupVariant in com.vaadin.collaborationengine
Methods in com.vaadin.collaborationengine with parameters of type AvatarGroupVariant Modifier and Type Method Description voidCollaborationAvatarGroup. addThemeVariants(AvatarGroupVariant... variants)Adds theme variants to the avatar group component.voidCollaborationAvatarGroup. removeThemeVariants(AvatarGroupVariant... variants)Removes theme variants from the avatar group component. -
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)
-