Package com.vaadin.flow.theme.lumo
Class Lumo
- java.lang.Object
-
- com.vaadin.flow.theme.lumo.Lumo
-
- All Implemented Interfaces:
com.vaadin.flow.theme.AbstractTheme,Serializable
@NpmPackage(value="@vaadin/vaadin-themable-mixin",version="23.6.2") @NpmPackage(value="@vaadin/polymer-legacy-adapter",version="23.6.2") @NpmPackage(value="@vaadin/vaadin-lumo-styles",version="23.6.2") @JsModule("@vaadin/polymer-legacy-adapter/style-modules.js") @JsModule("@vaadin/vaadin-lumo-styles/color.js") @JsModule("@vaadin/vaadin-lumo-styles/typography.js") @JsModule("@vaadin/vaadin-lumo-styles/sizing.js") @JsModule("@vaadin/vaadin-lumo-styles/spacing.js") @JsModule("@vaadin/vaadin-lumo-styles/style.js") @JsModule("@vaadin/vaadin-lumo-styles/vaadin-iconset.js") @JsModule("./lumo-includes.ts") public class Lumo extends Object implements com.vaadin.flow.theme.AbstractThemeLumo component theme class implementation.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Lumo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBaseUrl()List<String>getHeaderInlineContents()Map<String,String>getHtmlAttributes(String variant)StringgetThemeUrl()
-
-
-
Field Detail
-
LIGHT
public static final String LIGHT
- See Also:
- Constant Field Values
-
DARK
public static final String DARK
- See Also:
- Constant Field Values
-
-
Method Detail
-
getBaseUrl
public String getBaseUrl()
- Specified by:
getBaseUrlin interfacecom.vaadin.flow.theme.AbstractTheme
-
getThemeUrl
public String getThemeUrl()
- Specified by:
getThemeUrlin interfacecom.vaadin.flow.theme.AbstractTheme
-
getHeaderInlineContents
public List<String> getHeaderInlineContents()
- Specified by:
getHeaderInlineContentsin interfacecom.vaadin.flow.theme.AbstractTheme
-
-