RadioButtonGroup
| Kind of class: | class |
|---|---|
| Inherits from: | none |
| Classpath: | mx.controls.RadioButtonGroup |
| File last modified: | Tuesday, 18 December 2007, 15:44:37 |
Component metadata:
| Event | "click" |
|---|
Summary
Constructor
Class properties
- symbolName : String
- symbolOwner : Object
- version : String
Instance properties
- className : String
- radioList : Array
- selectedRadio : Object
- __groupName : String
- addEventListener : Function
- removeEventListener : Function
- dispatchEvent : Function
- indexNumber : Number
- groupName (groupName:String)
- groupName
- selectedData (val)
- find the radio button and change the state to selected state of previous
- selection : Object
- return the reference of the selected radio button
- selection (val:MovieClip)
- set the selected radio to true
- labelPlacement (pos:String)
- get the label placement of the group
- enabled (val:Boolean)
Instance methods
- init (Void) : Void
- setGroupName (groupName:String) : Void
- getGroupName : String
- addInstance (instance:MovieClip) : Void
- getValue : String
- getLabelPlacement : String
- setLabelPlacement (pos:String)
- setEnabled (val:Boolean)
- setSize (val:Number, val1:Number)
- getEnabled
- setStyle (name:String, val) : Void
- setInstance (val:MovieClip)
- getInstance : Object
- setValue (val:String)
Constructor
RadioButtonGroup
function RadioButtonGroup (
)
Class properties
symbolName
static symbolName:String = "RadioButtonGroup"
(read)
symbolOwner
static symbolOwner:Object = mx.controls.RadioButtonGroup
(read)
version
static version:String = "2.0.2.127"
(read)
Instance properties
__groupName
__groupName:String
(read)
addEventListener
addEventListener:Function
(read)
className
className:String = "RadioButtonGroup"
(read)
dispatchEvent
dispatchEvent:Function
(read)
enabled
enabled
(read,write)
groupName
groupName
(write)
groupName
groupName
(read)
return the group name for the group
indexNumber
indexNumber:Number = 0
(read)
labelPlacement
labelPlacement
(read,write)
get the label placement of the group
radioList
radioList:Array
(read)
removeEventListener
removeEventListener:Function
(read)
selectedData
selectedData
(read,write)
find the radio button and change the state to selected state of previous
to false and selected value to true returns the data or the label associated with the selected radio button
to false and selected value to true returns the data or the label associated with the selected radio button
selectedRadio
selectedRadio:Object
(read)
selection
selection:Object
(read)
return the reference of the selected radio button
selection
selection
(write)
set the selected radio to true
Instance methods
addInstance
function addInstance (
instance:MovieClip) : Void
getEnabled
function getEnabled (
)
getGroupName
function getGroupName (
) : String
getInstance
function getInstance (
) : Object
getLabelPlacement
function getLabelPlacement (
) : String
getValue
function getValue (
) : String
init
function init (
Void) : Void
setEnabled
function setEnabled (
val:Boolean)
setGroupName
function setGroupName (
groupName:String) : Void
setInstance
function setInstance (
val:MovieClip)
setLabelPlacement
function setLabelPlacement (
pos:String)
setSize
function setSize (
val:Number,
val1:Number)
setStyle
function setStyle (
name:String,
val) : Void
setValue
function setValue (
val:String)