public class CheckboxSpan extends Span
XMLContainerImpl.sMode
mContentAndSubtagList
Constructor and Description |
---|
CheckboxSpan(InputCheckbox inCheckbox,
HTMLTag inLabel) |
CheckboxSpan(InputCheckbox inCheckbox,
String inLabel) |
CheckboxSpan(InputRadio inRadioButton,
HTMLTag inLabel) |
CheckboxSpan(InputRadio inRadioButton,
String inLabel) |
Modifier and Type | Method and Description |
---|---|
CheckboxSpan |
addClass(String inValue) |
CheckboxSpan |
addStyle(String inValue) |
String |
getDisabledClass() |
CheckboxSpan |
setDisabled(boolean inValue) |
CheckboxSpan |
setDisabledClass(String inValue) |
CheckboxSpan |
setOnChange(String inValue) |
addCenter, addCenter, addCenter, addCheckbox, addCheckbox, addForm, addForm, addImage, addLink, addLink, addLink, addLink, addNobr, addNobr, addNobr, addPre, addPre, addPre, addRadio, addRadio, addScript, addSelect, addSpan, addSpan, addTable, addTextInput, addTextInput, addUnorderedList, appendToOnClick, appendToOnMouseOut, appendToOnMouseOver, br, br, getTitle, hr, hr, nbsp, setClass, setDraggable, setId, setOnClick, setOnDblClick, setOnKeyDown, setOnKeyPress, setOnKeyUp, setOnMouseDown, setOnMouseMove, setOnMouseOut, setOnMouseOver, setOnMouseUp, setStyle, setTitle
appendToOnDblClick, appendToOnKeyDown, appendToOnKeyPress, appendToOnKeyUp, appendToOnMouseDown, appendToOnMouseMove, appendToOnMouseUp, getOnClick, getOnDblClick, getOnKeyDown, getOnKeyPress, getOnKeyUp, getOnMouseDown, getOnMouseMove, getOnMouseOut, getOnMouseOver, getOnMouseUp
applyColorSpec, clone, getClassAttribute, getDraggable, getId, getStyle, initFromXMLNode, removeClass, removeStyleProperty, setAttribute, setAttribute, 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 CheckboxSpan(InputCheckbox inCheckbox, String inLabel)
public CheckboxSpan(InputCheckbox inCheckbox, HTMLTag inLabel)
public CheckboxSpan(InputRadio inRadioButton, String inLabel)
public CheckboxSpan(InputRadio inRadioButton, HTMLTag inLabel)
public CheckboxSpan addClass(String inValue)
public CheckboxSpan addStyle(String inValue)
public CheckboxSpan setDisabledClass(String inValue)
public String getDisabledClass()
public CheckboxSpan setDisabled(boolean inValue)
public CheckboxSpan setOnChange(String inValue)
jataylor@hairyfatguy.com