Packagecom.vmware.widgets.events
Classpublic class DialogEvent
InheritanceDialogEvent Inheritance flash.events.Event

DialogEvent contains information unique to dialogs.



Public Methods
 MethodDefined By
  
DialogEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
DialogEvent
  
clone():Event
[override]
DialogEvent
Public Constants
 ConstantDefined By
  HELP : String = help
[static] Event name Constant for the dialog context help event.
DialogEvent
  MINIMIZE : String = minimize
[static] Defines the value of the type propertyEvent for a dialog's minimize event.
DialogEvent
  OK : String = ok
[static] Defines the value of the type propertyEvent for a dialog's OK or confirmation event.
DialogEvent
Constructor Detail
DialogEvent()Constructor
public function DialogEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)



Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Method Detail
clone()method
override public function clone():Event

Returns
Event
Constant Detail
HELPConstant
public static const HELP:String = help

Event name Constant for the dialog context help event.

MINIMIZEConstant 
public static const MINIMIZE:String = minimize

Defines the value of the type propertyEvent for a dialog's minimize event.

OKConstant 
public static const OK:String = ok

Defines the value of the type propertyEvent for a dialog's OK or confirmation event.