public final class HTMLTable extends IElement.Factory.ElementImpl
Modifier and Type | Class and Description |
---|---|
private static class |
HTMLTable.Cell |
static interface |
HTMLTable.ICell |
static interface |
HTMLTable.IRow |
private static class |
HTMLTable.Row |
IElement.Factory
Modifier and Type | Field and Description |
---|---|
private IElement |
m_caption |
m_contents
m_attrs, m_tag
Constructor and Description |
---|
HTMLTable(java.lang.String width,
java.lang.String border,
java.lang.String cellpadding,
java.lang.String cellspacing) |
Modifier and Type | Method and Description |
---|---|
void |
emit(HTMLWriter out) |
HTMLTable.IRow |
newRow() |
HTMLTable.IRow |
newTitleRow() |
void |
setCaption(java.lang.String align,
java.lang.String text,
boolean nbsp) |
add, add, setText, size, toString
getAttributes, getTag, setClass
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getAttributes, getTag, setClass
private IElement m_caption
public HTMLTable(java.lang.String width, java.lang.String border, java.lang.String cellpadding, java.lang.String cellspacing)
public void setCaption(java.lang.String align, java.lang.String text, boolean nbsp)
public HTMLTable.IRow newTitleRow()
public HTMLTable.IRow newRow()
public void emit(HTMLWriter out)
emit
in interface IContent
emit
in class IElement.Factory.ElementImpl