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
Modifier and TypeMethodDescriptiondefault voidapplyTheme(com.vaadin.flow.component.HasElement component) default voidclearThemes(com.vaadin.flow.component.HasElement component)  
- 
Method Details
- 
getThemeName
String getThemeName() - 
applyTheme
default void applyTheme(com.vaadin.flow.component.HasElement component)  - 
clearThemes
default void clearThemes(com.vaadin.flow.component.HasElement component)  
 -