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