public class StyleSheet extends Objs
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<Boolean> |
disabled |
Objs.Property<String> |
href |
Objs.Property<MediaList> |
media |
Objs.Property<Node> |
ownerNode |
Objs.Property<StyleSheet> |
parentStyleSheet |
Objs.Property<String> |
title |
Objs.Property<String> |
type |
Modifier | Constructor and Description |
---|---|
protected |
StyleSheet(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static StyleSheet |
$as(Object obj) |
Boolean |
disabled() |
String |
href() |
MediaList |
media() |
Node |
ownerNode() |
StyleSheet |
parentStyleSheet() |
String |
title() |
String |
type() |
$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> disabled
public Objs.Property<String> href
public Objs.Property<MediaList> media
public Objs.Property<Node> ownerNode
public Objs.Property<StyleSheet> parentStyleSheet
public Objs.Property<String> title
public Objs.Property<String> type
protected StyleSheet(Objs.Constructor<?> c, Object js)
public static StyleSheet $as(Object obj)
public Boolean disabled()
public String href()
public MediaList media()
public Node ownerNode()
public StyleSheet parentStyleSheet()
public String title()
public String type()
Copyright © 2018. All rights reserved.