public class Form extends HTMLTag
XMLContainerImpl.sMode
mContentAndSubtagList
Constructor and Description |
---|
Form() |
Form(String inFormName) |
Form(XMLNode inXMLNode) |
addClass, applyColorSpec, clone, getClassAttribute, getDraggable, getId, getStyle, initFromXMLNode, removeClass, removeStyleProperty, setAttribute, setAttribute, setClass, setDraggable, setStyle, 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 Form()
public InputButton addButton()
public InputButton addButton(String inName, String inValue)
public InputCheckbox addCheckbox(String inName, String inValue)
public InputCheckbox addCheckbox(String inName, String inValue, boolean checked)
public InputFile addFileInput()
public InputFile addFileInput(String inName)
public InputFile addFileInput(String inName, String inValue)
public InputHidden addHiddenInput(String inName, String inValue)
public InputHidden addHiddenInput(String inName, Object inValue)
public InputHidden addHiddenInput(String inName, int inValue)
public InputHidden addHiddenInput(String inName, long inValue)
public InputHidden addHiddenInput(String inName, float inValue)
public InputHidden addHiddenInput(String inName, double inValue)
public InputPassword addPasswordInput()
public InputPassword addPasswordInput(String inName, String inValue)
public InputRadio addRadio(String inName, String inValue)
public InputRadio addRadio(String inName, String inValue, boolean checked)
public InputReset addReset()
public InputSubmit addSubmit()
public InputSubmit addSubmit(String inName, String inValue)
public Textarea addTextarea(String inName, String inValue)
public Textarea addTextarea(String inName, String inValue, int inRows, int inCols)
public InputText addTextInput()
public InputText addTextInput(String inName, String inValue)
public Link addLink(CharSequence inURL)
public Link addLink(CharSequence inURL, String inContent)
public Ul addUnorderedList()
public Form setEnctype(String inValue)
public Form useMultipartEncoding()
public Form useUrlEncoding()
public Form setOnSubmit(String inValue)
public String getOnSubmit()
public Form setOnReset(String inValue)
public void br()
public void br(int inNumber)
public void nbsp(int inNumber)
public void hr()