Packagecom.elfgrid.events
Classpublic class ElfGridItemSelectionEvent
InheritanceElfGridItemSelectionEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined by
  item : Object
ElfGridItemSelectionEvent
Public Methods
 MethodDefined by
  
ElfGridItemSelectionEvent(type:String, itemVal:Object, bubbles:Boolean = false, cancelable:Boolean = false)
ElfGridItemSelectionEvent
  
clone():Event
ElfGridItemSelectionEvent
Public Constants
 ConstantDefined by
  ITEM_DESELECT : String = "itemDeselect"
[static]
ElfGridItemSelectionEvent
  ITEM_SELECT : String = "itemSelect"
[static]
ElfGridItemSelectionEvent
Property detail
itemproperty
public var item:Object
Constructor detail
ElfGridItemSelectionEvent()constructor
public function ElfGridItemSelectionEvent(type:String, itemVal:Object, bubbles:Boolean = false, cancelable:Boolean = false)Parameters
type:String
 
itemVal:Object
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Method detail
clone()method
public override function clone():Event

Returns
Event
Constant detail
ITEM_DESELECTconstant
public static const ITEM_DESELECT:String = "itemDeselect"
ITEM_SELECTconstant 
public static const ITEM_SELECT:String = "itemSelect"