Packagestimulsoft.viewer.events
Classpublic class StiViewerEvent
InheritanceStiViewerEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined By
  component : StiComponent
[read-only]
StiViewerEvent
  data : ByteArray
[read-only]
StiViewerEvent
  emailOptions : Object
[read-only]
StiViewerEvent
  exportSettings : StiExportSettings
[read-only]
StiViewerEvent
  report : StiReport
[read-only]
StiViewerEvent
  tag : Object
[read-only]
StiViewerEvent
Public Methods
 MethodDefined By
  
StiViewerEvent(type:String, report:StiReport, exportSettings:StiExportSettings = null, component:StiComponent = null, data:ByteArray = null, tag:Object = null, emailOptions:Object = null, bubbles:Boolean = false, cancelable:Boolean = false)
StiViewerEvent
  
clone():Event
[override]
StiViewerEvent
Public Constants
 ConstantDefined By
  COMPONENT_MOUSE_CLICK : String = componentMouseClick
[static]
StiViewerEvent
  DESIGN_CLICK : String = designClick
[static]
StiViewerEvent
  END_EXPORT : String = endExport
[static]
StiViewerEvent
  EXIT : String = exit
[static]
StiViewerEvent
  SEND_EMAIL : String = sendEmail
[static]
StiViewerEvent
  START_EXPORT : String = startExport
[static]
StiViewerEvent
Property Detail
componentproperty
component:StiComponent  [read-only]


Implementation
    public function get component():StiComponent
dataproperty 
data:ByteArray  [read-only]


Implementation
    public function get data():ByteArray
emailOptionsproperty 
emailOptions:Object  [read-only]


Implementation
    public function get emailOptions():Object
exportSettingsproperty 
exportSettings:StiExportSettings  [read-only]


Implementation
    public function get exportSettings():StiExportSettings
reportproperty 
report:StiReport  [read-only]


Implementation
    public function get report():StiReport
tagproperty 
tag:Object  [read-only]


Implementation
    public function get tag():Object
Constructor Detail
StiViewerEvent()Constructor
public function StiViewerEvent(type:String, report:StiReport, exportSettings:StiExportSettings = null, component:StiComponent = null, data:ByteArray = null, tag:Object = null, emailOptions:Object = null, bubbles:Boolean = false, cancelable:Boolean = false)



Parameters
type:String
 
report:StiReport
 
exportSettings:StiExportSettings (default = null)
 
component:StiComponent (default = null)
 
data:ByteArray (default = null)
 
tag:Object (default = null)
 
emailOptions:Object (default = null)
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Method Detail
clone()method
override public function clone():Event

Returns
Event
Constant Detail
COMPONENT_MOUSE_CLICKConstant
public static const COMPONENT_MOUSE_CLICK:String = componentMouseClick

DESIGN_CLICKConstant 
public static const DESIGN_CLICK:String = designClick

END_EXPORTConstant 
public static const END_EXPORT:String = endExport

EXITConstant 
public static const EXIT:String = exit

SEND_EMAILConstant 
public static const SEND_EMAIL:String = sendEmail

START_EXPORTConstant 
public static const START_EXPORT:String = startExport