Uses of Interface
com.vaadin.flow.theme.AbstractTheme
-
Packages that use AbstractTheme Package Description com.vaadin.flow.server.frontend.scanner com.vaadin.flow.theme com.vaadin.flow.theme.lumo com.vaadin.flow.theme.material -
-
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. -
Uses of AbstractTheme in com.vaadin.flow.theme.lumo
Classes in com.vaadin.flow.theme.lumo that implement AbstractTheme Modifier and Type Class Description classLumoLumo component theme class implementation. -
Uses of AbstractTheme in com.vaadin.flow.theme.material
Classes in com.vaadin.flow.theme.material that implement AbstractTheme Modifier and Type Class Description classMaterialMaterial component theme class implementation.
-