Package | Description |
---|---|
bayou.html |
For building html trees.
|
Modifier and Type | Class and Description |
---|---|
static class |
Html5.TR
Html5 element
<tr> . |
Modifier and Type | Method and Description |
---|---|
default Html4.TR |
Html4._tr()
Build element
<tr> . |
default Html4.TR |
Html4._tr(Object... children)
Build element
<tr> with children. |
default Html4.TR |
Html4._tr(Runnable code)
Build element
<tr> ; with it as the context parent, run `code`. |
Html4.TR |
Html4.TR.align(CharSequence value)
Set attribute
align="{value}" . |
Html4.TR |
Html4.TR.char_(CharSequence value)
Set attribute
char="{value}" . |
Html4.TR |
Html4.TR.charoff(CharSequence value)
Set attribute
charoff="{value}" . |
Html4.TR |
Html4.TR.charoff(int value)
Set attribute
charoff="{value}" . |
Html4.TR |
Html4.TR.valign(CharSequence value)
Set attribute
valign="{value}" . |