Package com.vaadin.flow.component.shared
Interface ThemeVariant
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AvatarGroupVariant,AvatarVariant,ButtonVariant,ComboBoxVariant,MultiSelectComboBoxVariant,TabSheetVariant,TextAreaVariant,TextFieldVariant
public interface ThemeVariant extends Serializable
Base definition for a typed theme variant enum of a component
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetVariantName()
-
-
-
Method Detail
-
getVariantName
String getVariantName()
- Returns:
- The string value of the specific theme variant
-
-