Uses of Interface
com.vaadin.flow.theme.AbstractTheme
-
Packages that use AbstractTheme Package Description com.vaadin.flow.server.frontend.scanner com.vaadin.flow.theme -
-
Uses of AbstractTheme in com.vaadin.flow.server.frontend.scanner
Methods in com.vaadin.flow.server.frontend.scanner that return AbstractTheme Modifier and Type Method Description AbstractThemeFrontendDependencies. getTheme()Get theAbstractThemeinstance used in the application.AbstractThemeFrontendDependenciesScanner. getTheme()Get theAbstractThemeinstance used in the application. -
Uses of AbstractTheme in com.vaadin.flow.theme
Methods in com.vaadin.flow.theme that return types with arguments of type AbstractTheme Modifier and Type Method Description Class<? extends AbstractTheme>ThemeDefinition. getTheme()Gets the theme class.Class<? extends AbstractTheme>themeClass()The theme translation handler.Constructor parameters in com.vaadin.flow.theme with type arguments of type AbstractTheme Constructor Description ThemeDefinition(Class<? extends AbstractTheme> theme, String variant, String name)Creates a definition with the given them class and variant.
-