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}". |
getElementTypeaddChild, 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, setChildattr, 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 Html5.LABEL for_(CharSequence value)
for="{value}".for_ in class Html4.LABELpublic 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