public static class Html5.METER extends HtmlParentElement implements Html5.ParentElement<Html5.METER,Html5.METER>
<meter>
.Modifier and Type | Field and Description |
---|---|
static HtmlElementType |
TYPE
HtmlElementType for
<meter> (void=false, block=false, pre=false). |
Constructor and Description |
---|
METER() |
Instance Methods | |
---|---|
HtmlElementType |
getElementType()
Get the metadata of this element.
|
Html5.METER |
high(CharSequence value)
Set attribute
high="{value}" . |
Html5.METER |
low(CharSequence value)
Set attribute
low="{value}" . |
Html5.METER |
max(CharSequence value)
Set attribute
max="{value}" . |
Html5.METER |
min(CharSequence value)
Set attribute
min="{value}" . |
Html5.METER |
optimum(CharSequence value)
Set attribute
optimum="{value}" . |
Html5.METER |
value(CharSequence value)
Set attribute
value="{value}" . |
addChild, addChild, addChildren, detachChildren, getChild, getChildCount, removeChild, render, setChild
getAttribute, getAttributeCount, getAttributeMap, isBlock, setAttribute
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
add, add
addChild, addChild, addChildren, detachChildren, getChild, getChildCount, getChildList, removeChild, render, setChild
accesskey, attr, attr, attr, class_, class_add, contenteditable, contextmenu, data, dir, draggable, dropzone, hidden, id, inert, itemid, itemprop, itemref, itemscope, itemtype, lang, on, spellcheck, style, tabindex, title, translate
attr, getAttribute, setAttribute
public static final HtmlElementType TYPE
<meter>
(void=false, block=false, pre=false).public HtmlElementType getElementType()
HtmlElement
HtmlElementType
.getElementType
in class HtmlElement
public Html5.METER high(CharSequence value)
high="{value}"
.public Html5.METER low(CharSequence value)
low="{value}"
.public Html5.METER max(CharSequence value)
max="{value}"
.public Html5.METER min(CharSequence value)
min="{value}"
.public Html5.METER optimum(CharSequence value)
optimum="{value}"
.public Html5.METER value(CharSequence value)
value="{value}"
.