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.
Class FallbackChunk.CssImportData
- java.lang.Object
-
- com.vaadin.flow.server.frontend.FallbackChunk.CssImportData
-
All Implemented Interfaces:
Enclosing class:
public static class FallbackChunk.CssImportData extends Object implements Serializable
Css data stored in fallback chunk.
Author:
Vaadin Ltd
See Also:
-
-
Constructor Summary
Constructors Constructor Description CssImportData(String value, String id, String include, String themeFor)
Creates a new instance using provided values for css data.
-
-
-
Constructor Detail
-
CssImportData
public CssImportData(String value, String id, String include, String themeFor)
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:
-
-