Packagecom.elfgrid.events
Classpublic class ElfGridItemColSelectionEvent
InheritanceElfGridItemColSelectionEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined by
  col : uint
ElfGridItemColSelectionEvent
  colSelected : Boolean
ElfGridItemColSelectionEvent
  row : uint
ElfGridItemColSelectionEvent
Public Methods
 MethodDefined by
  
ElfGridItemColSelectionEvent(type:String, rowVal:uint, colVal:uint, colSelectedVal:Boolean, bubbles:Boolean = false, cancelable:Boolean = false)
ElfGridItemColSelectionEvent
  
clone():Event
ElfGridItemColSelectionEvent
Public Constants
 ConstantDefined by
  COL_SELECTION_CHANGE : String = "colSelectionChange"
[static]
ElfGridItemColSelectionEvent
Property detail
colproperty
public var col:uint
colSelectedproperty 
public var colSelected:Boolean
rowproperty 
public var row:uint
Constructor detail
ElfGridItemColSelectionEvent()constructor
public function ElfGridItemColSelectionEvent(type:String, rowVal:uint, colVal:uint, colSelectedVal:Boolean, bubbles:Boolean = false, cancelable:Boolean = false)Parameters
type:String
 
rowVal:uint
 
colVal:uint
 
colSelectedVal:Boolean
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Method detail
clone()method
public override function clone():Event

Returns
Event
Constant detail
COL_SELECTION_CHANGEconstant
public static const COL_SELECTION_CHANGE:String = "colSelectionChange"