Packageorg.openzet.controls.advancedDataGridClasses
Classpublic class AdvancedZetDataGridColumn
InheritanceAdvancedZetDataGridColumn Inheritance mx.controls.advancedDataGridClasses.AdvancedDataGridColumn
ImplementsIMergeable

The AdvancedZetDataGridColumn class describes a column in an AdvancedZetDataGrid 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 AdvancedZetDataGrid control by specifing its property such as checked as true.

See also

org.openzet.controls.AdvancedZetDataGrid


Public Properties
 PropertyDefined by
  checked : Boolean
A property to mark this column as one with CheckBox item renderer.
AdvancedZetDataGridColumn
  enableMerge : Boolean
A property to indicate whether this column's data should be vertically merged or not.
AdvancedZetDataGridColumn
Public Methods
 MethodDefined by
  
AdvancedZetDataGridColumn(columnName:String = null)
Constructor
AdvancedZetDataGridColumn
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.

The 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.

The default value is false.

Implementation
    public function get enableMerge():Boolean
    public function set enableMerge(value:Boolean):void
Constructor detail
AdvancedZetDataGridColumn()constructor
public function AdvancedZetDataGridColumn(columnName:String = null)

Constructor

Parameters
columnName:String (default = null)