Class mx.controls.RadioButtonGroup

mx.controls.RadioButtonGroup

Description

RadioButtonGroup class

Field Index

__groupName, addEventListener, className, dispatchEvent, enabled, groupName, indexNumber, labelPlacement, radioList, removeEventListener, selectedData, selectedRadio, selection, symbolName, symbolOwner

Method Index

new RadioButtonGroup()

addInstance(), getEnabled(), getGroupName(), getInstance(), getLabelPlacement(), getValue(), init(), setEnabled(), setGroupName(), setInstance(), setLabelPlacement(), setSize(), setStyle(), setValue()

Constructor Detail

RadioButtonGroup

function RadioButtonGroup()

Field Detail

symbolName

static symbolName:String

symbolOwner

static symbolOwner:Object

className

className:String

radioList

radioList:Array

selectedRadio

selectedRadio:Object

__groupName

__groupName:String

addEventListener

addEventListener:Function

removeEventListener

removeEventListener:Function

dispatchEvent

dispatchEvent:Function

indexNumber

indexNumber:Number

groupName

groupName
return the group name for the group

selectedData

selectedData
returns the data or the label associated with the selected radio button

selection

selection:Object
return the reference of the selected radio button

labelPlacement

labelPlacement:String
get the label placement of the group

enabled

enabled:Boolean

Method Detail

init

function init(Void):Void

setGroupName

function setGroupName(groupName:
String):Void

getGroupName

function getGroupName():
String

addInstance

function addInstance(instance:
MovieClip):Void

getValue

function getValue():
String

getLabelPlacement

function getLabelPlacement():
String

setLabelPlacement

function setLabelPlacement(pos:
String)

setEnabled

function setEnabled(val:
Boolean)

setSize

function setSize(val:
Number, val1:Number)

getEnabled

function getEnabled()

setStyle

function setStyle(name:
String, val):Void

setInstance

function setInstance(val:
MovieClip)

getInstance

function getInstance():
Object

setValue

function setValue(val:
String)