Packageorg.apache.flex.jquery
Classpublic class RadioButton
InheritanceRadioButton Inheritance RadioButton Inheritance UIButtonBase Inheritance flash.display.SimpleButton



Public Properties
 PropertyDefined By
 Inheritedbeads : Array
The array property that is used to add additional beads to an MXML tag.
UIButtonBase
 InheritedclassName : String
The classname.
UIButtonBase
 Inheritedelement : Object
[read-only] Each IUIBase has an element that is actually added to the platform's display list DOM.
UIButtonBase
 InheritedgroupName : String
The name of the group.
RadioButton
 Inheritedheight : Number
[override] The width of the component.
UIButtonBase
 Inheritedid : String
An id property for MXML documents.
UIButtonBase
 InheritedmeasurementBead : IMeasurementBead
[read-only] A measurement bead, if one exists.
UIButtonBase
 Inheritedmodel : IBeadModel
An IBeadModel that serves as the data model for the component.
UIButtonBase
 Inheritedselected : Boolean
Whether or not the RadioButton instance is selected.
RadioButton
 InheritedselectedValue : Object
The group's currently selected value.
RadioButton
 Inheritedtext : String
The string used as a label for the RadioButton.
RadioButton
 Inheritedvalue : Object
The value associated with the RadioButton.
RadioButton
 Inheritedwidth : Number
[override] The width of the component.
UIButtonBase
 Inheritedx : Number
[override]
UIButtonBase
 Inheritedy : Number
[override]
UIButtonBase
Protected Properties
 PropertyDefined By
 Inherited$height : Number
[read-only] Retrieve the low-level bounding box height.
UIButtonBase
 Inherited$width : Number
[read-only] Retrieve the low-level bounding box width.
UIButtonBase
 Inherited$x : Number
[read-only] Retrieve the low-level bounding box x.
UIButtonBase
 Inherited$y : Number
[read-only] Retrieve the low-level bounding box y.
UIButtonBase
 Inheriteddict : Dictionary
[static]
RadioButton
Public Methods
 MethodDefined By
 Inherited
addBead(bead:IBead):void
Add a bead to the strand.
UIButtonBase
 Inherited
UIButtonBase
 Inherited
getBeadByType(classOrInterface:Class):IBead
Find a bead on the strand.
UIButtonBase
 Inherited
Remove a bead from the strand.
UIButtonBase
Events
 Event Summary Defined By
 InheritedRadioButton
 InheritedSet a different class for click events so that there aren't dependencies on the flash classes on the JS side.UIButtonBase