public static class Html5.TABLE extends Html4.TABLE implements Html5.ParentElement<Html5.TABLE,Html4.TABLE>
<table>.TYPE| Constructor and Description |
|---|
TABLE() |
| Instance Methods | |
|---|---|
Html5.TABLE |
border(int value)
Set attribute
border="{value}". |
Html5.TABLE |
cellpadding(int value)
Deprecated.
This attribute is deprecated in html5.
|
Html5.TABLE |
cellpadding(CharSequence value)
Deprecated.
This attribute is deprecated in html5.
|
Html5.TABLE |
cellspacing(int value)
Deprecated.
This attribute is deprecated in html5.
|
Html5.TABLE |
cellspacing(CharSequence value)
Deprecated.
This attribute is deprecated in html5.
|
Html5.TABLE |
frame(CharSequence value)
Deprecated.
This attribute is deprecated in html5.
|
Html5.TABLE |
rules(CharSequence value)
Deprecated.
This attribute is deprecated in html5.
|
Html5.TABLE |
summary(CharSequence value)
Deprecated.
This attribute is deprecated in html5.
|
Html5.TABLE |
width(int value)
Deprecated.
This attribute is deprecated in html5.
|
Html5.TABLE |
width(CharSequence value)
Deprecated.
This attribute is deprecated in html5.
|
getElementTypeaddChild, addChild, addChildren, detachChildren, getChild, getChildCount, removeChild, render, setChildgetAttribute, getAttributeCount, getAttributeMap, isBlock, setAttributeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadd, addaddChild, addChild, addChildren, detachChildren, getChild, getChildCount, getChildList, removeChild, render, setChildaccesskey, attr, attr, attr, class_, class_add, contenteditable, contextmenu, data, dir, draggable, dropzone, hidden, id, inert, itemid, itemprop, itemref, itemscope, itemtype, lang, on, spellcheck, style, tabindex, title, translateattr, getAttribute, setAttributepublic Html5.TABLE border(int value)
border="{value}".border in class Html4.TABLEpublic Html5.TABLE cellpadding(int value)
cellpadding="{value}".cellpadding in class Html4.TABLEpublic Html5.TABLE cellpadding(CharSequence value)
cellpadding="{value}".cellpadding in class Html4.TABLEpublic Html5.TABLE cellspacing(int value)
cellspacing="{value}".cellspacing in class Html4.TABLEpublic Html5.TABLE cellspacing(CharSequence value)
cellspacing="{value}".cellspacing in class Html4.TABLEpublic Html5.TABLE frame(CharSequence value)
frame="{value}".frame in class Html4.TABLEpublic Html5.TABLE rules(CharSequence value)
rules="{value}".rules in class Html4.TABLEpublic Html5.TABLE summary(CharSequence value)
summary="{value}".summary in class Html4.TABLEpublic Html5.TABLE width(int value)
width="{value}".width in class Html4.TABLEpublic Html5.TABLE width(CharSequence value)
width="{value}".width in class Html4.TABLE