Package elemental2.dom
Class CSSMediaRule
- java.lang.Object
-
- elemental2.dom.CSSRule
-
- elemental2.dom.CSSMediaRule
-
@JsType(isNative=true, namespace="<global>") public class CSSMediaRule extends CSSRule
-
-
Field Summary
Fields Modifier and Type Field Description CSSRuleList
cssRules
MediaList
media
-
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 CSSMediaRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
deleteRule(int index)
double
insertRule(java.lang.String rule, int index)
-
-
-
Field Detail
-
cssRules
public CSSRuleList cssRules
-
media
public MediaList media
-
-