|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bbn.openmap.layer.util.html.HtmlListElement
A container for a list body
Constructor Summary | |
HtmlListElement()
Construct a new ListElement |
|
HtmlListElement(Element header)
|
|
HtmlListElement(java.lang.String s)
|
Method Summary | |
void |
addElement(Element e)
Add an element to the end of the list |
void |
addElement(java.lang.String s)
Add an element to the end of the list |
void |
generate(java.io.Writer out)
convert representation to html and write it out |
void |
setTitleElement(Element e)
|
void |
setTitleElement(java.lang.String s)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HtmlListElement()
public HtmlListElement(java.lang.String s)
public HtmlListElement(Element header)
Method Detail |
public void setTitleElement(Element e)
public void setTitleElement(java.lang.String s)
public void generate(java.io.Writer out) throws java.io.IOException
Element
generate
in interface Element
out
- the output Writer
java.io.IOException
- an IO error occurred accessing
outpublic void addElement(Element e)
addElement
in interface ContainerElement
e
- the element to addpublic void addElement(java.lang.String s)
addElement
in interface ContainerElement
s
- the string to add
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |