public static class Html5.LABEL extends Html4.LABEL implements Html5.ParentElement<Html5.LABEL,Html4.LABEL>
<label>
.TYPE
Constructor and Description |
---|
LABEL() |
Instance Methods | |
---|---|
Html5.LABEL |
for_(CharSequence value)
Set attribute
for="{value}" . |
Html5.LABEL |
form(CharSequence value)
Set attribute
form="{value}" . |
Html5.LABEL |
accesskey(CharSequence value)
Set attribute
accesskey="{value}" . |
getElementType
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
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 Html5.LABEL for_(CharSequence value)
for="{value}"
.for_
in class Html4.LABEL
public Html5.LABEL form(CharSequence value)
form="{value}"
.public Html5.LABEL accesskey(CharSequence value)
accesskey="{value}"
.accesskey
in interface Html5.Element<Html5.LABEL,Html4.LABEL>
accesskey
in class Html4.LABEL