DefaultCssInheritanceRules
public interface CssInheritanceRules
Modifier and Type | Method | Description |
---|---|---|
boolean |
inheritCssSelector(Tag tag,
java.lang.String key) |
Validate inheritance of any CSS property for the given tag.
|
boolean |
inheritCssTag(java.lang.String tag) |
Validate inheritance of parent tag CSS.
|
boolean inheritCssTag(java.lang.String tag)
tag
- the tagboolean inheritCssSelector(Tag tag, java.lang.String key)
tag
- the tagkey
- the css propertyCopyright © 1998–2018. All rights reserved.