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