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

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

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

    getElement

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

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

    • withThemeNames

      default S withThemeNames(String... themeName)