Package | Description |
---|---|
bayou.html |
For building html trees.
|
Modifier and Type | Method and Description |
---|---|
default Html5.OUTPUT |
Html5._output()
Build element
<output> . |
default Html5.OUTPUT |
Html5._output(Object... children)
Build element
<output> with children. |
default Html5.OUTPUT |
Html5._output(Runnable code)
Build element
<output> ; with it as the context parent, run `code`. |
Html5.OUTPUT |
Html5.OUTPUT.for_(CharSequence value)
Set attribute
for="{value}" . |
Html5.OUTPUT |
Html5.OUTPUT.form(CharSequence value)
Set attribute
form="{value}" . |
Html5.OUTPUT |
Html5.OUTPUT.name(CharSequence value)
Set attribute
name="{value}" . |