|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CssFile
Represents a CSS file.
| Method Summary | |
|---|---|
boolean |
add(String selector,
Map<String,String> props)
Add CSS to this CssFile. |
List<CssRule> |
get(Tag t)
Return CSS declarations for the given tag. |
boolean |
isPersistent()
|
void |
isPersistent(boolean b)
Indicates that this file should be kept. |
| Method Detail |
|---|
boolean add(String selector,
Map<String,String> props)
selector - the CSS selectorprops - the properties for the given selectorList<CssRule> get(Tag t)
t - the tag for searching rules
boolean isPersistent()
void isPersistent(boolean b)
b - true if this file should be kept.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||