public class Select extends HTMLTagWithCoreEvents
XMLContainerImpl.sMode
mContentAndSubtagList
Constructor and Description |
---|
Select() |
Select(java.lang.String inName) |
Modifier and Type | Method and Description |
---|---|
Select |
addClass(java.lang.String inValue) |
OptGroup |
addOptGroup(java.lang.String inLabel) |
Option |
addOption(double inText) |
Option |
addOption(float inText) |
Option |
addOption(int inText) |
Option |
addOption(long inText) |
Option |
addOption(java.lang.String inText) |
Option |
addOption(java.lang.String inText,
boolean inSelected) |
Option |
addOption(java.lang.String inText,
double inValue) |
Option |
addOption(java.lang.String inText,
double inValue,
boolean inSelected) |
Option |
addOption(java.lang.String inText,
float inValue) |
Option |
addOption(java.lang.String inText,
float inValue,
boolean inSelected) |
Option |
addOption(java.lang.String inText,
int inValue) |
Option |
addOption(java.lang.String inText,
int inValue,
boolean inSelected) |
Option |
addOption(java.lang.String inText,
long inValue) |
Option |
addOption(java.lang.String inText,
long inValue,
boolean inSelected) |
Option |
addOption(java.lang.String inText,
java.lang.Object inValue) |
Option |
addOption(java.lang.String inText,
java.lang.Object inValue,
boolean inSelected) |
Option |
addOption(java.lang.String inText,
java.lang.String inValue) |
Option |
addOption(java.lang.String inText,
java.lang.String inValue,
boolean inSelected) |
Select |
addStyle(java.lang.String inValue) |
Select |
appendToOnMouseOut(java.lang.String inValue) |
Select |
appendToOnMouseOver(java.lang.String inValue) |
java.lang.String |
getName() |
int |
getNumOptions() |
java.lang.String |
getSize() |
boolean |
isDisabled() |
boolean |
isMultiple() |
Select |
setClass(java.lang.String inValue) |
Select |
setDisabled(boolean inValue) |
Select |
setId(java.lang.String inValue) |
Select |
setIsMultiple(boolean inValue) |
Select |
setName(java.lang.String inValue) |
Select |
setOnBlur(java.lang.String inValue) |
Select |
setOnChange(java.lang.String inValue) |
Select |
setOnClick(java.lang.String inValue) |
Select |
setOnDblClick(java.lang.String inValue) |
Select |
setOnFocus(java.lang.String inValue) |
Select |
setOnKeyDown(java.lang.String inValue) |
Select |
setOnKeyPress(java.lang.String inValue) |
Select |
setOnKeyUp(java.lang.String inValue) |
Select |
setOnMouseDown(java.lang.String inValue) |
Select |
setOnMouseMove(java.lang.String inValue) |
Select |
setOnMouseOut(java.lang.String inValue) |
Select |
setOnMouseOver(java.lang.String inValue) |
Select |
setOnMouseUp(java.lang.String inValue) |
Select |
setSelectedValue(java.lang.String inValue) |
Select |
setSize(int inValue) |
Select |
setStyle(java.lang.CharSequence inValue) |
appendToOnClick, appendToOnDblClick, appendToOnKeyDown, appendToOnKeyPress, appendToOnKeyUp, appendToOnMouseDown, appendToOnMouseMove, appendToOnMouseUp, getOnClick, getOnDblClick, getOnKeyDown, getOnKeyPress, getOnKeyUp, getOnMouseDown, getOnMouseMove, getOnMouseOut, getOnMouseOver, getOnMouseUp
applyColorSpec, clone, getClassAttribute, getDraggable, getId, getStyle, removeClass, setDraggable, setStyleColor, toHTML, toHTML, toHTML, toIndentedHTML, toIndentedHTML, toIndentedHTML, toText
addSubtag, addSubtag, addXMLNamespaceDeclaration, findNodesByAttributeValue, findNodesByAttributeValue, getAttribute, getAttribute, getAttributes, getAttributeValue, getAttributeValue, getEndTag, getNamespace, getQualifiedTagName, getStartTag, getTagName, hasAttribute, hasAttribute, isEmptyTag, removeAttribute, removeAttribute, replaceCharacterEntities, setAttribute, setAttribute, setAttribute, setAttributes, setContent, setDefaultXMLNamespaceDeclaration, setNamespace, setSortAttributesBeforeWriting, setTagName, sortAttributes, toIndentedXML, toIndentedXML, toIndentedXML, toIndentedXML, toString, toXML, toXML, toXML, toXML, useDoubleQuotes, verifyTagName, verifyTagName
addContent, addContentWithoutEscaping, addSubtag, addSubtag, addSubtags, clearContent, clearSubtags, getContent, getContentPlusSubtagList, getNextSibling, getOptionalSubtagByName, getOptionalSubtagByName, getParentNode, getPreviousSibling, getRequiredSubtagByName, getRequiredSubtagByName, getSubtagByAttribute, getSubtagByAttribute, getSubtags, getSubtagsByAttribute, getSubtagsByAttribute, getSubtagsByAttribute, getSubtagsByClass, getSubtagsByClass, getSubtagsByName, getSubtagsByName, getSubtagsByName, getSubtagsByName, getTotalTagCount, getUnescapedContent, getXMLNodeSubtags, hasContent, hasContentOrSubtags, indexOf, innerHTML, removeSubtag, removeSubtagsByAttribute, removeSubtagsByAttribute, removeSubtagsByClass, removeSubtagsByClass, removeSubtagsByName, removeSubtagsByName, removeSubtagsByName, setContent, setParentNode, setSubtags
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findNodesByAttributeValue, findNodesByAttributeValue, getAttribute, getAttribute, getAttributes, getAttributeValue, getAttributeValue, getNamespace, getTagName, hasAttribute, hasAttribute, isEmptyTag, removeAttribute, removeAttribute, replaceCharacterEntities, setAttribute, setAttribute, setAttribute, setAttributes, setNamespace, setTagName, toIndentedXML, verifyTagName, verifyTagName
addContent, addContentWithoutEscaping, addSubtag, addSubtags, clearContent, clearSubtags, getContent, getNextSibling, getOptionalSubtagByName, getOptionalSubtagByName, getParentNode, getPreviousSibling, getRequiredSubtagByName, getRequiredSubtagByName, getSubtags, getSubtagsByName, getSubtagsByName, getSubtagsByName, getSubtagsByName, getTotalTagCount, getUnescapedContent, getXMLNodeSubtags, hasContent, indexOf, removeSubtag, removeSubtagsByName, removeSubtagsByName, setContent, setParentNode, setSubtags
toIndentedXML, toIndentedXML, toIndentedXML, toXML, toXML, toXML
public Option addOption(java.lang.String inText, java.lang.String inValue, boolean inSelected)
public Option addOption(java.lang.String inText, java.lang.Object inValue, boolean inSelected)
public int getNumOptions()
public OptGroup addOptGroup(java.lang.String inLabel)
public Select setSelectedValue(java.lang.String inValue)
public java.lang.String getName()
public Select setIsMultiple(boolean inValue)
public boolean isMultiple()
public java.lang.String getSize()
public Select setDisabled(boolean inValue)
public boolean isDisabled()
public Select setOnChange(java.lang.String inValue)
public Select setOnFocus(java.lang.String inValue)
public Select setOnClick(java.lang.String inValue)
setOnClick
in class HTMLTagWithCoreEvents
public Select setOnDblClick(java.lang.String inValue)
setOnDblClick
in class HTMLTagWithCoreEvents
public Select setOnMouseDown(java.lang.String inValue)
setOnMouseDown
in class HTMLTagWithCoreEvents
public Select setOnMouseMove(java.lang.String inValue)
setOnMouseMove
in class HTMLTagWithCoreEvents
public Select appendToOnMouseOut(java.lang.String inValue)
appendToOnMouseOut
in class HTMLTagWithCoreEvents
public Select setOnMouseOut(java.lang.String inValue)
setOnMouseOut
in class HTMLTagWithCoreEvents
public Select appendToOnMouseOver(java.lang.String inValue)
appendToOnMouseOver
in class HTMLTagWithCoreEvents
public Select setOnMouseOver(java.lang.String inValue)
setOnMouseOver
in class HTMLTagWithCoreEvents
public Select setOnMouseUp(java.lang.String inValue)
setOnMouseUp
in class HTMLTagWithCoreEvents
public Select setOnKeyDown(java.lang.String inValue)
setOnKeyDown
in class HTMLTagWithCoreEvents
public Select setOnKeyPress(java.lang.String inValue)
setOnKeyPress
in class HTMLTagWithCoreEvents
public Select setOnKeyUp(java.lang.String inValue)
setOnKeyUp
in class HTMLTagWithCoreEvents
[email protected]