Interface FluentHasTheme<S extends FluentHasTheme<S>>

All Superinterfaces:
com.vaadin.flow.component.HasElement, com.vaadin.flow.component.HasTheme, Serializable
All Known Subinterfaces:
FluentVaadinTextField<S,F,T>
All Known Implementing Classes:
PagingGrid, TreeTable, VAccordionPanel, VBigDecimalField, VDetails, VEmailField, VGrid, VIntegerField, VMenuBar, VNotification, VNumberField, VPasswordField, VSplitLayout, VTab, VTextArea, VTextField

public interface FluentHasTheme<S extends FluentHasTheme<S>> extends com.vaadin.flow.component.HasTheme
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    default S
    withThemeNames(String... themeName)
     

    Methods inherited from interface com.vaadin.flow.component.HasElement Link icon

    getElement

    Methods inherited from interface com.vaadin.flow.component.HasTheme Link icon

    addThemeName, addThemeNames, getThemeName, getThemeNames, hasThemeName, removeThemeName, removeThemeNames, setThemeName, setThemeName
  • Method Details Link icon

    • withThemeNames Link icon

      default S withThemeNames(String... themeName)