public class Option extends HTMLTagWithCoreEvents
XMLContainerImpl.sModemContentAndSubtagList| Constructor and Description |
|---|
Option() |
Option(double inText) |
Option(double inText,
boolean inSelected) |
Option(float inText) |
Option(float inText,
boolean inSelected) |
Option(int inText) |
Option(int inText,
boolean inSelected) |
Option(long inText) |
Option(long inText,
boolean inSelected) |
Option(Object inText) |
Option(Object inText,
boolean inSelected) |
Option(String inText) |
Option(String inText,
boolean inSelected) |
Option(String inText,
double inValue) |
Option(String inText,
double inValue,
boolean inSelected) |
Option(String inText,
float inValue) |
Option(String inText,
float inValue,
boolean inSelected) |
Option(String inText,
int inValue) |
Option(String inText,
int inValue,
boolean inSelected) |
Option(String inText,
long inValue) |
Option(String inText,
long inValue,
boolean inSelected) |
Option(String inText,
Object inValue) |
Option(String inText,
Object inValue,
boolean inSelected) |
Option(String inText,
String inValue) |
Option(String inText,
String inValue,
boolean inSelected) |
Option(XMLNode inXMLNode) |
| Modifier and Type | Method and Description |
|---|---|
Option |
addClass(String inValue) |
Option |
addStyle(String inValue) |
Option |
appendToOnMouseOut(String inValue) |
Option |
appendToOnMouseOver(String inValue) |
String |
getText() |
String |
getValue() |
boolean |
isDisabled() |
boolean |
isSelected() |
Option |
setClass(String inValue) |
Option |
setDisabled(boolean inValue) |
Option |
setId(String inValue) |
Option |
setOnClick(String inValue) |
Option |
setOnDblClick(String inValue) |
Option |
setOnKeyDown(String inValue) |
Option |
setOnKeyPress(String inValue) |
Option |
setOnKeyUp(String inValue) |
Option |
setOnMouseDown(String inValue) |
Option |
setOnMouseMove(String inValue) |
Option |
setOnMouseOut(String inValue) |
Option |
setOnMouseOver(String inValue) |
Option |
setOnMouseUp(String inValue) |
Option |
setSelected(boolean inSelected) |
Option |
setStyle(CharSequence inValue) |
Option |
setText(String inValue) |
Option |
setTitle(String inValue) |
Option |
setValue(String inValue) |
appendToOnClick, appendToOnDblClick, appendToOnKeyDown, appendToOnKeyPress, appendToOnKeyUp, appendToOnMouseDown, appendToOnMouseMove, appendToOnMouseUp, getOnClick, getOnDblClick, getOnKeyDown, getOnKeyPress, getOnKeyUp, getOnMouseDown, getOnMouseMove, getOnMouseOut, getOnMouseOver, getOnMouseUpapplyColorSpec, clone, getClassAttribute, getDraggable, getId, getStyle, initFromXMLNode, removeClass, removeStyleProperty, setAttribute, setAttribute, setDraggable, setStyleColor, toHTML, toHTML, toHTML, toIndentedHTML, toIndentedHTML, toIndentedHTML, toTextaddSubtag, 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, verifyTagNameaddContent, 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, setSubtagsfinalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindNodesByAttributeValue, findNodesByAttributeValue, getAttribute, getAttribute, getAttributes, getAttributeValue, getAttributeValue, getNamespace, getTagName, hasAttribute, hasAttribute, hasAttributes, isEmptyTag, removeAttribute, removeAttribute, replaceCharacterEntities, setAttribute, setAttributes, setNamespace, setTagName, setTagName, toIndentedXML, verifyTagName, verifyTagName, verifyTagName, verifyTagNameaddContent, 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, setSubtagstoIndentedXML, toIndentedXML, toIndentedXML, toXML, toXML, toXMLpublic Option()
public Option(int inText)
public Option(long inText)
public Option(float inText)
public Option(double inText)
public Option(int inText, boolean inSelected)
public Option(long inText, boolean inSelected)
public Option(float inText, boolean inSelected)
public Option(double inText, boolean inSelected)
public Option setSelected(boolean inSelected)
public boolean isSelected()
public Option setDisabled(boolean inValue)
public boolean isDisabled()
public Option setStyle(CharSequence inValue)
public Option setOnClick(String inValue)
setOnClick in class HTMLTagWithCoreEventspublic Option setOnDblClick(String inValue)
setOnDblClick in class HTMLTagWithCoreEventspublic Option setOnMouseDown(String inValue)
setOnMouseDown in class HTMLTagWithCoreEventspublic Option setOnMouseMove(String inValue)
setOnMouseMove in class HTMLTagWithCoreEventspublic Option appendToOnMouseOut(String inValue)
appendToOnMouseOut in class HTMLTagWithCoreEventspublic Option setOnMouseOut(String inValue)
setOnMouseOut in class HTMLTagWithCoreEventspublic Option appendToOnMouseOver(String inValue)
appendToOnMouseOver in class HTMLTagWithCoreEventspublic Option setOnMouseOver(String inValue)
setOnMouseOver in class HTMLTagWithCoreEventspublic Option setOnMouseUp(String inValue)
setOnMouseUp in class HTMLTagWithCoreEventspublic Option setOnKeyDown(String inValue)
setOnKeyDown in class HTMLTagWithCoreEventspublic Option setOnKeyPress(String inValue)
setOnKeyPress in class HTMLTagWithCoreEventspublic Option setOnKeyUp(String inValue)
setOnKeyUp in class HTMLTagWithCoreEvents
jataylor@hairyfatguy.com