Main Page | Packages | Class Tree | Index | Help

mx.controls

class RadioButtonGroup

Object
  |
  +--mx.controls.RadioButtonGroup


class RadioButtonGroup
extends Object

RadioButtonGroup class



Field Summary


__groupName: String



addEventListener: Function



dispatchEvent: Function



indexNumber: Number



radioList: Array



removeEventListener: Function



selectedRadio: Object


static
symbolName: String


static
symbolOwner: Object


static
version: String
Copyright (C) 2003 Macromedia, Inc.

Fields inherited from class Object

__proto__, constructor, prototype

Property Summary


enabled: Boolean (write-only)



groupName: String (write)



groupName (read)
return the group name for the group


labelPlacement: String (read, write)
get the label placement of the group


selectedData (read, write)
returns the data or the label associated with the selected radio button find the radio button and change the state to selected state of previous to false and selected value to true


selection: Object (read)
return the reference of the selected radio button


selection: MovieClip (write)
set the selected radio to true

Constructor


RadioButtonGroup ( )


Method Summary


addInstance ( instance: MovieClip ): Void



getEnabled ( )



getGroupName ( ): String



getInstance ( ): Object



getLabelPlacement ( ): String



getValue ( ): String



init ( Void ): Void



setEnabled ( val: Boolean )



setGroupName ( groupName: String ): Void



setInstance ( val: MovieClip )



setLabelPlacement ( pos: String )



setSize ( val: Number, val1: Number )



setStyle ( name: String, val ): Void



setValue ( val: String )


Methods inherited from class Object

addProperty, hasOwnProperty, isPropertyEnumerable, isPrototypeOf, registerClass, toLocaleString, toString, unwatch, valueOf, watch



Field Documentation

__groupName

var __groupName: String

addEventListener

var addEventListener: Function

dispatchEvent

var dispatchEvent: Function

indexNumber

var indexNumber: Number

radioList

var radioList: Array

removeEventListener

var removeEventListener: Function

selectedRadio

var selectedRadio: Object

symbolName

static var symbolName: String

symbolOwner

static var symbolOwner: Object

version

static var version: String
Copyright (C) 2003 Macromedia, Inc.

All Rights Reserved. The following is Sample Code and is subject to all restrictions on such code as contained in the End User License Agreement accompanying this product.


Property Documentation

enabled

enabled: Boolean (write-only)

groupName

groupName: String (write)

groupName

groupName (read)
return the group name for the group

labelPlacement

labelPlacement: String (read, write)
get the label placement of the group

selectedData

selectedData (read, write)
returns the data or the label associated with the selected radio button find the radio button and change the state to selected state of previous to false and selected value to true

selection

selection: Object (read)
return the reference of the selected radio button

selection

selection: MovieClip (write)
set the selected radio to true


Constructor Documentation

RadioButtonGroup

function RadioButtonGroup()

Method Documentation

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)

The documentation was generated from the following file:


Copyright © 1997-2005 Macromedia, Inc. All rights reserved. Generated with AS2Doc