Class mx.controls.CheckBox

MovieClip
   +--mx.core.UIObject
      +--mx.core.UIComponent
         +--mx.controls.SimpleButton
            +--mx.controls.Button
               +--mx.controls.CheckBox

Description

CheckBox class extends Button

Field Index

__label, __labelPlacement, __selected, __toggle, _inherited_selected, borderW, btnOffset, centerContent, className, clipParameters, emphasized, falseDisabledIcon, falseDisabledSkin, falseDownIcon, falseDownSkin, falseOverIcon, falseOverSkin, falseUpIcon, falseUpSkin, icon, ignoreClassStyleDeclaration, label, labelPlacement, mergedClipParameters, selected, symbolName, symbolOwner, toggle, trueDisabledIcon, trueDisabledSkin, trueDownIcon, trueDownSkin, trueOverIcon, trueOverSkin, trueUpIcon, trueUpSkin
Inherited from Button
__label, __labelPlacement, _color, _iconLinkageName, _inherited_selected, borderW, btnOffset, centerContent, className, clipParameters, falseDisabledIcon, falseDisabledSkin, falseDownIcon, falseDownSkin, falseOverIcon, falseOverSkin, falseUpIcon, falseUpSkin, hitArea_mc, icon, initIcon, label, labelPath, labelPlacement, mergedClipParameters, symbolName, symbolOwner, trueDisabledIcon, trueDisabledSkin, trueDownIcon, trueDownSkin, trueOverIcon, trueOverSkin, trueUpIcon, trueUpSkin
Inherited from SimpleButton
__emphasized, __emphatic, __emphaticStyleName, __state, __toggle, autoRepeat, boundingBox_mc, btnOffset, buttonDownHandler, className, clickHandler, detail, dfi, dfs, disabledIcon, disabledSkin, downIcon, downSkin, dti, dts, emphasized, 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, selected, skinName, stateNames, style3dInset, symbolName, symbolOwner, tagMap, tdi, tds, toggle, 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, value
Inherited from UIComponent
clipParameters, drawFocus, enabled, focusEnabled, focusManager, focusTextField, groupName, height, kStretch, mergedClipParameters, origBorderStyles, origBorderValues, popUp, symbolName, symbolOwner, tabEnabled, tabIndex, width
Inherited from UIObject
__height, __onUnload, __width, _color, _endInit, _id, _maxHeight, _maxWidth, _minHeight, _minWidth, _preferredHeight, _preferredWidth, _tf, _topmost, addEventListener, bottom, buildDepthTable, changeColorStyleInChildren, changeTextStyleInChildren, childrenCreated, className, clipParameters, color, createAccessibilityImplementation, createChildAtDepth, createClassChildAtDepth, createEvent, dispatchEvent, embedFonts, findNextAvailableDepth, fontFamily, fontSize, fontStyle, fontWeight, handleEvent, height, idNames, ignoreClassStyleDeclaration, initProperties, invalidateFlag, left, lineColor, lineWidth, marginLeft, marginRight, methodTable, minHeight, minWidth, notifyStyleChangeInChildren, removeEventListener, right, scaleX, scaleY, setStyle, stylecache, styleName, symbolName, symbolOwner, tabEnabled, textAlign, textColorList, textDecoration, textIndent, tfList, top, validateNow, visible, width, x, y
Inherited from 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

Method Index

new CheckBox()

calcPreferredHeight(), init(), onRelease(), size()
Inherited from Button
_getIcon(), _setIcon(), calcSize(), createChildren(), draw(), getBtnOffset(), getLabel(), getLabelPlacement(), invalidateStyle(), setColor(), setEnabled(), setHitArea(), setLabel(), setLabelPlacement(), setSkin(), setView(), viewSkin()
Inherited from SimpleButton
changeIcon(), changeSkin(), getSelected(), getState(), getToggle(), keyDown(), keyUp(), onDragOut(), onDragOver(), onKillFocus(), onPress(), onPressDelay(), onPressRepeat(), onReleaseOutside(), onRollOut(), onRollOver(), refresh(), removeIcons(), setIcon(), setSelected(), setState(), setStateVar(), setToggle(), showEmphasized(), viewIcon()
Inherited from UIComponent
dispatchValueChangedEvent(), enabledChanged(), findFocusFromObject(), findFocusInChildren(), getFocus(), getFocusManager(), isParent(), onSetFocus(), pressFocus(), releaseFocus(), setFocus(), setVisible()
Inherited from UIObject
__getTextFormat(), _createChildren(), _getTextFormat(), cancelAllDoLaters(), constructObject(), createClassObject(), createEmptyObject(), createLabel(), createObject(), createSkin(), destroyObject(), doLater(), doLaterDispatcher(), drawRect(), getClassStyleDeclaration(), getMinHeight(), getMinWidth(), getSkinIDName(), getStyle(), getStyleName(), initFromClipParameters(), invalidate(), mergeClipParameters(), move(), redraw(), setMinHeight(), setMinWidth(), setSize()
Inherited from 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(), onEnterFrame(), onKeyDown(), onKeyUp(), onLoad(), onMouseDown(), onMouseMove(), onMouseUp(), onUnload(), play(), prevFrame(), removeMovieClip(), setMask(), startDrag(), stop(), stopDrag(), swapDepths(), unloadMovie(), valueOf()

Constructor Detail

CheckBox

function CheckBox()

Field Detail

symbolName

static symbolName:String

symbolOwner

static symbolOwner:Object

className

className:String

ignoreClassStyleDeclaration

ignoreClassStyleDeclaration

btnOffset

btnOffset

__toggle

__toggle:Boolean

__selected

__selected:Boolean

__labelPlacement

__labelPlacement:String

__label

__label:String

falseUpSkin

falseUpSkin:String

falseDownSkin

falseDownSkin:String

falseOverSkin

falseOverSkin:String

falseDisabledSkin

falseDisabledSkin:String

trueUpSkin

trueUpSkin:String

trueDownSkin

trueDownSkin:String

trueOverSkin

trueOverSkin:String

trueDisabledSkin

trueDisabledSkin:String

falseUpIcon

falseUpIcon:String

falseDownIcon

falseDownIcon:String

falseOverIcon

falseOverIcon:String

falseDisabledIcon

falseDisabledIcon:String

trueUpIcon

trueUpIcon:String

trueDownIcon

trueDownIcon:String

trueOverIcon

trueOverIcon:String

trueDisabledIcon

trueDisabledIcon:String

labelPlacement

labelPlacement:String

selected

selected:Boolean

clipParameters

clipParameters

mergedClipParameters

static mergedClipParameters:Boolean

centerContent

centerContent:Boolean

borderW

borderW:Number

emphasized

emphasized [Read Only]

_inherited_selected

_inherited_selected:Boolean

toggle

toggle

icon

icon

label

label:String

Method Detail

onRelease

function onRelease()

init

function init()

size

function size()

calcPreferredHeight

function calcPreferredHeight()