MovieClip +--mx.core.UIObject +--mx.core.UIComponent +--mx.core.View +--mx.containers.Accordion
Accordion class - extends View - Displays one child view at a time - Displays a header for each child view
__bDrawFocus
, __focusedIndex
, __selectedIndex
, childIcons
, childLabels
, childNames
, childSymbols
, className
, falseDisabledSkin
, falseDownSkin
, falseOverSkin
, falseUpSkin
, headerClass
, kBaseHeaderDepth
, kBaseMaskDepth
, kHeaderNameBase
, kMaskNameBase
, selectedChild
, selectedIndex
, symbolName
, symbolOwner
, trueDisabledSkin
, trueDownSkin
, trueOverSkin
, trueUpSkin
, tween
, tweenBorderMetrics
, tweenContentHeight
, tweenContentWidth
, tweenMargins
, tweenNewSelectedIndex
, tweenOldSelectedIndex
__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 Accordion()
static symbolName:String
static symbolOwner:Object
className:String
private kBaseHeaderDepth:Number
private kBaseMaskDepth:Number
private kHeaderNameBase:String
private kMaskNameBase:String
private headerClass:Function
private __selectedIndex:Number
private __focusedIndex:Number
private __bDrawFocus:Boolean
private tweenBorderMetrics:Object
private tweenMargins:Object
private tweenContentWidth:Number
private tweenContentHeight:Number
private tweenOldSelectedIndex:Number
private tweenNewSelectedIndex:Number
private tween:Tween
childSymbols:Array
childNames:Array
childLabels:Array
childIcons:Array
falseUpSkin:String
falseDownSkin:String
falseOverSkin:String
falseDisabledSkin:String
trueUpSkin:String
trueDownSkin:String
trueOverSkin:String
trueDisabledSkin:String
selectedChild:MovieClip
selectedIndex:Number
function createChild(symbolName:String, instanceName:String, props:Object):MovieClip
Create a new child segment in the accordion. Override View to create header
function createSegment(symbolName:String, instanceName:String, labelStr:String, iconStr:String):MovieClip
Create a new segment in the accordion. Wrapper for createChild.
function destroyChildAt(index:Number):Void
Remove a segment from the accordion. Override View to destroy the header and mask and to call invalidate