count:int [read-only]Implementation
public function get count():int
enabled:Boolean [read-write]
Determines whether selection is allowed.
The default value is true.
This property can be used as the source for data binding.
Implementation
public function get enabled():Boolean
public function set enabled(value:Boolean):void
id:String [read-only]
Provides access to the id of this target.
The id is assigned at runtime by the mxml compiler if used as an mxml
tag, or internally if used within a script block
Implementation
public function get id():String
selectedData:Object [read-write]
This property can be used as the source for data binding.
Implementation
public function get selectedData():Object
public function set selectedData(value:Object):void
selection:Button [read-write]
This property can be used as the source for data binding.
Implementation
public function get selection():Button
public function set selection(value:Button):void
public var selectionPolicy:String = "checkPolicy"
public function ButtonGroup(target:IEventDispatcher = null)Parameters
| target:IEventDispatcher (default = null) |
public function addButton(instance:Button):voidParameters
public function getButtonAt(index:int):ButtonParameters
Returns
public function initialized(document:Object, id:String):voidParameters
| document:Object |
| |
| id:String |
public function removeButton(instance:Button):voidParameters
Event object type: flash.events.Event
public static const CHECK_POLICY:String = "checkPolicy"
public static const ENABLED_CHANGED:String = "enabledChanged"
public static const RADIO_POLICY:String = "radioPolicy"