public static class Html5.TH extends Html4.TH implements Html5.ParentElement<Html5.TH,Html4.TH>
<th>.| Constructor and Description |
|---|
TH() |
| Instance Methods | |
|---|---|
Html5.TH |
abbr(CharSequence value)
Set attribute
abbr="{value}". |
Html5.TH |
colspan(int value)
Set attribute
colspan="{value}". |
Html5.TH |
headers(CharSequence value)
Set attribute
headers="{value}". |
Html5.TH |
rowspan(int value)
Set attribute
rowspan="{value}". |
Html5.TH |
scope(CharSequence value)
Set attribute
scope="{value}". |
Html5.TH |
align(CharSequence value)
Deprecated.
This attribute is deprecated in html5.
|
Html5.TH |
axis(CharSequence value)
Deprecated.
This attribute is deprecated in html5.
|
Html5.TH |
char_(CharSequence value)
Deprecated.
This attribute is deprecated in html5.
|
Html5.TH |
charoff(int value)
Deprecated.
This attribute is deprecated in html5.
|
Html5.TH |
charoff(CharSequence value)
Deprecated.
This attribute is deprecated in html5.
|
Html5.TH |
valign(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.TH abbr(CharSequence value)
abbr="{value}".public Html5.TH colspan(int value)
colspan="{value}".public Html5.TH headers(CharSequence value)
headers="{value}".public Html5.TH rowspan(int value)
rowspan="{value}".public Html5.TH scope(CharSequence value)
scope="{value}".public Html5.TH align(CharSequence value)
align="{value}".public Html5.TH axis(CharSequence value)
axis="{value}".public Html5.TH char_(CharSequence value)
char="{value}".public Html5.TH charoff(int value)
charoff="{value}".public Html5.TH charoff(CharSequence value)
charoff="{value}".public Html5.TH valign(CharSequence value)
valign="{value}".