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