public class CSSImportRule extends CSSRule
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<String> |
href |
Objs.Property<MediaList> |
media |
Objs.Property<CSSStyleSheet> |
styleSheet |
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 |
CSSImportRule(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static CSSImportRule |
$as(Object obj) |
String |
href() |
MediaList |
media() |
CSSStyleSheet |
styleSheet() |
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<String> href
public Objs.Property<MediaList> media
public Objs.Property<CSSStyleSheet> styleSheet
protected CSSImportRule(Objs.Constructor<?> c, Object js)
public static CSSImportRule $as(Object obj)
public String href()
public MediaList media()
public CSSStyleSheet styleSheet()
Copyright © 2018. All rights reserved.