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
symbolOwner
className
radioList
selectedRadio
__groupName
addEventListener
removeEventListener
dispatchEvent
indexNumber
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
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)
getEnabled
function getEnabled()
setStyle
function setStyle(name:String, val):Void
setInstance
function setInstance(val:MovieClip)
getInstance
function getInstance():Object
setValue
function setValue(val:String)