Main Page | Packages | Class Tree | Index | Help

mx.controls

class RadioButton

Object
  |
  +--MovieClip
        |
        +--mx.core.UIObject
              |
              +--mx.core.UIComponent
                    |
                    +--mx.controls.SimpleButton
                          |
                          +--mx.controls.Button
                                |
                                +--mx.controls.RadioButton


class RadioButton
extends Button

RadioButton class extends Button



Field Summary


__data: String



__groupName: String



__label: String



__labelPlacement: String



__toggle: Boolean



borderW: Number



btnOffset: Number



centerContent: Boolean



clipParameters



falseDisabledIcon: String



falseDisabledSkin: String



falseDownIcon: String



falseDownSkin: String



falseOverIcon: String



falseOverSkin: String



falseUpIcon: String



falseUpSkin: String



ignoreClassStyleDeclaration



indexNumber: Number



label: String
gets the associated label text


labelPlacement: String
sets the label placement of left,right,top, or bottom


lean


static
mergedClipParameters: Boolean



offset: Boolean



selected: Boolean


static
symbolName: String


static
symbolOwner: Object



trueDisabledIcon: String



trueDisabledSkin: String



trueDownIcon: String



trueDownSkin: String



trueOverIcon: String



trueOverSkin: String



trueUpIcon: String



trueUpSkin: String


static
version: String


Fields inherited from class mx.controls.Button

__label, __labelPlacement, _color, _iconLinkageName, _inherited_selected, borderW, btnOffset, centerContent, clipParameters, falseDisabledIcon, falseDisabledSkin, falseDownIcon, falseDownSkin, falseOverIcon, falseOverSkin, falseUpIcon, falseUpSkin, hitArea_mc, initIcon, labelPath, mergedClipParameters, symbolName, symbolOwner, trueDisabledIcon, trueDisabledSkin, trueDownIcon, trueDownSkin, trueOverIcon, trueOverSkin, trueUpIcon, trueUpSkin, version

Fields inherited from class mx.controls.SimpleButton

__emphasized, __emphatic, __emphaticStyleName, __state, __toggle, autoRepeat, boundingBox_mc, btnOffset, buttonDownHandler, clickHandler, detail, dfi, dfs, disabledIcon, disabledSkin, downIcon, downSkin, dti, dts, emphasizedStyleDeclaration, falseDisabled, falseDisabledIcon, falseDisabledIconEmphasized, falseDisabledSkin, falseDisabledSkinEmphasized, falseDown, falseDownIcon, falseDownIconEmphasized, falseDownSkin, falseDownSkinEmphasized, falseOver, falseOverIcon, falseOverIconEmphasized, falseOverSkin, falseOverSkinEmphasized, falseUp, falseUpIcon, falseUpIconEmphasized, falseUpSkin, falseUpSkinEmphasized, fdi, fds, fri, frs, fui, fus, iconName, idNames, initializing, interval, linkLength, phase, preset, refNames, rolloverIcon, rolloverSkin, skinName, stateNames, style3dInset, symbolName, symbolOwner, tagMap, tdi, tds, tri, trs, trueDisabled, trueDisabledIcon, trueDisabledIconEmphasized, trueDisabledSkin, trueDisabledSkinEmphasized, trueDown, trueDownIcon, trueDownIconEmphasized, trueDownSkin, trueDownSkinEmphasized, trueOver, trueOverIcon, trueOverIconEmphasized, trueOverSkin, trueOverSkinEmphasized, trueUp, trueUpIcon, trueUpIconEmphasized, trueUpSkin, trueUpSkinEmphasized, tui, tus, upIcon, upSkin, version

Fields inherited from class mx.core.UIComponent

clipParameters, drawFocus, enabled, focusEnabled, focusManager, focusTextField, groupName, kStretch, mergedClipParameters, origBorderStyles, origBorderValues, popUp, symbolName, symbolOwner, tabEnabled, tabIndex, version

Fields inherited from class mx.core.UIObject

__height, __width, _color, _topmost, addEventListener, buildDepthTable, changeColorStyleInChildren, changeTextStyleInChildren, childrenCreated, className, clipParameters, color, createAccessibilityImplementation, createChildAtDepth, createEvent, ction, dispatchEvent, embedFonts, findNextAvailableDepth, fontFamily, fontSize, fontStyle, fontWeight, handleEvent, idNames, ignoreClassStyleDeclaration, initProperties, marginLeft, marginRight, methodTable, notifyStyleChangeInChildren, removeEventListener, setStyle, stylecache, styleName, symbolName, symbolOwner, textAlign, textColorList, textDecoration, textIndent, validateNow, version

Fields inherited from class MovieClip

_alpha, _currentframe, _droptarget, _focusrect, _framesloaded, _height, _lockroot, _name, _parent, _quality, _rotation, _soundbuftime, _target, _totalframes, _url, _visible, _width, _x, _xmouse, _xscale, _y, _ymouse, _yscale, enabled, focusEnabled, hitArea, tabChildren, tabEnabled, tabIndex, tooltipText, trackAsMenu, useHandCursor

Fields inherited from class Object

__proto__, constructor, prototype

Property Summary


data (read, write)
hang data off of a radio instance


emphasized (read-only)



groupName (read)
return the group name


groupName: String (write)
sets the group name associated with the radio button


icon (read, write)



toggle (read, write)


Properties inherited from class mx.controls.Button

icon, label, labelPlacement

Properties inherited from class mx.controls.SimpleButton

emphasized, selected, toggle, value

Properties inherited from class mx.core.UIComponent

height, width

Properties inherited from class mx.core.UIObject

bottom, height, left, minHeight, minWidth, right, scaleX, scaleY, top, visible, width, x, y

Constructor


RadioButton ( )


Method Summary


addToGroup ( groupName: String ): Void



deleteGroupObj ( groupName: String ): Void



getData ( val )



getGroupName ( )



init ( Void ): Void



keyDown ( e: Object ): Void



onRelease ( )
This method calls SimpleButton's onRelease()


onUnload ( )



setData ( val )



setGroupName ( groupName: String ): Void



setNext ( )



setPrev ( )



setSelected ( val: Boolean ): Void



size ( Void ): Void


Methods inherited from class mx.controls.Button

_getIcon, _setIcon, calcSize, createChildren, draw, getBtnOffset, getLabel, getLabelPlacement, init, invalidateStyle, onRelease, setColor, setEnabled, setHitArea, setLabel, setLabelPlacement, setSkin, setView, size, viewSkin

Methods inherited from class mx.controls.SimpleButton

calcSize, changeIcon, changeSkin, createChildren, draw, getLabel, getSelected, getState, getToggle, init, keyDown, keyUp, onDragOut, onDragOver, onKillFocus, onPress, onPressDelay, onPressRepeat, onRelease, onReleaseOutside, onRollOut, onRollOver, refresh, removeIcons, setEnabled, setIcon, setSelected, setSkin, setState, setStateVar, setToggle, setView, showEmphasized, size, viewIcon, viewSkin

Methods inherited from class mx.core.UIComponent

dispatchValueChangedEvent, enabledChanged, findFocusFromObject, findFocusInChildren, getFocus, getFocusManager, init, isParent, onKillFocus, onSetFocus, pressFocus, releaseFocus, setEnabled, setFocus, setVisible, size

Methods inherited from class mx.core.UIObject

__getTextFormat, _createChildren, _getTextFormat, cancelAllDoLaters, constructObject, createChildren, createClassObject, createEmptyObject, createLabel, createObject, createSkin, destroyObject, doLater, doLaterDispatcher, draw, drawRect, getClassStyleDeclaration, getMinHeight, getMinWidth, getSkinIDName, getStyle, getStyleName, init, initFromClipParameters, invalidate, invalidateStyle, mergeClipParameters, move, redraw, setColor, setMinHeight, setMinWidth, setSize, setSkin, setVisible, size

Methods inherited from class MovieClip

attachAudio, attachMovie, beginFill, beginGradientFill, clear, createEmptyMovieClip, createTextField, curveTo, duplicateMovieClip, endFill, getBounds, getBytesLoaded, getBytesTotal, getDepth, getInstanceAtDepth, getNextHighestDepth, getSWFVersion, getTextSnapshot, getURL, globalToLocal, gotoAndPlay, gotoAndStop, hitTest, lineStyle, lineTo, loadMovie, loadVariables, localToGlobal, moveTo, nextFrame, onData, onDragOut, onDragOver, onEnterFrame, onKeyDown, onKeyUp, onKillFocus, onLoad, onMouseDown, onMouseMove, onMouseUp, onPress, onRelease, onReleaseOutside, onRollOut, onRollOver, onSetFocus, onUnload, play, prevFrame, removeMovieClip, setMask, startDrag, stop, stopDrag, swapDepths, unloadMovie, valueOf

Methods inherited from class Object

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



Field Documentation

__data

var __data: String

__groupName

var __groupName: String

__label

var __label: String

__labelPlacement

var __labelPlacement: String

__toggle

var __toggle: Boolean

borderW

var borderW: Number

btnOffset

var btnOffset: Number

centerContent

var centerContent: Boolean

clipParameters

var clipParameters

falseDisabledIcon

var falseDisabledIcon: String

falseDisabledSkin

var falseDisabledSkin: String

falseDownIcon

var falseDownIcon: String

falseDownSkin

var falseDownSkin: String

falseOverIcon

var falseOverIcon: String

falseOverSkin

var falseOverSkin: String

falseUpIcon

var falseUpIcon: String

falseUpSkin

var falseUpSkin: String

ignoreClassStyleDeclaration

var ignoreClassStyleDeclaration

indexNumber

var indexNumber: Number

label

var label: String
gets the associated label text

labelPlacement

var labelPlacement: String
sets the label placement of left,right,top, or bottom

lean

var lean

mergedClipParameters

static var mergedClipParameters: Boolean

offset

var offset: Boolean

selected

var selected: Boolean

symbolName

static var symbolName: String

symbolOwner

static var symbolOwner: Object

trueDisabledIcon

var trueDisabledIcon: String

trueDisabledSkin

var trueDisabledSkin: String

trueDownIcon

var trueDownIcon: String

trueDownSkin

var trueDownSkin: String

trueOverIcon

var trueOverIcon: String

trueOverSkin

var trueOverSkin: String

trueUpIcon

var trueUpIcon: String

trueUpSkin

var trueUpSkin: String

version

static var version: String

Property Documentation

data

data (read, write)
hang data off of a radio instance

emphasized

emphasized (read-only)

groupName

groupName (read)
return the group name

groupName

groupName: String (write)
sets the group name associated with the radio button

icon

icon (read, write)

toggle

toggle (read, write)
Overrides:


Constructor Documentation

RadioButton

function RadioButton()

Method Documentation

addToGroup

function addToGroup(groupName: String): Void

deleteGroupObj

function deleteGroupObj(groupName: String): Void

getData

function getData(val)

getGroupName

function getGroupName()

init

function init(Void): Void
Overrides:

keyDown

function keyDown(e: Object): Void
Overrides:

onRelease

function onRelease()
This method calls SimpleButton's onRelease()

Overrides:

onUnload

function onUnload()
Overrides:

setData

function setData(val)

setGroupName

function setGroupName(groupName: String): Void

setNext

function setNext()

setPrev

function setPrev()

setSelected

function setSelected(val: Boolean): Void
Overrides:

size

function size(Void): Void
Overrides:


The documentation was generated from the following file:


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