public class InputCheckbox extends HTMLTagWithFormEvents
XMLContainerImpl.sMode
mContentAndSubtagList
Constructor and Description |
---|
InputCheckbox() |
InputCheckbox(String inName,
String inValue) |
InputCheckbox(String inName,
String inValue,
boolean checked) |
appendToOnBlur, appendToOnChange, appendToOnFocus, getOnBlur, getOnChange, getOnFocus
appendToOnKeyDown, appendToOnKeyPress, appendToOnKeyUp, appendToOnMouseDown, appendToOnMouseMove, appendToOnMouseOut, appendToOnMouseOver, appendToOnMouseUp, getOnClick, getOnDblClick, getOnKeyDown, getOnKeyPress, getOnKeyUp, getOnMouseDown, getOnMouseMove, getOnMouseOut, getOnMouseOver, getOnMouseUp
addClass, applyColorSpec, clone, getClassAttribute, getDraggable, getId, getStyle, initFromXMLNode, removeClass, removeStyleProperty, setAttribute, setAttribute, setClass, 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 InputCheckbox()
public InputCheckbox(String inName, String inValue)
public InputCheckbox(String inName, String inValue, boolean checked)
public InputCheckbox setChecked(boolean checked)
public InputCheckbox setDisabled(boolean disabled)
public boolean isDisabled()
public InputCheckbox setName(String inValue)
public InputCheckbox setValue(String inValue)
public InputCheckbox setId(String inValue)
public InputCheckbox setStyle(CharSequence inValue)
public InputCheckbox addStyle(String inValue)
public InputCheckbox setOnClick(String inValue)
setOnClick
in class HTMLTagWithCoreEvents
public InputCheckbox appendToOnClick(String inValue)
appendToOnClick
in class HTMLTagWithCoreEvents
public InputCheckbox setOnDblClick(String inValue)
setOnDblClick
in class HTMLTagWithCoreEvents
public InputCheckbox appendToOnDblClick(String inValue)
appendToOnDblClick
in class HTMLTagWithCoreEvents
public InputCheckbox setOnMouseDown(String inValue)
setOnMouseDown
in class HTMLTagWithCoreEvents
public InputCheckbox setOnMouseMove(String inValue)
setOnMouseMove
in class HTMLTagWithCoreEvents
public InputCheckbox setOnMouseOut(String inValue)
setOnMouseOut
in class HTMLTagWithCoreEvents
public InputCheckbox setOnMouseOver(String inValue)
setOnMouseOver
in class HTMLTagWithCoreEvents
public InputCheckbox setOnMouseUp(String inValue)
setOnMouseUp
in class HTMLTagWithCoreEvents
public InputCheckbox setOnKeyDown(String inValue)
setOnKeyDown
in class HTMLTagWithCoreEvents
public InputCheckbox setOnKeyPress(String inValue)
setOnKeyPress
in class HTMLTagWithCoreEvents
public InputCheckbox setOnKeyUp(String inValue)
setOnKeyUp
in class HTMLTagWithCoreEvents
public InputCheckbox setOnBlur(String inValue)
setOnBlur
in class HTMLTagWithFormEvents
public InputCheckbox setOnChange(String inValue)
setOnChange
in class HTMLTagWithFormEvents
public InputCheckbox setOnFocus(String inValue)
setOnFocus
in class HTMLTagWithFormEvents