| Package | org.openzet.controls |
| Class | public class AdvancedZetDataGrid |
| Inheritance | AdvancedZetDataGrid AdvancedSelectionDataGrid AdvancedTreeDataGrid mx.controls.AdvancedDataGrid |
| Implements | IZetDataGrid |
AdvancedZetDataGrid control is a subClass that extends AdvancedSelectionDataGrid. This class provides
all the functionalities implemented by its super classes while providing additional features
such as row span, and easy-to-use data filtering.
The AdvancedZetDataGridZetDataGrid control provides the following features:
true.enableFilter property to allow users to filter data on various conditionsSee also
| Property | Defined by | ||
|---|---|---|---|
![]() | dataProvider : Object
Overrides DataGrid's dataProvider property to show hierarchical data view
on a AdvancedTreeDataGrid control.
| AdvancedTreeDataGrid | |
![]() | dragSelectionData : Object
A method that returns drag-selected data as type of ArrayCollection.
| AdvancedSelectionDataGrid | |
![]() | enableDragSelection : Boolean
A Boolean property to allow drag selection of cells in a DataGrid.
| AdvancedSelectionDataGrid | |
| enableFilter : Boolean
A Boolean property to specify whether to enable or disable data filtering.
| AdvancedZetDataGrid | ||
![]() | moveArrow : Class
Arrow class to represent an icon when drag-moving data to other controls.
| AdvancedSelectionDataGrid | |
![]() | seriesType : String
Specifies the type of chart to show through context menu when user drag-selects
cells of this DataGrid.
| AdvancedSelectionDataGrid | |
![]() | treeColumnField : String
Function that returns treeColumnField.
| AdvancedTreeDataGrid | |
![]() | treeDirection : String
A property to set TreeDataGrid's data direction, horizontal or vertical.
| AdvancedTreeDataGrid | |
![]() | treeFields : Array
An array type of property to set dataFields that should be used as tree dataFields.
| AdvancedTreeDataGrid | |
![]() | treeInfo : Dictionary
A dictionary that saves information on which node has which information, such as
whether a specific node has children, whether is has been opened or not.
| AdvancedTreeDataGrid | |
| verticalScrollPosition : Number [write-only] Overriden property to fix Flex DataGrid's bug with regard to setting vertical scroll position.
| AdvancedZetDataGrid | ||
![]() | xField : String
xField property to assign to a chart series shown through a context menu.
| AdvancedSelectionDataGrid | |
| Method | Defined by | ||
|---|---|---|---|
|
Constructor
| AdvancedZetDataGrid | ||
![]() |
collapseTreeItem(item:Object, dataField:String = null):void
public function to collapse a child node's data either horizontally or vertically.
| AdvancedTreeDataGrid | |
![]() |
expandTreeItem(item:Object, dataField:String = null):void
public function to expand a child node's data either horizontally or vertically.
| AdvancedTreeDataGrid | |
![]() |
reset():void
A method that resets all the drag selection activity.
| AdvancedSelectionDataGrid | |
| enableFilter | property |
enableFilter:Boolean [read-write]A Boolean property to specify whether to enable or disable data filtering. If set to true, ZetDataGrid automatically sets every column's headerRenderer to org.openzet.controls.dataGridClasses.filter.FilterItemRenderer and takes care of data filtering on its own. Default value is false.
Implementation public function get enableFilter():Boolean
public function set enableFilter(value:Boolean):void
| verticalScrollPosition | property |
verticalScrollPosition:Number [write-only]Overriden property to fix Flex DataGrid's bug with regard to setting vertical scroll position.
Implementation public function set verticalScrollPosition(value:Number):void
| AdvancedZetDataGrid | () | constructor |
public function AdvancedZetDataGrid()Constructor