| Package | view.flex.surfaceComponents.components |
| Class | public class RadioButton |
| Inheritance | RadioButton spark.components.RadioButton |
| Implements | view.interfaces.IFlexSurfaceComponent |
Default MXML Propertylabel
| Property | Defined By | ||
|---|---|---|---|
| groupName : String [override] [write-only] | RadioButton | ||
| isSelected : Boolean | RadioButton | ||
| propertiesChangedEvents : Array [read-only] | RadioButton | ||
| propertyEditorClass : Class [read-only] | RadioButton | ||
| selected : Boolean [override] [write-only] | RadioButton | ||
| Method | Defined By | ||
|---|---|---|---|
| RadioButton | |||
fromXML(xml:XML, callback:Function, surface:ISurface, lookup:ILookup):void | RadioButton | ||
toCode():XML | RadioButton | ||
toRora():XML | RadioButton | ||
toRoyaleConvertCode():XML | RadioButton | ||
toXML():XML | RadioButton | ||
| Method | Defined By | ||
|---|---|---|---|
buttonReleased():void [override] | RadioButton | ||
| Constant | Defined By | ||
|---|---|---|---|
| ELEMENT_NAME : String = radiobutton [static] | RadioButton | ||
| groupName | property |
groupName:String [write-only] [override] public function set groupName(value:String):void| isSelected | property |
isSelected:Boolean public function get isSelected():Boolean public function set isSelected(value:Boolean):void| propertiesChangedEvents | property |
propertiesChangedEvents:Array [read-only] public function get propertiesChangedEvents():Array| propertyEditorClass | property |
propertyEditorClass:Class [read-only] public function get propertyEditorClass():Class| selected | property |
selected:Boolean [write-only] [override] public function set selected(value:Boolean):void| RadioButton | () | Constructor |
public function RadioButton()| buttonReleased | () | method |
override protected function buttonReleased():void| fromXML | () | method |
public function fromXML(xml:XML, callback:Function, surface:ISurface, lookup:ILookup):voidParameters
xml:XML | |
callback:Function | |
surface:ISurface | |
lookup:ILookup |
| toCode | () | method |
public function toCode():XMLReturnsXML |
| toRora | () | method |
public function toRora():XMLReturnsXML |
| toRoyaleConvertCode | () | method |
public function toRoyaleConvertCode():XMLReturnsXML |
| toXML | () | method |
public function toXML():XMLReturnsXML |
| ELEMENT_NAME | Constant |
public static const ELEMENT_NAME:String = radiobutton