Packageorg.openzet.events
Classpublic class SelectionDataGridEvent
InheritanceSelectionDataGridEvent Inheritance flash.events.Event

Custom Event class that defines event status with regard to SelectionDataGrid or AdvancedSelectionDataGrid.

See also

org.openzet.controls.SelectionDataGrid
org.openzet.controls.AdvancedSelectionDataGrid


Public Methods
 MethodDefined by
  
SelectionDataGridEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor.
SelectionDataGridEvent
Public Constants
 ConstantDefined by
  DRAG_SELECTION_END : String = "dragSelectionEnd"
[static] Static constant that represents dragSelectionEnd event name.
SelectionDataGridEvent
  DRAG_SELECTION_START : String = "dragSelectionStart"
[static] Static constant that represents dragSelectionStart event name.
SelectionDataGridEvent
Constructor detail
SelectionDataGridEvent()constructor
public function SelectionDataGridEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)

Constructor.

Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Constant detail
DRAG_SELECTION_ENDconstant
public static const DRAG_SELECTION_END:String = "dragSelectionEnd"

Static constant that represents dragSelectionEnd event name.

DRAG_SELECTION_STARTconstant 
public static const DRAG_SELECTION_START:String = "dragSelectionStart"

Static constant that represents dragSelectionStart event name.