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