MovieClip +--mx.core.UIObject +--mx.core.UIComponent +--mx.core.View
base class for views/containers
__tabIndex
, _loadExternalClass
, border_mc
, boundingBox_mc
, childNameBase
, className
, createClassChildAtDepth
, depth
, hasBeenLayedOut
, loadExternal
, numChildren
, symbolName
, symbolOwner
, tabIndex
clipParameters
, 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
, useHandCursor
new View()
static symbolName:String
static symbolOwner:Object
className:String
border_mc:RectBorder
boundingBox_mc:MovieClip
__tabIndex:Number
static childNameBase:String
depth:Number
createClassChildAtDepth:Function
loadExternal:Function
private hasBeenLayedOut:Boolean
private _loadExternalClass:String
numChildren:Number [Read Only]
get the number of children in this view
tabIndex:Number
By 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):MovieClip
add a new child object
- Parameters
className
the name of the symbol, a reference to a class, or file path or URL to the external content instanceName
the instance name of the child initProps
object containing initialization properties - Return
- reference to the child object
function getChildAt(childIndex:Number):UIObject
get the Nth child object
- Parameters
childIndex
a 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):Void
destroy the Nth child object. Remaining child objects get renumbered
- Parameters
childIndex
a number from 0 to N-1 - Return
- a reference to the child