Package | flexlib.controls.treeGridClasses |
Class | public class TreeGridListData |
Inheritance | TreeGridListData ![]() |
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 | ||
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:int
The level of the item in the tree. The top level is 1.
disclosureIcon | property |
public var disclosureIcon:Class
A Class representing the disclosure icon for the item in the TreeGrid control.
hasChildren | property |
public var hasChildren:Boolean
Contains true
if the node has children.
hasSibling | property |
public var hasSibling:Boolean
icon | property |
public var icon:Class
A Class representing the icon for the item in the TreeGrid control.
indent | property |
public var indent:int
The default indentation for this row of the TreeGrid control.
indentationGap | property |
public var indentationGap:int
item | property |
public var item:Object
The data for this item in the TreeGrid control.
open | property |
public var open:Boolean
Contains true
if the node is open.
trunk | property |
public var trunk:String
A String that enumerate the trunk style for the item in the TreeGrid control.
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)
Parameters
text:String |
|
dataField:String |
|
columnIndex:int |
|
uid:String |
|
owner:IUIComponent |
|
rowIndex:int (default = 0 )
|