public class InputFile extends HTMLTagWithFormEvents
XMLContainerImpl.sModemContentAndSubtagList| Constructor and Description |
|---|
InputFile() |
InputFile(String inName) |
InputFile(String inName,
String inValue) |
| Modifier and Type | Method and Description |
|---|---|
InputFile |
addStyle(String inValue) |
String |
getName() |
String |
getValue() |
InputFile |
setId(String inValue) |
InputFile |
setMultiple(boolean inValue) |
InputFile |
setName(String inValue) |
InputFile |
setOnBlur(String inValue) |
InputFile |
setOnChange(String inValue) |
InputFile |
setOnClick(String inValue) |
InputFile |
setOnDblClick(String inValue) |
InputFile |
setOnFocus(String inValue) |
InputFile |
setOnKeyDown(String inValue) |
InputFile |
setOnKeyPress(String inValue) |
InputFile |
setOnKeyUp(String inValue) |
InputFile |
setOnMouseDown(String inValue) |
InputFile |
setOnMouseMove(String inValue) |
InputFile |
setOnMouseOut(String inValue) |
InputFile |
setOnMouseOver(String inValue) |
InputFile |
setOnMouseUp(String inValue) |
InputFile |
setSize(int inValue) |
InputFile |
setStyle(CharSequence inValue) |
InputFile |
setValue(String inValue) |
appendToOnBlur, appendToOnChange, appendToOnFocus, getOnBlur, getOnChange, getOnFocusappendToOnClick, 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 InputFile()
public InputFile setMultiple(boolean inValue)
public InputFile setStyle(CharSequence inValue)
public InputFile setOnClick(String inValue)
setOnClick in class HTMLTagWithCoreEventspublic InputFile setOnDblClick(String inValue)
setOnDblClick in class HTMLTagWithCoreEventspublic InputFile setOnMouseDown(String inValue)
setOnMouseDown in class HTMLTagWithCoreEventspublic InputFile setOnMouseMove(String inValue)
setOnMouseMove in class HTMLTagWithCoreEventspublic InputFile setOnMouseOut(String inValue)
setOnMouseOut in class HTMLTagWithCoreEventspublic InputFile setOnMouseOver(String inValue)
setOnMouseOver in class HTMLTagWithCoreEventspublic InputFile setOnMouseUp(String inValue)
setOnMouseUp in class HTMLTagWithCoreEventspublic InputFile setOnKeyDown(String inValue)
setOnKeyDown in class HTMLTagWithCoreEventspublic InputFile setOnKeyPress(String inValue)
setOnKeyPress in class HTMLTagWithCoreEventspublic InputFile setOnKeyUp(String inValue)
setOnKeyUp in class HTMLTagWithCoreEventspublic InputFile setOnBlur(String inValue)
setOnBlur in class HTMLTagWithFormEventspublic InputFile setOnChange(String inValue)
setOnChange in class HTMLTagWithFormEventspublic InputFile setOnFocus(String inValue)
setOnFocus in class HTMLTagWithFormEvents
jataylor@hairyfatguy.com