Packageorg.apache.flex.html.supportClasses
Classpublic class TreeListData
InheritanceTreeListData Inheritance Object

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The TreeListData class contains information that Tree item renderers may find useful when displaying the data for a node in the tree.



Public Properties
 PropertyDefined By
  depth : Number
The depth of the data within the tree with the root being zero.
TreeListData
  hasChildren : Boolean
Whether or not the node for this data has any children.
TreeListData
  isOpen : Boolean
Whether or not the node for this data is open (and its children visible).
TreeListData
Public Methods
 MethodDefined By
  
constructor.
TreeListData
Property Detail
depthproperty
public var depth:Number

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The depth of the data within the tree with the root being zero.

hasChildrenproperty 
public var hasChildren:Boolean

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

Whether or not the node for this data has any children.

isOpenproperty 
public var isOpen:Boolean

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

Whether or not the node for this data is open (and its children visible).

Constructor Detail
TreeListData()Constructor
public function TreeListData()

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

constructor.