public static class Html4.TABLE extends HtmlParentElement implements Html4.ParentElement<Html4.TABLE>
<table>.| Modifier and Type | Field and Description |
|---|---|
static HtmlElementType |
TYPE
HtmlElementType for
<table> (void=false, block=true, pre=false). |
| Constructor and Description |
|---|
TABLE() |
| Instance Methods | |
|---|---|
HtmlElementType |
getElementType()
Get the metadata of this element.
|
Html4.TABLE |
border(int value)
Set attribute
border="{value}". |
Html4.TABLE |
cellpadding(int value)
Set attribute
cellpadding="{value}". |
Html4.TABLE |
cellpadding(CharSequence value)
Set attribute
cellpadding="{value}". |
Html4.TABLE |
cellspacing(int value)
Set attribute
cellspacing="{value}". |
Html4.TABLE |
cellspacing(CharSequence value)
Set attribute
cellspacing="{value}". |
Html4.TABLE |
frame(CharSequence value)
Set attribute
frame="{value}". |
Html4.TABLE |
rules(CharSequence value)
Set attribute
rules="{value}". |
Html4.TABLE |
summary(CharSequence value)
Set attribute
summary="{value}". |
Html4.TABLE |
width(int value)
Set attribute
width="{value}". |
Html4.TABLE |
width(CharSequence value)
Set attribute
width="{value}". |
addChild, addChild, addChildren, detachChildren, getChild, getChildCount, removeChild, render, setChildgetAttribute, getAttributeCount, getAttributeMap, isBlock, setAttributeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadd, addattr, attr, attr, attr, class_, class_add, dir, getAttribute, id, lang, on, setAttribute, style, titleaddChild, addChild, addChildren, detachChildren, getChild, getChildCount, getChildList, removeChild, render, setChildpublic static final HtmlElementType TYPE
<table> (void=false, block=true, pre=false).public HtmlElementType getElementType()
HtmlElementHtmlElementType.getElementType in class HtmlElementpublic Html4.TABLE border(int value)
border="{value}".public Html4.TABLE cellpadding(int value)
cellpadding="{value}".public Html4.TABLE cellpadding(CharSequence value)
cellpadding="{value}".public Html4.TABLE cellspacing(int value)
cellspacing="{value}".public Html4.TABLE cellspacing(CharSequence value)
cellspacing="{value}".public Html4.TABLE frame(CharSequence value)
frame="{value}".public Html4.TABLE rules(CharSequence value)
rules="{value}".public Html4.TABLE summary(CharSequence value)
summary="{value}".public Html4.TABLE width(int value)
width="{value}".public Html4.TABLE width(CharSequence value)
width="{value}".