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 Type
    Method
    Description
    default void
    applyTheme(com.vaadin.flow.component.HasElement component)
     
    default void
    clearThemes(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)