public static class Html5.OPTGROUP extends Html4.OPTGROUP implements Html5.ParentElement<Html5.OPTGROUP,Html4.OPTGROUP>
<optgroup>.TYPE| Constructor and Description |
|---|
OPTGROUP() |
| Instance Methods | |
|---|---|
Html5.OPTGROUP |
disabled(boolean value)
Set boolean attribute
disabled. |
Html5.OPTGROUP |
label(CharSequence value)
Set attribute
label="{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, 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 Html5.OPTGROUP disabled(boolean value)
disabled.disabled in class Html4.OPTGROUPpublic Html5.OPTGROUP label(CharSequence value)
label="{value}".label in class Html4.OPTGROUP