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