public static class Html5.PROGRESS extends HtmlParentElement implements Html5.ParentElement<Html5.PROGRESS,Html5.PROGRESS>
<progress>.| Modifier and Type | Field and Description |
|---|---|
static HtmlElementType |
TYPE
HtmlElementType for
<progress> (void=false, block=false, pre=false). |
| Constructor and Description |
|---|
PROGRESS() |
| Instance Methods | |
|---|---|
HtmlElementType |
getElementType()
Get the metadata of this element.
|
Html5.PROGRESS |
max(CharSequence value)
Set attribute
max="{value}". |
Html5.PROGRESS |
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
<progress> (void=false, block=false, pre=false).public HtmlElementType getElementType()
HtmlElementHtmlElementType.getElementType in class HtmlElementpublic Html5.PROGRESS max(CharSequence value)
max="{value}".public Html5.PROGRESS value(CharSequence value)
value="{value}".