Package com.vaadin.client
Class CSSRule
- java.lang.Object
-
- com.vaadin.client.CSSRule
-
public class CSSRule extends Object
Utility class for fetching CSS properties from DOM StyleSheets JS object.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPropertyValue(String propertyName)
Returns a specific property value from this CSS rule.String
getSelector()
-
-
-
Constructor Detail
-
CSSRule
public CSSRule(String selector, boolean deep)
- Parameters:
selector
- the CSS selector to search for in the stylesheetsdeep
- should the search follow any @import statements?
-
-