Package | Description |
---|---|
bayou.html |
For building html trees.
|
Modifier and Type | Method and Description |
---|---|
default Html5.TH |
Html5._th()
Build element
<th> . |
default Html5.TH |
Html5._th(Object... children)
Build element
<th> with children. |
default Html5.TH |
Html5._th(Runnable code)
Build element
<th> ; with it as the context parent, run `code`. |
Html5.TH |
Html5.TH.abbr(CharSequence value)
Set attribute
abbr="{value}" . |
Html5.TH |
Html5.TH.align(CharSequence value)
Deprecated.
This attribute is deprecated in html5.
|
Html5.TH |
Html5.TH.axis(CharSequence value)
Deprecated.
This attribute is deprecated in html5.
|
Html5.TH |
Html5.TH.char_(CharSequence value)
Deprecated.
This attribute is deprecated in html5.
|
Html5.TH |
Html5.TH.charoff(CharSequence value)
Deprecated.
This attribute is deprecated in html5.
|
Html5.TH |
Html5.TH.charoff(int value)
Deprecated.
This attribute is deprecated in html5.
|
Html5.TH |
Html5.TH.colspan(int value)
Set attribute
colspan="{value}" . |
Html5.TH |
Html5.TH.headers(CharSequence value)
Set attribute
headers="{value}" . |
Html5.TH |
Html5.TH.rowspan(int value)
Set attribute
rowspan="{value}" . |
Html5.TH |
Html5.TH.scope(CharSequence value)
Set attribute
scope="{value}" . |
Html5.TH |
Html5.TH.valign(CharSequence value)
Deprecated.
This attribute is deprecated in html5.
|