| Package | Description |
|---|---|
| com.vaadin.flow.server.frontend.scanner | |
| com.vaadin.flow.theme | |
| com.vaadin.flow.theme.lumo | |
| com.vaadin.flow.theme.material |
| Modifier and Type | Method and Description |
|---|---|
AbstractTheme |
FrontendDependenciesScanner.getTheme()
Get the
AbstractTheme instance used in the application. |
AbstractTheme |
FrontendDependencies.getTheme()
Get the
AbstractTheme instance used in the application. |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends AbstractTheme> |
ThemeDefinition.getTheme()
Gets the theme class.
|
| Constructor and Description |
|---|
ThemeDefinition(Class<? extends AbstractTheme> theme,
String variant,
String name)
Creates a definition with the given them class and variant.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Lumo
Lumo component theme class implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Material
Material component theme class implementation.
|
Copyright © 2021. All rights reserved.