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