public static class Html5.MENUITEM extends HtmlElement implements Html5.Element<Html5.MENUITEM,Html5.MENUITEM>
<menuitem>.| Modifier and Type | Field and Description |
|---|---|
static HtmlElementType |
TYPE
HtmlElementType for
<menuitem> (void=true, block=true, pre=false). |
| Constructor and Description |
|---|
MENUITEM() |
| Instance Methods | |
|---|---|
HtmlElementType |
getElementType()
Get the metadata of this element.
|
Html5.MENUITEM |
checked(boolean value)
Set boolean attribute
checked. |
Html5.MENUITEM |
command(CharSequence value)
Set attribute
command="{value}". |
Html5.MENUITEM |
default_(boolean value)
Set boolean attribute
default. |
Html5.MENUITEM |
disabled(boolean value)
Set boolean attribute
disabled. |
Html5.MENUITEM |
icon(CharSequence value)
Set attribute
icon="{value}". |
Html5.MENUITEM |
label(CharSequence value)
Set attribute
label="{value}". |
Html5.MENUITEM |
radiogroup(CharSequence value)
Set attribute
radiogroup="{value}". |
Html5.MENUITEM |
type(CharSequence value)
Set attribute
type="{value}". |
getAttribute, getAttributeCount, getAttributeMap, isBlock, render, setAttributeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccesskey, 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 static final HtmlElementType TYPE
<menuitem> (void=true, block=true, pre=false).public HtmlElementType getElementType()
HtmlElementHtmlElementType.getElementType in class HtmlElementpublic Html5.MENUITEM checked(boolean value)
checked.public Html5.MENUITEM command(CharSequence value)
command="{value}".public Html5.MENUITEM default_(boolean value)
default.public Html5.MENUITEM disabled(boolean value)
disabled.public Html5.MENUITEM icon(CharSequence value)
icon="{value}".public Html5.MENUITEM label(CharSequence value)
label="{value}".public Html5.MENUITEM radiogroup(CharSequence value)
radiogroup="{value}".public Html5.MENUITEM type(CharSequence value)
type="{value}".