public class CSSStyleRule extends CSSRule
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<Boolean> |
readOnly |
Objs.Property<String> |
selectorText |
Objs.Property<CSSStyleDeclaration> |
style |
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 |
CSSStyleRule(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static CSSStyleRule |
$as(Object obj) |
Boolean |
readOnly() |
String |
selectorText() |
CSSStyleDeclaration |
style() |
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<Boolean> readOnly
public Objs.Property<String> selectorText
public Objs.Property<CSSStyleDeclaration> style
protected CSSStyleRule(Objs.Constructor<?> c, Object js)
public static CSSStyleRule $as(Object obj)
public Boolean readOnly()
public String selectorText()
public CSSStyleDeclaration style()
Copyright © 2018. All rights reserved.