Package com.vaadin.flow.component.shared
Interface ThemeVariant
-
- All Superinterfaces:
Serializable
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
-
-