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