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, notnullid- the 'id' of the new 'dom-module' created, may benullinclude- the 'id' of a module to include in the generated 'custom-style', may benullthemeFor- the tag name of the themable element that the generated 'dom-module' will target, may benullSee Also:
 
 - 
 - 
Method Details