MovieClip
+--mx.core.UIObject
+--mx.core.UIComponent
+--mx.core.View
+--mx.core.ScrollView
+--mx.controls.listclasses.ScrollSelectList
+--mx.controls.List
+--mx.controls.TreeTree class - extends List
__rowRenderer, _inherited_dataProvider, branchNodes, className, eventAfterTween, eventPending, firstVisibleNode, isNewRowStyle, isOpening, maskList, minScrollInterval, mixIt2, nodeIcons, nodeIndices, nodeList, opening, openNodes, rowIndex, rowList, selectedNode, selectedNodes, symbolName, symbolOwner, treeDataProvider, tween__labels, __selectedIndex, __vScrollPolicy, _inherited_dataProvider, _inherited_selectedIndex, _inherited_selectedIndices, _inherited_selectedItem, _inherited_selectedItems, autoHScrollAble, boundingBox_mc, calcPreferredHeightFromData, calcPreferredWidthFromData, className, clipParameters, data, displayWidth, invScrollProps, invScrollSize, labels, oldVWidth, scrollDepth, symbolName, symbolOwner, totalHeight, totalWidth__cellRenderer, __dataProvider, __hPosition, __iconField, __iconFunction, __labelField, __labelFunction, __rowCount, __rowHeight, __rowRenderer, __width, addItem, addItemAt, baseRowZ, calcPreferredWidth, cellRenderer, changeFlag, className, clearSelected, CONTENTDEPTH, createLabel, dataProvider, dragEnabled, dragScrolling, dropEnabled, enabled, getDataProvider, getItemAt, getLength, getSelectedIndex, getSelectedIndices, getSelectedItem, getSelectedItems, getValue, iconField, iconFunction, invLayoutContent, invRowHeight, invUpdateControl, isPressed, isRowStyle, isSelected, labelField, labelFunction, lastPosition, lastSelected, lastSelID, layoutX, layoutY, length, listContent, minScrollInterval, mixIt1, mixIt2, modelChanged, multipleSelection, onMouseUp, propertyTable, removeAll, removeItemAt, replaceItemAt, roundUp, rowCount, rowHeight, rows, scrollInterval, selectable, selected, selectedIndex, selectedIndices, selectedItem, selectedItems, selectHolder, selectionDeleted, selectItem, setDataProvider, setSelectedIndex, setSelectedIndices, sortItems, sortItemsBy, tempLabel, tH, topRowZ, tW, value, wasKeySelected__hPosition, __hScrollPolicy, __maxHPosition, __viewMetrics, __vPosition, __vScrollPolicy, className, columnWidth, heightPadding, hPosition, hScroller, hScrollPolicy, invLayout, MASK_DEPTH, mask_mc, maxHPosition, maxVPosition, numberOfCols, oldRndUp, owner, propsInited, rowC, rowH, scrollAreaChanged, specialHScrollCase, symbolName, symbolOwner, viewableColumns, viewableRows, vPosition, vScroller, vScrollPolicy, widthPadding__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 Tree()
static symbolName:Stringstatic symbolOwner:ObjectclassName:Stringstatic mixIt2:BooleanisNewRowStyle__rowRenderer:StringopenNodes:ObjectnodeList:ArrayrowIndex:Numberopening:Booleantween:ObjectmaskList:ArrayrowList:ArrayisOpening:BooleantreeDataProvider:ObjectnodeIndices:ObjectbranchNodes:ObjectnodeIcons:ObjecteventPending:ObjecteventAfterTween:ObjectminScrollIntervalfirstVisibleNodeselectedNodeselectedNodes_inherited_dataProvider:Objectfunction setIcon(node, iconID, iconID2)
- Parameters
nodethe node to affect iconIDthe linkage ID for the closed (or leaf) icon iconID2the linkage ID for the open (or leaf) icon @helpid 3201
function getIsBranch(node)
- Parameters
nodethe node to inspect - Return
- true if a branch, false if not @helpid 3411
function setIsBranch(node, branch)
- Parameters
nodethe node to affect branchtrue if branch, false if not @helpid 3412
function getIsOpen(node)
- Parameters
nodethe node to inspect - Return
- true if open, false if not @helpid 3413
function setIsOpen(node, open, animate, fireEvent)
- Parameters
nodethe node to affect opentrue to open, false to close animatetrue to animate the transition, false to not. @helpid 3202
function addTreeNode(label, data)
- Parameters
labelthe text for the node datathe data for the node - Return
- the new node @helpid 3414
function addTreeNodeAt(index, label, data)
- Parameters
labelthe text for the node datathe data for the node - Return
- the new node @helpid 3204
function getTreeNodeAt(index)
- Parameters
indexthe position of the node in the tree's dp's children - Return
- the node @helpid 3205
function removeTreeNodeAt(index)
- Parameters
indexthe position of the node in the tree's root - Return
- the node @helpid 3415
function getNodeDisplayedAt(index)
- Parameters
indexthe position of the node in the tree's list of displayed nodes - Return
- the node @helpid 3417
function getDisplayIndex(node)
- Parameters
nodethe node to query - Return
- the index on the tree's display list @helpid 3418