MovieClip +--mx.core.UIObject +--mx.core.UIComponent +--mx.core.View +--mx.core.ScrollView +--mx.controls.listclasses.ScrollSelectList +--mx.controls.List +--mx.controls.Tree
Tree 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
, 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 Tree()
static symbolName:String
static symbolOwner:Object
className:String
static mixIt2:Boolean
isNewRowStyle
__rowRenderer:String
openNodes:Object
nodeList:Array
rowIndex:Number
opening:Boolean
tween:Object
maskList:Array
rowList:Array
isOpening:Boolean
treeDataProvider:Object
nodeIndices:Object
branchNodes:Object
nodeIcons:Object
eventPending:Object
eventAfterTween:Object
minScrollInterval
firstVisibleNode
selectedNode
selectedNodes
_inherited_dataProvider:Object
function setIcon(node, iconID, iconID2)
- Parameters
node
the node to affect iconID
the linkage ID for the closed (or leaf) icon iconID2
the linkage ID for the open (or leaf) icon @helpid 3201
function getIsBranch(node)
- Parameters
node
the node to inspect - Return
- true if a branch, false if not @helpid 3411
function setIsBranch(node, branch)
- Parameters
node
the node to affect branch
true if branch, false if not @helpid 3412
function getIsOpen(node)
- Parameters
node
the node to inspect - Return
- true if open, false if not @helpid 3413
function setIsOpen(node, open, animate, fireEvent)
- Parameters
node
the node to affect open
true to open, false to close animate
true to animate the transition, false to not. @helpid 3202
function addTreeNode(label, data)
- Parameters
label
the text for the node data
the data for the node - Return
- the new node @helpid 3414
function addTreeNodeAt(index, label, data)
- Parameters
label
the text for the node data
the data for the node - Return
- the new node @helpid 3204
function getTreeNodeAt(index)
- Parameters
index
the position of the node in the tree's dp's children - Return
- the node @helpid 3205
function removeTreeNodeAt(index)
- Parameters
index
the position of the node in the tree's root - Return
- the node @helpid 3415
function getNodeDisplayedAt(index)
- Parameters
index
the position of the node in the tree's list of displayed nodes - Return
- the node @helpid 3417
function getDisplayIndex(node)
- Parameters
node
the node to query - Return
- the index on the tree's display list @helpid 3418