public class Select extends HTMLTagWithCoreEvents
XMLContainerImpl.sMode
mContentAndSubtagList
Constructor and Description |
---|
Select() |
Select(String inName) |
Select(XMLNode inXMLNode) |
appendToOnClick, appendToOnDblClick, appendToOnKeyDown, appendToOnKeyPress, appendToOnKeyUp, appendToOnMouseDown, appendToOnMouseMove, appendToOnMouseUp, getOnClick, getOnDblClick, getOnKeyDown, getOnKeyPress, getOnKeyUp, getOnMouseDown, getOnMouseMove, getOnMouseOut, getOnMouseOver, getOnMouseUp
applyColorSpec, clone, getClassAttribute, getDraggable, getId, getStyle, initFromXMLNode, removeClass, removeStyleProperty, setAttribute, setAttribute, setDraggable, setStyleColor, toHTML, toHTML, toHTML, toIndentedHTML, toIndentedHTML, toIndentedHTML, toText
addSubtag, addSubtag, addXMLNamespaceDeclaration, compareTo, equals, findNodesByAttributeValue, findNodesByAttributeValue, getAttribute, getAttribute, getAttributes, getAttributeValue, getAttributeValue, getEndTag, getNamespace, getQualifiedTagName, getStartTag, getTagName, hasAttribute, hasAttribute, hasAttributes, isEmptyTag, removeAttribute, removeAttribute, replaceCharacterEntities, setAttribute, setAttributes, setContent, setDefaultXMLNamespaceDeclaration, setNamespace, setSortAttributesBeforeWriting, setTagName, setTagName, sortAttributes, toIndentedXML, toIndentedXML, toIndentedXML, toIndentedXML, toString, toXML, toXML, toXML, toXML, useDoubleQuotes, verifyTagName, verifyTagName, verifyTagName, verifyTagName
addContent, addContentWithoutEscaping, addSubtag, addSubtag, addSubtags, clearContent, clearSubtags, getContent, getContentPlusSubtagList, getNextSibling, getOptionalSubtagByName, getOptionalSubtagByName, getOptionalSubtagByName, getOptionalSubtagByName, getParentNode, getPreviousSibling, getRequiredSubtagById, getRequiredSubtagById, getRequiredSubtagByName, getRequiredSubtagByName, getSubtagByAttribute, getSubtagByAttribute, getSubtags, getSubtagsByAttribute, getSubtagsByAttribute, getSubtagsByAttribute, getSubtagsByAttribute, getSubtagsByAttribute, getSubtagsByClass, getSubtagsByClass, getSubtagsByName, getSubtagsByName, getSubtagsByName, getSubtagsByName, getSubtagsByName, getTotalTagCount, getUnescapedContent, getXMLNodeSubtags, hasContent, hasContentOrSubtags, indexOf, innerHTML, removeSubtag, removeSubtagsByAttribute, removeSubtagsByAttribute, removeSubtagsByAttribute, removeSubtagsByClass, removeSubtagsByClass, removeSubtagsByName, removeSubtagsByName, removeSubtagsByName, setContent, setParentNode, setSubtags
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findNodesByAttributeValue, findNodesByAttributeValue, getAttribute, getAttribute, getAttributes, getAttributeValue, getAttributeValue, getNamespace, getTagName, hasAttribute, hasAttribute, hasAttributes, isEmptyTag, removeAttribute, removeAttribute, replaceCharacterEntities, setAttribute, setAttributes, setNamespace, setTagName, setTagName, toIndentedXML, verifyTagName, verifyTagName, 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 Select()
public List<Option> getOptions()
public int getNumOptions()
public OptGroup addOptGroup(String inLabel)
public Select setSelectedValue(String inValue)
public Select setIsMultiple(boolean inValue)
public boolean isMultiple()
public Select setDisabled(boolean inValue)
public boolean isDisabled()
public Select setRequired(boolean inValue)
public boolean isRequired()
public Select setOnChange(String inValue)
public Select setOnFocus(String inValue)
public Select setStyle(CharSequence inValue)
public Select setOnClick(String inValue)
setOnClick
in class HTMLTagWithCoreEvents
public Select setOnDblClick(String inValue)
setOnDblClick
in class HTMLTagWithCoreEvents
public Select setOnMouseDown(String inValue)
setOnMouseDown
in class HTMLTagWithCoreEvents
public Select setOnMouseMove(String inValue)
setOnMouseMove
in class HTMLTagWithCoreEvents
public Select appendToOnMouseOut(String inValue)
appendToOnMouseOut
in class HTMLTagWithCoreEvents
public Select setOnMouseOut(String inValue)
setOnMouseOut
in class HTMLTagWithCoreEvents
public Select appendToOnMouseOver(String inValue)
appendToOnMouseOver
in class HTMLTagWithCoreEvents
public Select setOnMouseOver(String inValue)
setOnMouseOver
in class HTMLTagWithCoreEvents
public Select setOnMouseUp(String inValue)
setOnMouseUp
in class HTMLTagWithCoreEvents
public Select setOnKeyDown(String inValue)
setOnKeyDown
in class HTMLTagWithCoreEvents
public Select setOnKeyPress(String inValue)
setOnKeyPress
in class HTMLTagWithCoreEvents
public Select setOnKeyUp(String inValue)
setOnKeyUp
in class HTMLTagWithCoreEvents
jataylor@hairyfatguy.com