| Package | stimulsoft.controls.visual.events |
| Class | public class StiWindowFormEvent |
| Inheritance | StiWindowFormEvent flash.events.Event |
| Property | Defined By | ||
|---|---|---|---|
| dialogResult : String [read-only] | StiWindowFormEvent | ||
| form : StiWindowForm [read-only] | StiWindowFormEvent | ||
| result : * [read-only] | StiWindowFormEvent | ||
| Method | Defined By | ||
|---|---|---|---|
StiWindowFormEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, dialogResult:String = None, result:* = null, form:StiWindowForm = null) | StiWindowFormEvent | ||
clone():Event [override] | StiWindowFormEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| FORM_CANCEL_BUTTON_CLICK : String = form_cancel_button_click [static] | StiWindowFormEvent | ||
| FORM_CLOSE : String = form_close [static] | StiWindowFormEvent | ||
| FORM_NO_BUTTON_CLICK : String = form_no_button_click [static] | StiWindowFormEvent | ||
| FORM_OK_BUTTON_CLICK : String = form_ok_button_click [static] | StiWindowFormEvent | ||
| FORM_RETRY_BUTTON_CLICK : String = form_retry_button_click [static] | StiWindowFormEvent | ||
| FORM_TITLE_CLOSE_BUTTON_CLICK : String = form_title_close_button_click [static] | StiWindowFormEvent | ||
| FORM_YES_BUTTON_CLICK : String = form_yes_button_click [static] | StiWindowFormEvent | ||
| dialogResult | property |
dialogResult:String [read-only] public function get dialogResult():String| form | property |
| result | property |
result:* [read-only] public function get result():*| StiWindowFormEvent | () | Constructor |
public function StiWindowFormEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, dialogResult:String = None, result:* = null, form:StiWindowForm = null)type:String | |
bubbles:Boolean (default = false) | |
cancelable:Boolean (default = false) | |
dialogResult:String (default = None) | |
result:* (default = null) | |
form:StiWindowForm (default = null) |
| clone | () | method |
override public function clone():EventReturnsEvent |
| FORM_CANCEL_BUTTON_CLICK | Constant |
public static const FORM_CANCEL_BUTTON_CLICK:String = form_cancel_button_click| FORM_CLOSE | Constant |
public static const FORM_CLOSE:String = form_close| FORM_NO_BUTTON_CLICK | Constant |
public static const FORM_NO_BUTTON_CLICK:String = form_no_button_click| FORM_OK_BUTTON_CLICK | Constant |
public static const FORM_OK_BUTTON_CLICK:String = form_ok_button_click| FORM_RETRY_BUTTON_CLICK | Constant |
public static const FORM_RETRY_BUTTON_CLICK:String = form_retry_button_click| FORM_TITLE_CLOSE_BUTTON_CLICK | Constant |
public static const FORM_TITLE_CLOSE_BUTTON_CLICK:String = form_title_close_button_click| FORM_YES_BUTTON_CLICK | Constant |
public static const FORM_YES_BUTTON_CLICK:String = form_yes_button_click