|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vaadin.server.Page.Styles
public static class Page.Styles
Contains dynamically injected styles injected in the HTML document at runtime.
| Method Summary | |
|---|---|
void |
add(Resource resource)
Injects a CSS resource into the page |
void |
add(java.lang.String css)
Injects a raw CSS string into the page. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void add(java.lang.String css)
css - The CSS to injectpublic void add(Resource resource)
resource - The resource to inject.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||