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, setChildgetAttribute, getAttributeCount, getAttributeMap, isBlock, setAttributeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadd, addaddChild, addChild, addChildren, detachChildren, getChild, getChildCount, getChildList, removeChild, render, setChildaccesskey, 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, translateattr, getAttribute, setAttributepublic static final HtmlElementType TYPE
<meter> (void=false, block=false, pre=false).public HtmlElementType getElementType()
HtmlElementHtmlElementType.getElementType in class HtmlElementpublic 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}".