public class CSSGroupingRule extends CSSRule
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<CSSRuleList> |
cssRules |
cssText, FONT_FACE_RULE, CHARSET_RULE, IMPORT_RULE, KEYFRAME_RULE, KEYFRAMES_RULE, MEDIA_RULE, NAMESPACE_RULE, PAGE_RULE, parentRule, parentStyleSheet, STYLE_RULE, SUPPORTS_RULE, type, UNKNOWN_RULE, VIEWPORT_RULE
Modifier | Constructor and Description |
---|---|
protected |
CSSGroupingRule(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static CSSGroupingRule |
$as(Object obj) |
CSSRuleList |
cssRules() |
void |
deleteRule() |
void |
deleteRule(double index) |
double |
insertRule(String rule) |
double |
insertRule(String rule,
double index) |
cssText, FONT_FACE_RULE, CHARSET_RULE, IMPORT_RULE, KEYFRAME_RULE, KEYFRAMES_RULE, MEDIA_RULE, NAMESPACE_RULE, PAGE_RULE, parentRule, parentStyleSheet, STYLE_RULE, SUPPORTS_RULE, type, UNKNOWN_RULE, VIEWPORT_RULE
$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOf
public Objs.Property<CSSRuleList> cssRules
protected CSSGroupingRule(Objs.Constructor<?> c, Object js)
public static CSSGroupingRule $as(Object obj)
public CSSRuleList cssRules()
public void deleteRule(double index)
public void deleteRule()
public double insertRule(String rule, double index)
public double insertRule(String rule)
Copyright © 2018. All rights reserved.