Packageflexlib.controls.treeGridClasses
Classpublic class TreeGridListData
InheritanceTreeGridListData Inheritance mx.controls.dataGridClasses.DataGridListData



Public Properties
 PropertyDefined by
  depth : int
The level of the item in the tree.
TreeGridListData
  disclosureIcon : Class
A Class representing the disclosure icon for the item in the TreeGrid control.
TreeGridListData
  hasChildren : Boolean
Contains true if the node has children.
TreeGridListData
  hasSibling : Boolean
TreeGridListData
  icon : Class
A Class representing the icon for the item in the TreeGrid control.
TreeGridListData
  indent : int
The default indentation for this row of the TreeGrid control.
TreeGridListData
  indentationGap : int
TreeGridListData
  item : Object
The data for this item in the TreeGrid control.
TreeGridListData
  open : Boolean
Contains true if the node is open.
TreeGridListData
  trunk : String
A String that enumerate the trunk style for the item in the TreeGrid control.
TreeGridListData
  trunkOffsetBottom : Number
TreeGridListData
  trunkOffsetTop : Number
TreeGridListData
Public Methods
 MethodDefined by
  
TreeGridListData(text:String, dataField:String, columnIndex:int, uid:String, owner:IUIComponent, rowIndex:int = 0)
TreeGridListData
Property detail
depthproperty
public var depth:int

The level of the item in the tree. The top level is 1.

disclosureIconproperty 
public var disclosureIcon:Class

A Class representing the disclosure icon for the item in the TreeGrid control.

hasChildrenproperty 
public var hasChildren:Boolean

Contains true if the node has children.

hasSiblingproperty 
public var hasSibling:Boolean
iconproperty 
public var icon:Class

A Class representing the icon for the item in the TreeGrid control.

indentproperty 
public var indent:int

The default indentation for this row of the TreeGrid control.

indentationGapproperty 
public var indentationGap:int
itemproperty 
public var item:Object

The data for this item in the TreeGrid control.

openproperty 
public var open:Boolean

Contains true if the node is open.

trunkproperty 
public var trunk:String

A String that enumerate the trunk style for the item in the TreeGrid control.

trunkOffsetBottomproperty 
public var trunkOffsetBottom:Number
trunkOffsetTopproperty 
public var trunkOffsetTop:Number
Constructor detail
TreeGridListData()constructor
public function TreeGridListData(text:String, dataField:String, columnIndex:int, uid:String, owner:IUIComponent, rowIndex:int = 0)Parameters
text:String
 
dataField:String
 
columnIndex:int
 
uid:String
 
owner:IUIComponent
 
rowIndex:int (default = 0)