|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.jcorporate.expresso.services.html.HtmlElement
com.jcorporate.expresso.services.html.List
A list (ordered or unordered)
| Field Summary |
| Fields inherited from class com.jcorporate.expresso.services.html.HtmlElement |
attributes, contents, cSSClass, cSSID |
| Constructor Summary | |
List()
Constructor |
|
List(String newName)
Constructor |
|
| Method Summary | |
protected void |
display(PrintWriter out,
int depth)
Display the list |
void |
setOrdered(boolean newOrdered)
Specify if this list is ordered (OL) or unordered (UL) |
void |
setType(String newType)
Set the type argument for the list |
| Methods inherited from class com.jcorporate.expresso.services.html.HtmlElement |
add, display, finalize, getAttribute, getContentCount, getCSSClass, getName, padWithTabs, setAttribute, setCSSClass, setCSSID, setDisplayed, setName, setParent |
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public List()
throws HtmlException
public List(String newName)
throws HtmlException
newName - the name of the list| Method Detail |
protected void display(PrintWriter out,
int depth)
throws HtmlException
display in class HtmlElementdepth - the number of tabs to indentout - the output stream
HtmlException - If the element (or it's contents) cannot be displayed
public void setOrdered(boolean newOrdered)
throws HtmlException
newOrdered - true if OL
HtmlException
public void setType(String newType)
throws HtmlException
newType - java.lang.String
HtmlException
|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||