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
    Instance properties
    Instance methods

    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

    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)