Package com.vaadin.flow.server.frontend
Class FallbackChunk.CssImportData
java.lang.Object
com.vaadin.flow.server.frontend.FallbackChunk.CssImportData
- All Implemented Interfaces:
Serializable
- Enclosing class:
- FallbackChunk
Css data stored in fallback chunk.
- Author:
- Vaadin Ltd
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCssImportData
(String value, String id, String include, String themeFor) Creates a new instance using provided values for css data. -
Method Summary
-
Constructor Details
-
CssImportData
Creates a new instance using provided values for css data.- Parameters:
value
- location of the file with the CSS content, notnull
id
- the 'id' of the new 'dom-module' created, may benull
include
- the 'id' of a module to include in the generated 'custom-style', may benull
themeFor
- the tag name of the themable element that the generated 'dom-module' will target, may benull
- See Also:
-
-
Method Details