Packageview.flex.surfaceComponents.components
Classpublic class RadioButton
InheritanceRadioButton Inheritance spark.components.RadioButton
Implements view.interfaces.IFlexSurfaceComponent

Default MXML Propertylabel



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined By
  
RadioButton
  
fromXML(xml:XML, callback:Function, surface:ISurface, lookup:ILookup):void
RadioButton
  
toCode():XML
RadioButton
  
toRora():XML
RadioButton
  
RadioButton
  
toXML():XML
RadioButton
Protected Methods
 MethodDefined By
  
[override]
RadioButton
Public Constants
 ConstantDefined By
  ELEMENT_NAME : String = radiobutton
[static]
RadioButton
Property Detail
groupNameproperty
groupName:String  [write-only] [override]


Implementation
    public function set groupName(value:String):void
isSelectedproperty 
isSelected:Boolean


Implementation
    public function get isSelected():Boolean
    public function set isSelected(value:Boolean):void
propertiesChangedEventsproperty 
propertiesChangedEvents:Array  [read-only]


Implementation
    public function get propertiesChangedEvents():Array
propertyEditorClassproperty 
propertyEditorClass:Class  [read-only]


Implementation
    public function get propertyEditorClass():Class
selectedproperty 
selected:Boolean  [write-only] [override]


Implementation
    public function set selected(value:Boolean):void
Constructor Detail
RadioButton()Constructor
public function RadioButton()



Method Detail
buttonReleased()method
override protected function buttonReleased():void

fromXML()method 
public function fromXML(xml:XML, callback:Function, surface:ISurface, lookup:ILookup):void

Parameters

xml:XML
 
callback:Function
 
surface:ISurface
 
lookup:ILookup

toCode()method 
public function toCode():XML

Returns
XML
toRora()method 
public function toRora():XML

Returns
XML
toRoyaleConvertCode()method 
public function toRoyaleConvertCode():XML

Returns
XML
toXML()method 
public function toXML():XML

Returns
XML
Constant Detail
ELEMENT_NAMEConstant
public static const ELEMENT_NAME:String = radiobutton