|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bbn.openmap.util.html.WrapElement
com.bbn.openmap.util.html.TableRowElement
public class TableRowElement
This class implements an entire row of an html table
| Field Summary |
|---|
| Fields inherited from class com.bbn.openmap.util.html.WrapElement |
|---|
e, paramString, wrapString |
| Constructor Summary | |
|---|---|
TableRowElement()
Construct an empty row |
|
| Method Summary | |
|---|---|
void |
addElement(Element ne)
Add a column to the row |
void |
addElement(java.lang.String s)
Add a column to the row |
void |
addElement(TableCellElement c)
Add a column to the row |
| Methods inherited from class com.bbn.openmap.util.html.WrapElement |
|---|
generate, getElement, setElement |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.bbn.openmap.util.html.Element |
|---|
generate |
| Constructor Detail |
|---|
public TableRowElement()
| Method Detail |
|---|
public void addElement(Element ne)
addElement in interface ContainerElementne - add the element wrapped inside a TableDataElementTableDataElementpublic void addElement(java.lang.String s)
addElement in interface ContainerElements - add the element wrapped inside a TableDataElementTableDataElementpublic void addElement(TableCellElement c)
c - adds the cell to the row (doesn't wrap it)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||