Class mx.screens.Form

MovieClip
   +--mx.core.UIObject
      +--mx.core.UIComponent
         +--mx.core.View
            +--mx.controls.Loader
               +--mx.screens.Screen
                  +--mx.screens.Form

Field Index

_childForms, _indexInParentForm, _isForm, _sendRevealDuringRedraw, className, currentFocusedForm, indexInParentForm, numChildForms, parentForm, parentIsForm, rootForm, symbolName, symbolOwner, visible
Inherited from Screen
__transitionManager, _childLoading, _childScreens, _indexInParent, _isScreen, borderStyle, className, currentFocusedScreen, indexInParent, numChildScreens, parentIsScreen, parentScreen, rootScreen, symbolName, symbolOwner, transitionManager
Inherited from Loader
__autoLoad, __bytesLoaded, __bytesTotal, __contentPath, __scaleContent, _origHeight, _origWidth, autoLoad, bytesLoaded, bytesTotal, className, clipParameters, content, contentHolder, contentPath, livePreview, mergedClipParameters, percentLoaded, scaleContent, symbolName, symbolOwner
Inherited from View
__tabIndex, _loadExternalClass, border_mc, boundingBox_mc, childNameBase, className, createClassChildAtDepth, depth, hasBeenLayedOut, loadExternal, numChildren, symbolName, symbolOwner, tabIndex
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 Form()

childLoaded(), destroyChildAt(), drawFocus(), getChildForm(), init(), redraw(), registerChildForm()
Inherited from Screen
allTransitionsInDone(), allTransitionsOutDone(), createChild(), createChildren(), doScaleLoader(), getChildScreen(), registerChildScreen()
Inherited from Loader
dispatchEvent(), doScaleContent(), draw(), getAutoLoad(), getBytesLoaded(), getBytesTotal(), getContent(), getContentPath(), getPercentLoaded(), getScaleContent(), load(), setAutoLoad(), setContentPath(), setScaleContent(), setSize(), size(), unScaleContent()
Inherited from View
addLayoutObject(), convertToUIObject(), doLayout(), extension(), getChildAt(), initLayout()
Inherited from UIComponent
dispatchValueChangedEvent(), enabledChanged(), findFocusFromObject(), findFocusInChildren(), getFocus(), getFocusManager(), isParent(), onKillFocus(), onSetFocus(), pressFocus(), releaseFocus(), setEnabled(), 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(), invalidateStyle(), mergeClipParameters(), move(), setColor(), setMinHeight(), setMinWidth(), setSkin()
Inherited from MovieClip
attachAudio(), attachMovie(), beginFill(), beginGradientFill(), clear(), createEmptyMovieClip(), createTextField(), curveTo(), duplicateMovieClip(), endFill(), getBounds(), getDepth(), getInstanceAtDepth(), getNextHighestDepth(), getSWFVersion(), getTextSnapshot(), getURL(), globalToLocal(), gotoAndPlay(), gotoAndStop(), hitTest(), lineStyle(), lineTo(), loadMovie(), loadVariables(), localToGlobal(), moveTo(), nextFrame(), onData(), onDragOut(), onDragOver(), onEnterFrame(), onKeyDown(), onKeyUp(), onLoad(), onMouseDown(), onMouseMove(), onMouseUp(), onPress(), onRelease(), onReleaseOutside(), onRollOut(), onRollOver(), onUnload(), play(), prevFrame(), removeMovieClip(), setMask(), startDrag(), stop(), stopDrag(), swapDepths(), unloadMovie(), valueOf()

Constructor Detail

Form

function Form()

Field Detail

symbolName

static symbolName:String

symbolOwner

static symbolOwner:Object

className

className:String

_isForm

private _isForm

_childForms

private _childForms:Array

_indexInParentForm

private _indexInParentForm:Number

_sendRevealDuringRedraw

private _sendRevealDuringRedraw:Boolean

visible

visible:Boolean
True if object is visible -- override to get different verbose setting

indexInParentForm

public indexInParentForm:Number [Read Only]
zero-based index of this form in its parent (getChildForm) Read-Only: use createChild() to add new child form

numChildForms

public numChildForms:Number [Read Only]
number of children of this form that are forms, not including slides Read-Only: use createChild() to add new child forms

parentIsForm

public parentIsForm:Boolean [Read Only]
True if this form's _parent is a form Read-Only: use createChild() to add new child forms

parentForm

public parentForm:Form [Read Only]
Form containing this form. May be null for the root form. Read-Only: use createChild() to add new child forms

rootForm

public rootForm:Form [Read Only]
Root form of the form subtree that contains this form Read-Only: use createChild() to add new child forms

currentFocusedForm

static public currentFocusedForm:Form [Read Only]
Leaf-node form that contains the current focused field or component Read-Only: use setFocus() to set the focus

Method Detail

getChildForm

public function getChildForm(childIndex:
Number):Form
Get the nth child of this form (zero-based)
Parameters
childIndex which form to get @tiptext Get the nth child of this form @helpid 1903

drawFocus

function drawFocus()

init

private function init()

registerChildForm

private function registerChildForm(form:
Form)

redraw

private function redraw(bAlways:
Boolean):Void

childLoaded

function childLoaded(obj:
MovieClip):Void

destroyChildAt

function destroyChildAt(childIndex:
Number):Void