com.itmill.toolkit.terminal.gwt.client
Class CSSRule
java.lang.Object
com.itmill.toolkit.terminal.gwt.client.CSSRule
public class CSSRule
- extends Object
Utility class for fetching CSS properties from DOM StyleSheets JS object.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CSSRule
public CSSRule(String selector)
getPropertyValue
public String getPropertyValue(String propertyName)
- Returns a specific property value from this CSS rule.
- Parameters:
propertyName
-
- Returns:
getSelector
public String getSelector()
Copyright © 2000-2009 IT Mill Ltd. All Rights Reserved.