Packageorg.openzet.controls.dataGridClasses
Classpublic class ZetDataGridColumn
InheritanceZetDataGridColumn Inheritance mx.controls.dataGridClasses.DataGridColumn
ImplementsIMergeable

The ZetDataGridColumn class describes a column in an ZetDataGrid control. This class implements IMergeable interface to show whether a specific column is mereable or not. Also this class is used to dynamically add itemRenderers to ZetDataGrid control by specifing its property such as checked as true.

See also

org.openzet.controls.ZetDataGrid


Public Properties
 PropertyDefined by
  checked : Boolean
A property to mark this column as one with CheckBox item renderer.
ZetDataGridColumn
  enableMerge : Boolean
A property to indicate whether this column's data should be vertically merged or not.
ZetDataGridColumn
Public Methods
 MethodDefined by
  
Constructor
ZetDataGridColumn
Property detail
checkedproperty
checked:Boolean  [read-write]

A property to mark this column as one with CheckBox item renderer. If set to true, AdvancedZetDataGrid automatically applies both DataGridCheckBoxRenderer and DataGridHeaderCheckBox to row items and header of this column, respectively. Default value is false.

Implementation
    public function get checked():Boolean
    public function set checked(value:Boolean):void
enableMergeproperty 
enableMerge:Boolean  [read-write]

A property to indicate whether this column's data should be vertically merged or not. Default value is false.

Implementation
    public function get enableMerge():Boolean
    public function set enableMerge(value:Boolean):void
Constructor detail
ZetDataGridColumn()constructor
public function ZetDataGridColumn()

Constructor