| Package | com.vmware.widgets.events |
| Class | public class DialogEvent |
| Inheritance | DialogEvent flash.events.Event |
| Method | Defined By | ||
|---|---|---|---|
DialogEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false) | DialogEvent | ||
clone():Event [override] | DialogEvent | ||
| Constant | Defined 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 | ||
| DialogEvent | () | Constructor |
public function DialogEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)type:String | |
bubbles:Boolean (default = false) | |
cancelable:Boolean (default = false) |
| clone | () | method |
override public function clone():EventReturns
Event |
| HELP | Constant |
public static const HELP:String = helpEvent name Constant for the dialog context help event.
| MINIMIZE | Constant |
public static const MINIMIZE:String = minimize
Defines the value of the type propertyEvent for a dialog's
minimize event.
| OK | Constant |
public static const OK:String = ok
Defines the value of the type propertyEvent for a dialog's
OK or confirmation event.