| Package | flexlib.controls.treeGridClasses |
| Class | public class TreeGridListData |
| Inheritance | TreeGridListData mx.controls.dataGridClasses.DataGridListData |
| Property | Defined 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 | ||
| trunkColor : uint = 0xffffff | TreeGridListData | ||
| trunkOffsetBottom : Number | TreeGridListData | ||
| trunkOffsetTop : Number | TreeGridListData | ||
| Method | Defined By | ||
|---|---|---|---|
TreeGridListData(text:String, dataField:String, columnIndex:int, uid:String, owner:IUIComponent, rowIndex:int = 0) | TreeGridListData | ||
| depth | property |
public var depth:intThe level of the item in the tree. The top level is 1.
| disclosureIcon | property |
public var disclosureIcon:ClassA Class representing the disclosure icon for the item in the TreeGrid control.
| hasChildren | property |
public var hasChildren:BooleanContains <codeph>true</codeph> if the node has children.
| hasSibling | property |
public var hasSibling:Boolean| icon | property |
public var icon:ClassA Class representing the icon for the item in the TreeGrid control.
| indent | property |
public var indent:intThe default indentation for this row of the TreeGrid control.
| indentationGap | property |
public var indentationGap:int| item | property |
public var item:ObjectThe data for this item in the TreeGrid control.
| open | property |
public var open:BooleanContains <codeph>true</codeph> if the node is open.
| trunk | property |
public var trunk:StringA String that enumerate the trunk style for the item in the TreeGrid control.
| trunkColor | property |
public var trunkColor:uint = 0xffffff| trunkOffsetBottom | property |
public var trunkOffsetBottom:Number| trunkOffsetTop | property |
public var trunkOffsetTop:Number| TreeGridListData | () | Constructor |
public function TreeGridListData(text:String, dataField:String, columnIndex:int, uid:String, owner:IUIComponent, rowIndex:int = 0)text:String | |
dataField:String | |
columnIndex:int | |
uid:String | |
owner:IUIComponent | |
rowIndex:int (default = 0) |