Package org.vaadin.firitin.util
Interface VStyleUtil.ThemeStyle<T extends Enum<T>>
-
- All Known Implementing Classes:
VButton.ButtonColor,VButton.ButtonSize,VButton.ButtonType
- Enclosing class:
- VStyleUtil
public static interface VStyleUtil.ThemeStyle<T extends Enum<T>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default voidapplyTheme(com.vaadin.flow.component.HasElement component)default voidclearThemes(com.vaadin.flow.component.HasElement component)StringgetThemeName()
-
-
-
Method Detail
-
getThemeName
String getThemeName()
-
applyTheme
default void applyTheme(com.vaadin.flow.component.HasElement component)
-
clearThemes
default void clearThemes(com.vaadin.flow.component.HasElement component)
-
-