Packageorg.apache.flex.html.supportClasses
Classpublic class RadioButtonIcon
InheritanceRadioButtonIcon Inheritance Object

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The RadioButton class is a component that displays a selectable Button. RadioButtons are typically used in groups, identified by the groupName property. RadioButton use the following beads: org.apache.flex.core.IBeadModel: the data model, which includes the groupName. org.apache.flex.core.IBeadView: the bead that constructs the visual parts of the RadioButton..



Public Properties
 PropertyDefined By
  className : String
RadioButtonIcon
  id : String
RadioButtonIcon
Public Methods
 MethodDefined By
  
RadioButtonIcon
Property Detail
classNameproperty
className:String


Implementation
    public function get className():String
    public function set className(value:String):void
idproperty 
id:String


Implementation
    public function get id():String
    public function set id(value:String):void
Constructor Detail
RadioButtonIcon()Constructor
public function RadioButtonIcon()