We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.server.frontend.
Package com.vaadin.flow.server.frontend
Class FallbackChunk.CssImportData
java.lang.Object
com.vaadin.flow.server.frontend.FallbackChunk.CssImportData
All Implemented Interfaces:
Enclosing class:
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