MovieClip
+--mx.core.UIObject
+--mx.core.UIComponent
+--mx.core.View
+--mx.containers.AccordionAccordion 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, 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 Accordion()
static symbolName:Stringstatic symbolOwner:ObjectclassName:Stringprivate kBaseHeaderDepth:Numberprivate kBaseMaskDepth:Numberprivate kHeaderNameBase:Stringprivate kMaskNameBase:Stringprivate headerClass:Functionprivate __selectedIndex:Numberprivate __focusedIndex:Numberprivate __bDrawFocus:Booleanprivate tweenBorderMetrics:Objectprivate tweenMargins:Objectprivate tweenContentWidth:Numberprivate tweenContentHeight:Numberprivate tweenOldSelectedIndex:Numberprivate tweenNewSelectedIndex:Numberprivate tween:TweenchildSymbols:ArraychildNames:ArraychildLabels:ArraychildIcons:ArrayfalseUpSkin:StringfalseDownSkin:StringfalseOverSkin:StringfalseDisabledSkin:StringtrueUpSkin:StringtrueDownSkin:StringtrueOverSkin:StringtrueDisabledSkin:StringselectedChild:MovieClipselectedIndex:Numberfunction createChild(symbolName:String, instanceName:String, props:Object):MovieClipCreate a new child segment in the accordion. Override View to create header
function createSegment(symbolName:String, instanceName:String, labelStr:String, iconStr:String):MovieClipCreate a new segment in the accordion. Wrapper for createChild.
function destroyChildAt(index:Number):VoidRemove a segment from the accordion. Override View to destroy the header and mask and to call invalidate