| Package | stimulsoft.viewer.events |
| Class | public class StiViewerEvent |
| Inheritance | StiViewerEvent flash.events.Event |
| Property | Defined 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 | ||
| Method | Defined 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 | ||
| Constant | Defined 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 | ||
| component | property |
| data | property |
data:ByteArray [read-only] public function get data():ByteArray| emailOptions | property |
emailOptions:Object [read-only] public function get emailOptions():Object| exportSettings | property |
exportSettings:StiExportSettings [read-only] public function get exportSettings():StiExportSettings| report | property |
| tag | property |
tag:Object [read-only] public function get tag():Object| 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)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) |
| clone | () | method |
override public function clone():EventReturnsEvent |
| COMPONENT_MOUSE_CLICK | Constant |
public static const COMPONENT_MOUSE_CLICK:String = componentMouseClick| DESIGN_CLICK | Constant |
public static const DESIGN_CLICK:String = designClick| END_EXPORT | Constant |
public static const END_EXPORT:String = endExport| EXIT | Constant |
public static const EXIT:String = exit| SEND_EMAIL | Constant |
public static const SEND_EMAIL:String = sendEmail| START_EXPORT | Constant |
public static const START_EXPORT:String = startExport