| Package | Description |
|---|---|
| bayou.html |
For building html trees.
|
| Modifier and Type | Method and Description |
|---|---|
default Html5.DETAILS |
Html5._details()
Build element
<details>. |
default Html5.DETAILS |
Html5._details(Object... children)
Build element
<details> with children. |
default Html5.DETAILS |
Html5._details(Runnable code)
Build element
<details>; with it as the context parent, run `code`. |
Html5.DETAILS |
Html5.DETAILS.open(boolean value)
Set boolean attribute
open. |