Packagech.unil.cbg.ExpressionView.events
Classpublic class PopUpEvent
InheritancePopUpEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined by
  data : Array
PopUpEvent
Public Methods
 MethodDefined by
  
PopUpEvent(_type:String, _data:Array = null, _bubbles:Boolean = true, _cancelable:Boolean = true)
PopUpEvent
  
clone():Event
PopUpEvent
Public Constants
 ConstantDefined by
  CANCEL : String = "Cancel"
[static]
PopUpEvent
  OK : String = "Ok"
[static]
PopUpEvent
Property detail
dataproperty
public var data:Array
Constructor detail
PopUpEvent()constructor
public function PopUpEvent(_type:String, _data:Array = null, _bubbles:Boolean = true, _cancelable:Boolean = true)Parameters
_type:String
 
_data:Array (default = null)
 
_bubbles:Boolean (default = true)
 
_cancelable:Boolean (default = true)
Method detail
clone()method
public override function clone():Event

Returns
Event
Constant detail
CANCELconstant
public static const CANCEL:String = "Cancel"
OKconstant 
public static const OK:String = "Ok"