OpenZet
All Packages
|
All Classes
|
Index
|
Frames
No Frames
Interface IZetDataGrid
Properties
|
Methods
Package
org.openzet.controls.dataGridClasses
Interface
public interface IZetDataGrid extends
ITreeDataGrid
,
ICellSelectable
Implementors
AdvancedZetDataGrid
,
ZetDataGrid
Interface that extends ITreeDataGrid and ICellSelectable interfaces.
Public Properties
Hide Inherited Public Properties
Show Inherited Public Properties
Property
Defined by
dragSelectionData
: Object
Data referring to drag-selected area of a DataGrid.
ICellSelectable
enableDragSelection
: Boolean
A flag indicating whether to allow cell drag selection.
ICellSelectable
treeColumnField
: String
A getter method to return tree column's dataField when treeDirection is set as vertical.
ITreeDataGrid
treeDirection
: String
Setter/getter method to define tree view direction.
ITreeDataGrid
Public Methods
Hide Inherited Public Methods
Show Inherited Public Methods
Method
Defined by
collapseTreeItem
(item:Object, dataField:String = null):void
Method to collapse tree Item
ITreeDataGrid
expandTreeItem
(item:Object, dataField:String = null):void
Method to expand tree Item
ITreeDataGrid