public static class Html5.SELECT extends Html4.SELECT implements Html5.ParentElement<Html5.SELECT,Html4.SELECT>
<select>
.TYPE
Constructor and Description |
---|
SELECT() |
Instance Methods | |
---|---|
Html5.SELECT |
autofocus(boolean value)
Set boolean attribute
autofocus . |
Html5.SELECT |
disabled(boolean value)
Set boolean attribute
disabled . |
Html5.SELECT |
form(CharSequence value)
Set attribute
form="{value}" . |
Html5.SELECT |
multiple(boolean value)
Set boolean attribute
multiple . |
Html5.SELECT |
name(CharSequence value)
Set attribute
name="{value}" . |
Html5.SELECT |
required(boolean value)
Set boolean attribute
required . |
Html5.SELECT |
size(int value)
Set attribute
size="{value}" . |
Html5.SELECT |
tabindex(int value)
Set attribute
tabindex="{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, title, translate
attr, getAttribute, setAttribute
public Html5.SELECT autofocus(boolean value)
autofocus
.public Html5.SELECT disabled(boolean value)
disabled
.disabled
in class Html4.SELECT
public Html5.SELECT form(CharSequence value)
form="{value}"
.public Html5.SELECT multiple(boolean value)
multiple
.multiple
in class Html4.SELECT
public Html5.SELECT name(CharSequence value)
name="{value}"
.name
in class Html4.SELECT
public Html5.SELECT required(boolean value)
required
.public Html5.SELECT size(int value)
size="{value}"
.size
in class Html4.SELECT
public Html5.SELECT tabindex(int value)
tabindex="{value}"
.tabindex
in interface Html5.Element<Html5.SELECT,Html4.SELECT>
tabindex
in class Html4.SELECT