Packagecom.elfgrid.events
Classpublic class ElfGridEditorEvent
InheritanceElfGridEditorEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined by
  commitValue : Boolean = true
ElfGridEditorEvent
Public Methods
 MethodDefined by
  
ElfGridEditorEvent(type:String, commitValueVal:Boolean = true, bubbles:Boolean = false, cancelable:Boolean = false)
ElfGridEditorEvent
  
clone():Event
ElfGridEditorEvent
Public Constants
 ConstantDefined by
  EDITOR_CLOSE : String = "editorClose"
[static]
ElfGridEditorEvent
  EDITOR_OPEN : String = "editorOpen"
[static]
ElfGridEditorEvent
Property detail
commitValueproperty
public var commitValue:Boolean = true
Constructor detail
ElfGridEditorEvent()constructor
public function ElfGridEditorEvent(type:String, commitValueVal:Boolean = true, bubbles:Boolean = false, cancelable:Boolean = false)Parameters
type:String
 
commitValueVal:Boolean (default = true)
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Method detail
clone()method
public override function clone():Event

Returns
Event
Constant detail
EDITOR_CLOSEconstant
public static const EDITOR_CLOSE:String = "editorClose"
EDITOR_OPENconstant 
public static const EDITOR_OPEN:String = "editorOpen"