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