Packagestimulsoft.controls.visual.events
Classpublic class StiWindowFormEvent
InheritanceStiWindowFormEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined By
  dialogResult : String
[read-only]
StiWindowFormEvent
  form : StiWindowForm
[read-only]
StiWindowFormEvent
  result : *
[read-only]
StiWindowFormEvent
Public Methods
 MethodDefined By
  
StiWindowFormEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, dialogResult:String = None, result:* = null, form:StiWindowForm = null)
StiWindowFormEvent
  
clone():Event
[override]
StiWindowFormEvent
Public Constants
 ConstantDefined 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
Property Detail
dialogResultproperty
dialogResult:String  [read-only]


Implementation
    public function get dialogResult():String
formproperty 
form:StiWindowForm  [read-only]


Implementation
    public function get form():StiWindowForm
resultproperty 
result:*  [read-only]


Implementation
    public function get result():*
Constructor Detail
StiWindowFormEvent()Constructor
public function StiWindowFormEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, dialogResult:String = None, result:* = null, form:StiWindowForm = null)



Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
 
dialogResult:String (default = None)
 
result:* (default = null)
 
form:StiWindowForm (default = null)
Method Detail
clone()method
override public function clone():Event

Returns
Event
Constant Detail
FORM_CANCEL_BUTTON_CLICKConstant
public static const FORM_CANCEL_BUTTON_CLICK:String = form_cancel_button_click

FORM_CLOSEConstant 
public static const FORM_CLOSE:String = form_close

FORM_NO_BUTTON_CLICKConstant 
public static const FORM_NO_BUTTON_CLICK:String = form_no_button_click

FORM_OK_BUTTON_CLICKConstant 
public static const FORM_OK_BUTTON_CLICK:String = form_ok_button_click

FORM_RETRY_BUTTON_CLICKConstant 
public static const FORM_RETRY_BUTTON_CLICK:String = form_retry_button_click

FORM_TITLE_CLOSE_BUTTON_CLICKConstant 
public static const FORM_TITLE_CLOSE_BUTTON_CLICK:String = form_title_close_button_click

FORM_YES_BUTTON_CLICKConstant 
public static const FORM_YES_BUTTON_CLICK:String = form_yes_button_click