Uses of Interface
com.vaadin.flow.component.shared.ThemeVariant
-
-
Uses of ThemeVariant in com.vaadin.flow.component.shared
Classes in com.vaadin.flow.component.shared with type parameters of type ThemeVariant Modifier and Type Interface Description interfaceHasThemeVariant<TVariantEnum extends ThemeVariant>Mixin interface that allows adding and removing typed theme variants to / from a componentMethods in com.vaadin.flow.component.shared with parameters of type ThemeVariant Modifier and Type Method Description default voidHasThemeVariant. addThemeVariants(TVariantEnum... variants)Adds theme variants to the component.default voidHasThemeVariant. removeThemeVariants(TVariantEnum... variants)Removes theme variants from the component.
-