@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="CSSGroupingRule")
public class CSSGroupingRule
extends CSSRule
CHARSET_RULE, COUNTER_STYLE_RULE, cssText, FONT_FACE_RULE, FONT_FEATURE_VALUES_RULE, FONT_PALETTE_VALUES_RULE, IMPORT_RULE, KEYFRAME_RULE, KEYFRAMES_RULE, MARGIN_RULE, MEDIA_RULE, NAMESPACE_RULE, PAGE_RULE, STYLE_RULE, SUPPORTS_RULE| Modifier | Constructor and Description |
|---|---|
protected |
CSSGroupingRule() |
| Modifier and Type | Method and Description |
|---|---|
CSSRuleList |
cssRules() |
void |
deleteRule(int index) |
int |
insertRule(java.lang.String rule) |
int |
insertRule(java.lang.String rule,
int index) |
parentRule, parentStyleSheet, typeassign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, is, isExtensible, isFrozen, isSealed, keys, preventExtensions, seal, setPrototypeOf, valueOf_, values@JsProperty(name="cssRules") @Nonnull public CSSRuleList cssRules()
public void deleteRule(int index)
public int insertRule(@Nonnull
java.lang.String rule,
int index)
public int insertRule(@Nonnull
java.lang.String rule)