public static class Html4.BUTTON extends HtmlParentElement implements Html4.ParentElement<Html4.BUTTON>
<button>.| Modifier and Type | Field and Description |
|---|---|
static HtmlElementType |
TYPE
HtmlElementType for
<button> (void=false, block=false, pre=false). |
| Constructor and Description |
|---|
BUTTON() |
| Instance Methods | |
|---|---|
HtmlElementType |
getElementType()
Get the metadata of this element.
|
Html4.BUTTON |
accesskey(CharSequence value)
Set attribute
accesskey="{value}". |
Html4.BUTTON |
disabled(boolean value)
Set boolean attribute
disabled. |
Html4.BUTTON |
name(CharSequence value)
Set attribute
name="{value}". |
Html4.BUTTON |
tabindex(int value)
Set attribute
tabindex="{value}". |
Html4.BUTTON |
type(CharSequence value)
Set attribute
type="{value}". |
Html4.BUTTON |
value(CharSequence value)
Set attribute
value="{value}". |
addChild, addChild, addChildren, detachChildren, getChild, getChildCount, removeChild, render, setChildgetAttribute, getAttributeCount, getAttributeMap, isBlock, setAttributeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadd, addattr, attr, attr, attr, class_, class_add, dir, getAttribute, id, lang, on, setAttribute, style, titleaddChild, addChild, addChildren, detachChildren, getChild, getChildCount, getChildList, removeChild, render, setChildpublic static final HtmlElementType TYPE
<button> (void=false, block=false, pre=false).public HtmlElementType getElementType()
HtmlElementHtmlElementType.getElementType in class HtmlElementpublic Html4.BUTTON accesskey(CharSequence value)
accesskey="{value}".public Html4.BUTTON disabled(boolean value)
disabled.public Html4.BUTTON name(CharSequence value)
name="{value}".public Html4.BUTTON tabindex(int value)
tabindex="{value}".public Html4.BUTTON type(CharSequence value)
type="{value}".public Html4.BUTTON value(CharSequence value)
value="{value}".