Package elemental2.dom
Class CSSImportRule
- java.lang.Object
-
- elemental2.dom.CSSRule
-
- elemental2.dom.CSSImportRule
-
@JsType(isNative=true, namespace="<global>") public class CSSImportRule extends CSSRule
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
href
MediaList
media
CSSStyleSheet
styleSheet
-
Fields inherited from class elemental2.dom.CSSRule
CHARSET_RULE, cssText, FONT_FACE_RULE, IMPORT_RULE, MEDIA_RULE, PAGE_RULE, parentRule, parentStyleSheet, style, STYLE_RULE, type, UNKNOWN_RULE
-
-
Constructor Summary
Constructors Constructor Description CSSImportRule()
-
-
-
Field Detail
-
href
public java.lang.String href
-
media
public MediaList media
-
styleSheet
public CSSStyleSheet styleSheet
-
-