|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vaadin.client.CSSRule
public class CSSRule
Utility class for fetching CSS properties from DOM StyleSheets JS object.
| Constructor Summary | |
|---|---|
CSSRule(java.lang.String selector,
boolean deep)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getPropertyValue(java.lang.String propertyName)
Returns a specific property value from this CSS rule. |
java.lang.String |
getSelector()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CSSRule(java.lang.String selector,
boolean deep)
selector - the CSS selector to search for in the stylesheetsdeep - should the search follow any @import statements?| Method Detail |
|---|
public java.lang.String getPropertyValue(java.lang.String propertyName)
propertyName - camelCase CSS property name
public java.lang.String getSelector()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||