public static class FallbackChunk.CssImportData extends Object implements Serializable
CssImport
,
Serialized FormConstructor and Description |
---|
CssImportData(String value,
String id,
String include,
String themeFor)
Creates a new instance using provided values for css data.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getId() |
String |
getInclude() |
String |
getThemeFor() |
String |
getValue() |
int |
hashCode() |
public CssImportData(String value, String id, String include, String themeFor)
value
- location of the file with the CSS content, not
null
id
- the 'id' of the new 'dom-module' created, may be
null
include
- the 'id' of a module to include in the generated
'custom-style', may be null
themeFor
- the tag name of the themable element that the generated
'dom-module' will target, may be null
CssImport
Copyright © 2020. All rights reserved.