Class StyleSheet

  • Direct Known Subclasses:
    CSSStyleSheet

    @JsType(isNative=true,
            namespace="<global>")
    public class StyleSheet
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      StyleSheet()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • disabled

        public boolean disabled
      • href

        public java.lang.String href
      • ownerNode

        public Node ownerNode
      • parentStyleSheet

        public StyleSheet parentStyleSheet
      • title

        public java.lang.String title
      • type

        public java.lang.String type
    • Constructor Detail

      • StyleSheet

        public StyleSheet()