Packageorg.apache.flex.html.beads
Classpublic class RadioButtonView
InheritanceRadioButtonView Inheritance BeadViewBase Inheritance EventDispatcher Inheritance flash.events.EventDispatcher
Implements IBeadView

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

The RadioButtonView class creates the visual elements of the org.apache.flex.html.RadioButton component.



Public Properties
 PropertyDefined By
 Inheritedhost : IUIBase
[read-only] The host component.
BeadViewBase
  html : String
The HTML string for the org.apache.flex.html.RadioButton.
RadioButtonView
  selected : Boolean
The selection state of the RadioButton
RadioButtonView
  strand : IStrand
[override] [write-only] The host component for this bead.
RadioButtonView
 Inherited_strand : IStrand
The strand.
BeadViewBase
  text : String
The string label for the org.apache.flex.html.RadioButton.
RadioButtonView
  toggleButtonModel : IValueToggleButtonModel
[read-only] The model used for the RadioButton.
RadioButtonView
Public Methods
 MethodDefined By
  
constructor.
RadioButtonView
Property Detail
htmlproperty
html:String

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

The HTML string for the org.apache.flex.html.RadioButton.


Implementation
    public function get html():String
    public function set html(value:String):void
selectedproperty 
selected:Boolean

The selection state of the RadioButton


Implementation
    public function get selected():Boolean
    public function set selected(value:Boolean):void
strandproperty 
strand:IStrand  [write-only] [override]

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

The host component for this bead.


Implementation
    public function set strand(value:IStrand):void
textproperty 
text:String

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

The string label for the org.apache.flex.html.RadioButton.


Implementation
    public function get text():String
    public function set text(value:String):void
toggleButtonModelproperty 
toggleButtonModel:IValueToggleButtonModel  [read-only]

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

The model used for the RadioButton.


Implementation
    public function get toggleButtonModel():IValueToggleButtonModel
Constructor Detail
RadioButtonView()Constructor
public function RadioButtonView()

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

constructor.