Package | Description |
---|---|
bayou.html |
For building html trees.
|
Modifier and Type | Method and Description |
---|---|
default Html5.OPTION |
Html5._option()
Build element
<option> . |
default Html5.OPTION |
Html5._option(Object... children)
Build element
<option> with children. |
default Html5.OPTION |
Html5._option(Runnable code)
Build element
<option> ; with it as the context parent, run `code`. |
Html5.OPTION |
Html5.OPTION.disabled(boolean value)
Set boolean attribute
disabled . |
Html5.OPTION |
Html5.OPTION.label(CharSequence value)
Set attribute
label="{value}" . |
Html5.OPTION |
Html5.OPTION.selected(boolean value)
Set boolean attribute
selected . |
Html5.OPTION |
Html5.OPTION.value(CharSequence value)
Set attribute
value="{value}" . |