groupName property.
No more than one radio button of the set of radio buttons sharing a single groupName value may be
selected at one time.
| Field Summary | |
|---|---|
| static String | jsx30radio
|
| static int | Value for the selected field indicating a selected radio button. |
| static int | Value for the selected field indicating an unselected radio button. |
| Constructor Summary | |
|---|---|
| void | init(strName : String, vntLeft : int | String, vntTop : int | String, vntWidth : int | String, vntHeight : int | String, strText : String, strValue : String, strGroupName : String, intSelected : int) The instance initializer. |
| Method Summary | |
|---|---|
| int | Validates that this radio button is selected if it is required. |
| int | Returns the default selection state of this radio button. |
| String | Returns the group name of this radio button, which is equivalent to the name property on a
standard HTML radio button. |
| String | Returns the value of the selected radio button in the radio group of this radio button. |
| int | Returns the current selection state of this radio button. |
| Array<jsx3.gui.RadioButton> | getSiblings(bRendered : boolean) Returns the list of sibling radio buttons. |
| static String | Deprecated. Use getGroupValue() instead. |
| String | getValue() Returns the value of this radio button. |
| static String | Deprecated. |
| String | paint() Returns the serialized DHTML representation of this object. |
| jsx3.gui.RadioButton | setDefaultSelected(intSelected : int) Sets the default selection state of this radio button. |
| void | setGroupName(strGroupName : String) Sets the group name of this radio button. |
| void | setGroupValue(strValue : String) Sets the selected radio button of the radio group of this radio button by value. |
| jsx3.gui.RadioButton | Sets the current selection state of this radio button. |
| static jsx3.gui.RadioButton | Deprecated. Use setGroupValue() instead. |
| jsx3.gui.RadioButton | Sets the value of this radio button. |
| Methods Inherited From jsx3.gui.Form |
|---|
| doKeyBinding, doReset, getDisabledBackgroundColor, getDisabledColor, getEnabled, getKeyBinding, getRequired, getValidationState, setDisabledBackgroundColor, setDisabledColor, setEnabled, setKeyBinding, setRequired, setValidationState |
| Methods Inherited From jsx3.gui.Block |
|---|
| getBackground, getBackgroundColor, getBorder, getCSSOverride, getClassName, getColor, getCursor, getDimensions, getDisplay, getFontName, getFontSize, getFontWeight, getHeight, getIndex, getLeft, getMargin, getOverflow, getPadding, getRelativePosition, getTagName, getText, getTextAlign, getTip, getTop, getVisibility, getWidth, getZIndex, hideMask, setBackground, setBackgroundColor, setBorder, setCSSOverride, setClassName, setColor, setCursor, setDimensions, setDisplay, setFontName, setFontSize, setFontWeight, setHeight, setIndex, setLeft, setMargin, setOverflow, setPadding, setRelativePosition, setTagName, setText, setTextAlign, setTip, setTop, setVisibility, setWidth, setZIndex, showMask |
| Methods Inherited From jsx3.gui.Interactive |
|---|
| doEvent, getCanDrag, getCanDrop, getCanMove, getCanSpy, getEvent, getEvents, getMenu, hasEvent, registerHotKey, removeEvent, removeEvents, setCanDrag, setCanDrop, setCanMove, setCanSpy, setEvent, setMenu, setSpyStyles, showSpy |
| Methods Inherited From jsx3.gui.Painted |
|---|
| focus, getAbsolutePosition, getAttribute, getAttributes, getDynamicProperty, getRendered, insertHTML, onAfterPaint, paintChild, paintChildren, recalcBox, removeAttribute, removeAttributes, repaint, setAttribute, setDynamicProperty |
| Methods Inherited From jsx3.util.EventDispatcher |
|---|
| publish, subscribe, unsubscribe, unsubscribeAll |
| Methods Inherited From jsx3.lang.Object |
|---|
| clone, equals, eval, getClass, getInstanceOf, getInstanceOfClass, getInstanceOfPackage, instanceOf, isInstanceOf, isSubclassOf, jsxmix, jsxsuper, jsxsupermix, setInstanceOf |
| Field Detail |
|---|
| Constructor Detail |
|---|
value property on a standard HTML radio button).name property on a standard HTML radio button).SELECTED or
UNSELECTED. null is equivalent to SELECTED.
| Method Detail |
|---|
jsx3.gui.Form.STATEVALID or jsx3.gui.Form.INSTATEVALID.
getSelected().SELECTED or UNSELECTED. name property on a
standard HTML radio button.null if no button is selected.
SELECTED or UNSELECTED. getGroupValue() instead.null is returned. This method only queries radio groups that are currently rendered
on screen.SELECTED or UNSELECTED.intSelected is equal to SELECTED
any other radio buttons in the radio group of this object will be unselected.SELECTED or null, this object is selected, otherwise it
is unselected.setGroupValue() instead.