public class InputRadio extends HTMLTagWithFormEvents
XMLContainerImpl.sModemContentAndSubtagList| Constructor and Description |
|---|
InputRadio() |
InputRadio(String inName,
String inValue) |
InputRadio(String inName,
String inValue,
boolean checked) |
| Modifier and Type | Method and Description |
|---|---|
InputRadio |
addStyle(String inValue) |
String |
getName() |
String |
getValue() |
boolean |
isChecked() |
boolean |
isDisabled() |
InputRadio |
setChecked(boolean checked) |
InputRadio |
setDisabled(boolean disabled) |
InputRadio |
setId(String inValue) |
InputRadio |
setName(String inValue) |
InputRadio |
setOnBlur(String inValue) |
InputRadio |
setOnChange(String inValue) |
InputRadio |
setOnClick(String inValue) |
InputRadio |
setOnDblClick(String inValue) |
InputRadio |
setOnFocus(String inValue) |
InputRadio |
setOnKeyDown(String inValue) |
InputRadio |
setOnKeyPress(String inValue) |
InputRadio |
setOnKeyUp(String inValue) |
InputRadio |
setOnMouseDown(String inValue) |
InputRadio |
setOnMouseMove(String inValue) |
InputRadio |
setOnMouseOut(String inValue) |
InputRadio |
setOnMouseOver(String inValue) |
InputRadio |
setOnMouseUp(String inValue) |
InputRadio |
setStyle(CharSequence inValue) |
InputRadio |
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 InputRadio()
public InputRadio(String inName, String inValue)
public InputRadio(String inName, String inValue, boolean checked)
public InputRadio setName(String inValue)
public InputRadio setValue(String inValue)
public InputRadio setChecked(boolean checked)
public boolean isChecked()
public InputRadio setDisabled(boolean disabled)
public boolean isDisabled()
public InputRadio setId(String inValue)
public InputRadio setStyle(CharSequence inValue)
public InputRadio addStyle(String inValue)
public InputRadio setOnClick(String inValue)
setOnClick in class HTMLTagWithCoreEventspublic InputRadio setOnDblClick(String inValue)
setOnDblClick in class HTMLTagWithCoreEventspublic InputRadio setOnMouseDown(String inValue)
setOnMouseDown in class HTMLTagWithCoreEventspublic InputRadio setOnMouseMove(String inValue)
setOnMouseMove in class HTMLTagWithCoreEventspublic InputRadio setOnMouseOut(String inValue)
setOnMouseOut in class HTMLTagWithCoreEventspublic InputRadio setOnMouseOver(String inValue)
setOnMouseOver in class HTMLTagWithCoreEventspublic InputRadio setOnMouseUp(String inValue)
setOnMouseUp in class HTMLTagWithCoreEventspublic InputRadio setOnKeyDown(String inValue)
setOnKeyDown in class HTMLTagWithCoreEventspublic InputRadio setOnKeyPress(String inValue)
setOnKeyPress in class HTMLTagWithCoreEventspublic InputRadio setOnKeyUp(String inValue)
setOnKeyUp in class HTMLTagWithCoreEventspublic InputRadio setOnBlur(String inValue)
setOnBlur in class HTMLTagWithFormEventspublic InputRadio setOnChange(String inValue)
setOnChange in class HTMLTagWithFormEventspublic InputRadio setOnFocus(String inValue)
setOnFocus in class HTMLTagWithFormEvents
jataylor@hairyfatguy.com