Uses of Interface
com.vaadin.flow.theme.AbstractTheme
Packages that use AbstractTheme
-
Uses of AbstractTheme in com.vaadin.flow.server.frontend.scanner
Methods in com.vaadin.flow.server.frontend.scanner that return AbstractThemeModifier and TypeMethodDescriptionFrontendDependencies.getTheme()Get theAbstractThemeinstance used in the application.FrontendDependenciesScanner.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 AbstractThemeModifier and TypeMethodDescriptionClass<? extends AbstractTheme>ThemeDefinition.getTheme()Gets the theme class.Constructor parameters in com.vaadin.flow.theme with type arguments of type AbstractThemeModifierConstructorDescriptionThemeDefinition(Class<? extends AbstractTheme> theme, String variant, String name) Creates a definition with the given them class and variant.