public class InputSubmit extends HTMLTagWithCoreEvents
XMLContainerImpl.sModemContentAndSubtagList| Constructor and Description |
|---|
InputSubmit() |
InputSubmit(String inValue) |
InputSubmit(String inName,
String inValue) |
| Modifier and Type | Method and Description |
|---|---|
InputSubmit |
addStyle(String inValue) |
String |
getName() |
String |
getValue() |
boolean |
isDisabled() |
InputSubmit |
setDisabled(boolean disabled) |
InputSubmit |
setId(String inValue) |
InputSubmit |
setName(String inValue) |
InputSubmit |
setOnClick(String inValue) |
InputSubmit |
setOnDblClick(String inValue) |
InputSubmit |
setOnKeyDown(String inValue) |
InputSubmit |
setOnKeyPress(String inValue) |
InputSubmit |
setOnKeyUp(String inValue) |
InputSubmit |
setOnMouseDown(String inValue) |
InputSubmit |
setOnMouseMove(String inValue) |
InputSubmit |
setOnMouseOut(String inValue) |
InputSubmit |
setOnMouseOver(String inValue) |
InputSubmit |
setOnMouseUp(String inValue) |
InputSubmit |
setStyle(CharSequence inValue) |
InputSubmit |
setValue(String inValue) |
appendToOnClick, appendToOnDblClick, appendToOnKeyDown, appendToOnKeyPress, appendToOnKeyUp, appendToOnMouseDown, appendToOnMouseMove, appendToOnMouseOut, appendToOnMouseOver, appendToOnMouseUp, getOnClick, getOnDblClick, getOnKeyDown, getOnKeyPress, getOnKeyUp, getOnMouseDown, getOnMouseMove, getOnMouseOut, getOnMouseOver, getOnMouseUpaddClass, applyColorSpec, clone, getClassAttribute, getDraggable, getId, getStyle, initFromXMLNode, removeClass, removeStyleProperty, setAttribute, setAttribute, setClass, 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 InputSubmit()
public InputSubmit(String inValue)
public InputSubmit(String inName, String inValue)
public InputSubmit setName(String inValue)
public InputSubmit setValue(String inValue)
public InputSubmit setDisabled(boolean disabled)
public boolean isDisabled()
public InputSubmit setId(String inValue)
public InputSubmit setStyle(CharSequence inValue)
public InputSubmit addStyle(String inValue)
public InputSubmit setOnClick(String inValue)
setOnClick in class HTMLTagWithCoreEventspublic InputSubmit setOnDblClick(String inValue)
setOnDblClick in class HTMLTagWithCoreEventspublic InputSubmit setOnMouseDown(String inValue)
setOnMouseDown in class HTMLTagWithCoreEventspublic InputSubmit setOnMouseMove(String inValue)
setOnMouseMove in class HTMLTagWithCoreEventspublic InputSubmit setOnMouseOut(String inValue)
setOnMouseOut in class HTMLTagWithCoreEventspublic InputSubmit setOnMouseOver(String inValue)
setOnMouseOver in class HTMLTagWithCoreEventspublic InputSubmit setOnMouseUp(String inValue)
setOnMouseUp in class HTMLTagWithCoreEventspublic InputSubmit setOnKeyDown(String inValue)
setOnKeyDown in class HTMLTagWithCoreEventspublic InputSubmit setOnKeyPress(String inValue)
setOnKeyPress in class HTMLTagWithCoreEventspublic InputSubmit setOnKeyUp(String inValue)
setOnKeyUp in class HTMLTagWithCoreEvents
jataylor@hairyfatguy.com