|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CssInheritanceRules
Implementations of this interface determine the inheritance rules of CSS properties on tag basis and on property level.
Method Summary | |
---|---|
boolean |
inheritCssSelector(Tag tag,
String key)
Validate inheritance of any CSS property for the given tag. |
boolean |
inheritCssTag(String tag)
Validate inheritance of parent tag CSS. |
Method Detail |
---|
boolean inheritCssTag(String tag)
tag
- the tag
boolean inheritCssSelector(Tag tag, String key)
tag
- the tagkey
- the css property
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |