MovieClip
+--mx.core.UIObject
+--mx.core.UIComponent
+--mx.core.Viewbase class for views/containers
__tabIndex, _loadExternalClass, border_mc, boundingBox_mc, childNameBase, className, createClassChildAtDepth, depth, hasBeenLayedOut, loadExternal, numChildren, symbolName, symbolOwner, tabIndexclipParameters, drawFocus, enabled, focusEnabled, focusManager, focusTextField, groupName, height, kStretch, mergedClipParameters, origBorderStyles, origBorderValues, popUp, symbolName, symbolOwner, tabEnabled, tabIndex, width__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_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, useHandCursornew View()
static symbolName:Stringstatic symbolOwner:ObjectclassName:Stringborder_mc:RectBorderboundingBox_mc:MovieClip__tabIndex:Numberstatic childNameBase:Stringdepth:NumbercreateClassChildAtDepth:FunctionloadExternal:Functionprivate hasBeenLayedOut:Booleanprivate _loadExternalClass:StringnumChildren:Number [Read Only]get the number of children in this view
tabIndex:NumberBy default, views are not tabstops so tabIndex will be undefined. However, some views can be tabstops and will therefore return a tabIndex
function createChild(className, instanceName:String, initProps:Object):MovieClipadd a new child object
- Parameters
classNamethe name of the symbol, a reference to a class, or file path or URL to the external content instanceNamethe instance name of the child initPropsobject containing initialization properties - Return
- reference to the child object
function getChildAt(childIndex:Number):UIObjectget the Nth child object
- Parameters
childIndexa number from 0 to N-1 - Return
- a reference to the child @tiptext Returns the child at the specified position @helpid 3403
function destroyChildAt(childIndex:Number):Voiddestroy the Nth child object. Remaining child objects get renumbered
- Parameters
childIndexa number from 0 to N-1 - Return
- a reference to the child