|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnextapp.echoservlet.html.Element
nextapp.echoservlet.html.StyleElement
public class StyleElement
A <style> HTML element, used to encapsulate CSS styles within a document.
| Field Summary |
|---|
| Fields inherited from interface nextapp.echoservlet.html.Renderable |
|---|
INDENT_STRING |
| Constructor Summary | |
|---|---|
StyleElement()
Creates a new style element. |
|
| Method Summary | |
|---|---|
void |
add(Style style)
Adds a style to be rendered in this style element. |
| Methods inherited from class nextapp.echoservlet.html.Element |
|---|
add, add, addAttribute, addAttribute, addAttribute, addElement, addElement, addElementContent, addElementContent, addHtml, addHtml, addText, addText, addText, allocate, allocate, getAttribute, getContents, getCreationCount, getName, indexOf, isSticky, releaseElements, removeAttribute, render, render, renderAsStyleAttribute, reset, setClosingTagRequired, setSticky, setWhitespaceRelevant |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface nextapp.echoservlet.html.Renderable |
|---|
render |
| Constructor Detail |
|---|
public StyleElement()
| Method Detail |
|---|
public void add(Style style)
style - The style to add.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||