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