Category:Datagrid
From Openzet
Introduction
package path
org.openzet.controls
Class Overview
| Class | Description |
| AdvancedSelectionDataGrid | Custom class that expands on the functionality of AdvancedTreeDataGrid class and implements ICellSelectable interface by providing enableDragSelection property. The control allows users to drag-select DataGrid’s cells. Also this class provides a context menu which pops up a TitleWindow to show a Chart data of the drag-selected cells. To specify a specific series of a chart type, you need to assign seriesType property’s value, whose default value is ColumnSeries. Also AdvancedSelctionDataGrid has dragSelectionData property, which is defined by ICellSelectable interface. The value of this property equals the data value of drag-selected cells. dragSelectionData property’s value is most commonly used when users want to bind drag-selected region’s data with other controls, such as a CartesianChart. |
| AdvancedTreeDataGrid | Custom DataGrid component that accepts ArrayCollection with treeFieds property value assigned or GroupingCollection as dataProvider. This class show tree view data hierarchy, whose layout depends on treeDirection property accepting possible values of “vertical” and “horizontal.” |
| AdvancedZetDataGrid | Custom class that expands on the functionality of AdvancedSelctionDataGrid and implements IZetDataGrid interface. This class provides enableFilter property, which lets users filter data bound with DataGrid control easily as you do with Excel 2007. Also this class allows rowspan, meaning cells of the same column with same data values could be merged. |
| IconRenderer | ItemRenderer class that shows icon for data indicating file extensions, such as .doc or .xls, etc. |
| SelectionDataGrid | Custom class that expands on the functionality of TreeDataGrid class and implements ICellSelectable interface by providing enableDragSelection property. The control allows users to drag-select DataGrid’s cells. Also this class provides a context menu which pops up a TitleWindow to show a Chart data of the drag-selected cells. To specify a specific series of a chart type, you need to assign seriesType property’s value, whose default value is ColumnSeries. Also SelectionDataGrid has dragSelectionData property, which is defined by ICellSelectable interface. The value of this property equals the data value of drag-selected cells. dragSelectionData property’s value is most commonly used when users want to bind drag-selected region’s data with other controls, such as a CartesianChart. |
| TreeDataGrid | Custom DataGrid component that accepts ArrayCollection with treeFieds property value assigned or GroupingCollection as dataProvider. This class show tree view data hierarchy, whose layout depends on treeDirection property accepting possible values of “vertical” and “horizontal.” |
| ZetDataGrid | Custom class that expands on the functionality of SelectionDataGrid and implements IZetDataGrid interface. This class provides enableFilter property, which lets users filter data bound with DataGrid control easily as you do with Excel 2007. Also this class allows rowspan, meaning cells of the same column with same data values could be merged. |
Pages in category "Datagrid"
The following 7 pages are in this category, out of 7 total.
A |
A cont.IS |
TZ |
