public static class Html5.KEYGEN extends HtmlElement implements Html5.Element<Html5.KEYGEN,Html5.KEYGEN>
<keygen>
.Modifier and Type | Field and Description |
---|---|
static HtmlElementType |
TYPE
HtmlElementType for
<keygen> (void=true, block=false, pre=false). |
Constructor and Description |
---|
KEYGEN() |
Instance Methods | |
---|---|
HtmlElementType |
getElementType()
Get the metadata of this element.
|
Html5.KEYGEN |
autofocus(boolean value)
Set boolean attribute
autofocus . |
Html5.KEYGEN |
challenge(CharSequence value)
Set attribute
challenge="{value}" . |
Html5.KEYGEN |
disabled(boolean value)
Set boolean attribute
disabled . |
Html5.KEYGEN |
form(CharSequence value)
Set attribute
form="{value}" . |
Html5.KEYGEN |
keytype(CharSequence value)
Set attribute
keytype="{value}" . |
Html5.KEYGEN |
name(CharSequence value)
Set attribute
name="{value}" . |
getAttribute, getAttributeCount, getAttributeMap, isBlock, render, setAttribute
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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 static final HtmlElementType TYPE
<keygen>
(void=true, block=false, pre=false).public HtmlElementType getElementType()
HtmlElement
HtmlElementType
.getElementType
in class HtmlElement
public Html5.KEYGEN autofocus(boolean value)
autofocus
.public Html5.KEYGEN challenge(CharSequence value)
challenge="{value}"
.public Html5.KEYGEN disabled(boolean value)
disabled
.public Html5.KEYGEN form(CharSequence value)
form="{value}"
.public Html5.KEYGEN keytype(CharSequence value)
keytype="{value}"
.public Html5.KEYGEN name(CharSequence value)
name="{value}"
.