public class Option extends HTMLTagWithCoreEvents
XMLContainerImpl.sMode
mContentAndSubtagList
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, 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 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 HTMLTagWithCoreEvents
public Option setOnDblClick(String inValue)
setOnDblClick
in class HTMLTagWithCoreEvents
public Option setOnMouseDown(String inValue)
setOnMouseDown
in class HTMLTagWithCoreEvents
public Option setOnMouseMove(String inValue)
setOnMouseMove
in class HTMLTagWithCoreEvents
public Option appendToOnMouseOut(String inValue)
appendToOnMouseOut
in class HTMLTagWithCoreEvents
public Option setOnMouseOut(String inValue)
setOnMouseOut
in class HTMLTagWithCoreEvents
public Option appendToOnMouseOver(String inValue)
appendToOnMouseOver
in class HTMLTagWithCoreEvents
public Option setOnMouseOver(String inValue)
setOnMouseOver
in class HTMLTagWithCoreEvents
public Option setOnMouseUp(String inValue)
setOnMouseUp
in class HTMLTagWithCoreEvents
public Option setOnKeyDown(String inValue)
setOnKeyDown
in class HTMLTagWithCoreEvents
public Option setOnKeyPress(String inValue)
setOnKeyPress
in class HTMLTagWithCoreEvents
public Option setOnKeyUp(String inValue)
setOnKeyUp
in class HTMLTagWithCoreEvents