public class TableRowElement extends WrapElement implements ContainerElement
e, paramString, wrapString
Constructor and Description |
---|
TableRowElement()
Construct an empty row
|
Modifier and Type | Method and Description |
---|---|
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
|
generate, getElement, setElement
public void addElement(Element ne)
addElement
in interface ContainerElement
ne
- add the element wrapped inside a TableDataElementTableDataElement
public void addElement(java.lang.String s)
addElement
in interface ContainerElement
s
- add the element wrapped inside a TableDataElementTableDataElement
public void addElement(TableCellElement c)
c
- adds the cell to the row (doesn't wrap it)Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details