Packageorg.openzet.controls.dataGridClasses
Interfacepublic interface ICellSelectable
SubinterfacesIZetDataGrid
ImplementorsAdvancedSelectionDataGrid, SelectionDataGrid

Interface that defines enableDragSelection setter/getter method. An implementation of this interface is SelectionDataGrid or AdvancedSelectionDataGrid that extends TreeDataGrid and AdvancedTreeDataGrid respectively.



Public Properties
 PropertyDefined by
  dragSelectionData : Object
[read-only] Data referring to drag-selected area of a DataGrid.
ICellSelectable
  enableDragSelection : Boolean
A flag indicating whether to allow cell drag selection.
ICellSelectable
Property detail
dragSelectionDataproperty
dragSelectionData:Object  [read-only]

Data referring to drag-selected area of a DataGrid.

Implementation
    public function get dragSelectionData():Object
enableDragSelectionproperty 
enableDragSelection:Boolean  [read-write]

A flag indicating whether to allow cell drag selection.

Implementation
    public function get enableDragSelection():Boolean
    public function set enableDragSelection(value:Boolean):void