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 class
AvatarGroupVariant
Set of theme variants applicable forvaadin-avatar-group
component.class
AvatarVariant
Set of theme variants applicable forvaadin-avatar
component. -
Uses of ThemeVariant in com.vaadin.flow.component.button
Classes in com.vaadin.flow.component.button that implement ThemeVariant Modifier and Type Class Description class
ButtonVariant
Set of theme variants applicable forvaadin-button
component. -
Uses of ThemeVariant in com.vaadin.flow.component.combobox
Classes in com.vaadin.flow.component.combobox that implement ThemeVariant Modifier and Type Class Description class
ComboBoxVariant
Set of theme variants applicable forvaadin-combo-box
component.class
MultiSelectComboBoxVariant
Set of theme variants applicable forvaadin-multi-select-combo-box
component. -
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 interface
HasThemeVariant<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 void
HasThemeVariant. addThemeVariants(TVariantEnum... variants)
Adds theme variants to the component.default void
HasThemeVariant. 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 class
TabSheetVariant
Set of theme variants applicable forvaadin-tabsheet
component. -
Uses of ThemeVariant in com.vaadin.flow.component.textfield
Classes in com.vaadin.flow.component.textfield that implement ThemeVariant Modifier and Type Class Description class
TextAreaVariant
Set of theme variants applicable forvaadin-text-area
component.class
TextFieldVariant
Set of theme variants applicable for theTextField
component, as well as other components based on it.
-