| Package | stimulsoft.report.design.events |
| Class | public class StiDesignerEvent |
| Inheritance | StiDesignerEvent flash.events.Event |
| Property | Defined By | ||
|---|---|---|---|
| report : StiReport [read-only] | StiDesignerEvent | ||
| title : String [read-only] | StiDesignerEvent | ||
| Method | Defined By | ||
|---|---|---|---|
StiDesignerEvent(type:String, title:String = null, report:StiReport = null, bubbles:Boolean = false, cancelable:Boolean = false) | StiDesignerEvent | ||
clone():Event [override] | StiDesignerEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| CHANGE_TITLE : String = changeTitle [static] | StiDesignerEvent | ||
| EXIT : String = exit [static] | StiDesignerEvent | ||
| OPEN_REPORT : String = openReport [static] | StiDesignerEvent | ||
| SAVE_REPORT : String = saveReport [static] | StiDesignerEvent | ||
| SAVE_REPORT_AS : String = saveReportAs [static] | StiDesignerEvent | ||
| report | property |
| title | property |
title:String [read-only] public function get title():String| StiDesignerEvent | () | Constructor |
public function StiDesignerEvent(type:String, title:String = null, report:StiReport = null, bubbles:Boolean = false, cancelable:Boolean = false)type:String | |
title:String (default = null) | |
report:StiReport (default = null) | |
bubbles:Boolean (default = false) | |
cancelable:Boolean (default = false) |
| clone | () | method |
override public function clone():EventReturnsEvent |
| CHANGE_TITLE | Constant |
public static const CHANGE_TITLE:String = changeTitle| EXIT | Constant |
public static const EXIT:String = exit| OPEN_REPORT | Constant |
public static const OPEN_REPORT:String = openReport| SAVE_REPORT | Constant |
public static const SAVE_REPORT:String = saveReport| SAVE_REPORT_AS | Constant |
public static const SAVE_REPORT_AS:String = saveReportAs