Packageorg.openzet.controls.dataGridClasses
Interfacepublic interface IZetDataGrid extends ITreeDataGrid, ICellSelectable
ImplementorsAdvancedZetDataGrid, ZetDataGrid

Interface that extends ITreeDataGrid and ICellSelectable interfaces.



Public Properties
 PropertyDefined by
 InheriteddragSelectionData : Object
Data referring to drag-selected area of a DataGrid.
ICellSelectable
 InheritedenableDragSelection : Boolean
A flag indicating whether to allow cell drag selection.
ICellSelectable
 InheritedtreeColumnField : String
A getter method to return tree column's dataField when treeDirection is set as vertical.
ITreeDataGrid
 InheritedtreeDirection : String
Setter/getter method to define tree view direction.
ITreeDataGrid
Public Methods
 MethodDefined by
 Inherited
collapseTreeItem(item:Object, dataField:String = null):void
Method to collapse tree Item
ITreeDataGrid
 Inherited
expandTreeItem(item:Object, dataField:String = null):void
Method to expand tree Item
ITreeDataGrid