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