|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use org.ajax4jsf.util.style | |
|---|---|
| org.ajax4jsf.util.style | CSS utility classes |
| Classes in org.ajax4jsf.util.style used by org.ajax4jsf.util.style | |
|---|---|
| CSSFormat
Simple utility class for CSS style formatting Current version isn't thread-safe and doesn't provide any validation Usage is simle
CSSFormat format = new CSSFormat();
format.add("background-position", "top left");
format.addURL("background-image", "/images/corner.gif");
responseWriter.writeAttribute("style", format, null);
|
|
| CSSSelector
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||