|
||||||||||
| 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 | |
|---|---|
void |
add(String selector,
Map<String,String> props)
Add CSS to this CssFile. |
Map<String,String> |
get(String selector)
Return CSS for the given selector. |
boolean |
isPersistent()
|
void |
isPersistent(boolean b)
Indicates that this file should be kept. |
| Method Detail |
|---|
void add(String selector,
Map<String,String> props)
selector - the CSS selectorprops - the properties for the given selectorMap<String,String> get(String selector)
selector - the selector to look for
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 | |||||||||