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