Uses of Interface
com.vaadin.flow.component.shared.ThemeVariant
-
-
Uses of ThemeVariant in com.vaadin.flow.component.avatar
Classes in com.vaadin.flow.component.avatar that implement ThemeVariant Modifier and Type Class Description classAvatarGroupVariantSet of theme variants applicable forvaadin-avatar-groupcomponent.classAvatarVariantSet of theme variants applicable forvaadin-avatarcomponent. -
Uses of ThemeVariant in com.vaadin.flow.component.button
Classes in com.vaadin.flow.component.button that implement ThemeVariant Modifier and Type Class Description classButtonVariantSet of theme variants applicable forvaadin-buttoncomponent. -
Uses of ThemeVariant in com.vaadin.flow.component.combobox
Classes in com.vaadin.flow.component.combobox that implement ThemeVariant Modifier and Type Class Description classComboBoxVariantSet of theme variants applicable forvaadin-combo-boxcomponent.classMultiSelectComboBoxVariantSet of theme variants applicable forvaadin-multi-select-combo-boxcomponent. -
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. -
Uses of ThemeVariant in com.vaadin.flow.component.tabs
Classes in com.vaadin.flow.component.tabs that implement ThemeVariant Modifier and Type Class Description classTabSheetVariantSet of theme variants applicable forvaadin-tabsheetcomponent. -
Uses of ThemeVariant in com.vaadin.flow.component.textfield
Classes in com.vaadin.flow.component.textfield that implement ThemeVariant Modifier and Type Class Description classTextAreaVariantSet of theme variants applicable forvaadin-text-areacomponent.classTextFieldVariantSet of theme variants applicable for theTextFieldcomponent, as well as other components based on it.
-