public class Textarea extends HTMLTagWithFormEvents
XMLContainerImpl.sModemContentAndSubtagList| Constructor and Description |
|---|
Textarea() |
Textarea(String inName,
String inValue) |
Textarea(String inName,
String inValue,
int inRows,
int inCols) |
Textarea(XMLNode inXMLNode) |
appendToOnBlur, appendToOnChange, appendToOnFocus, getOnBlur, getOnChange, getOnFocusappendToOnClick, 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 Textarea()
public Textarea setWrapOff()
public Textarea setDisabled(boolean disabled)
public boolean isDisabled()
public Textarea setOnSelect(String inValue)
public String getOnSelect()
public Textarea setStyle(CharSequence inValue)
public Textarea setOnClick(String inValue)
setOnClick in class HTMLTagWithCoreEventspublic Textarea setOnDblClick(String inValue)
setOnDblClick in class HTMLTagWithCoreEventspublic Textarea setOnMouseDown(String inValue)
setOnMouseDown in class HTMLTagWithCoreEventspublic Textarea setOnMouseMove(String inValue)
setOnMouseMove in class HTMLTagWithCoreEventspublic Textarea appendToOnMouseOut(String inValue)
appendToOnMouseOut in class HTMLTagWithCoreEventspublic Textarea setOnMouseOut(String inValue)
setOnMouseOut in class HTMLTagWithCoreEventspublic Textarea appendToOnMouseOver(String inValue)
appendToOnMouseOver in class HTMLTagWithCoreEventspublic Textarea setOnMouseOver(String inValue)
setOnMouseOver in class HTMLTagWithCoreEventspublic Textarea setOnMouseUp(String inValue)
setOnMouseUp in class HTMLTagWithCoreEventspublic Textarea setOnKeyDown(String inValue)
setOnKeyDown in class HTMLTagWithCoreEventspublic Textarea setOnKeyPress(String inValue)
setOnKeyPress in class HTMLTagWithCoreEventspublic Textarea setOnKeyUp(String inValue)
setOnKeyUp in class HTMLTagWithCoreEventspublic Textarea setOnBlur(String inValue)
setOnBlur in class HTMLTagWithFormEventspublic Textarea setOnChange(String inValue)
setOnChange in class HTMLTagWithFormEventspublic Textarea setOnFocus(String inValue)
setOnFocus in class HTMLTagWithFormEvents
jataylor@hairyfatguy.com