org.stjs.javascript
Class CSSStyleRule

java.lang.Object
  extended by org.stjs.javascript.CSSStyleRule

public class CSSStyleRule
extends Object


Field Summary
 String selectorText
          Gets/sets the textual representation of the selector for this rule, e.g.
 CSSStyleDeclaration style
          Returns the CSSStyleDeclaration object for the rule.
 
Constructor Summary
CSSStyleRule()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

selectorText

public String selectorText
Gets/sets the textual representation of the selector for this rule, e.g. "h1,h2".


style

public CSSStyleDeclaration style
Returns the CSSStyleDeclaration object for the rule. Read only.

Constructor Detail

CSSStyleRule

public CSSStyleRule()


Copyright © 2013. All Rights Reserved.