public class StyleSheet
extends net.java.html.lib.Objs
| Modifier and Type | Field and Description |
|---|---|
net.java.html.lib.Objs.Property<Boolean> |
disabled |
net.java.html.lib.Objs.Property<String> |
href |
net.java.html.lib.Objs.Property<MediaList> |
media |
net.java.html.lib.Objs.Property<Node> |
ownerNode |
net.java.html.lib.Objs.Property<StyleSheet> |
parentStyleSheet |
net.java.html.lib.Objs.Property<String> |
title |
net.java.html.lib.Objs.Property<String> |
type |
| Modifier | Constructor and Description |
|---|---|
protected |
StyleSheet(net.java.html.lib.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, valueOfpublic net.java.html.lib.Objs.Property<Boolean> disabled
public net.java.html.lib.Objs.Property<String> href
public net.java.html.lib.Objs.Property<MediaList> media
public net.java.html.lib.Objs.Property<Node> ownerNode
public net.java.html.lib.Objs.Property<StyleSheet> parentStyleSheet
public net.java.html.lib.Objs.Property<String> title
public net.java.html.lib.Objs.Property<String> type
protected StyleSheet(net.java.html.lib.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 © 2021. All rights reserved.