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