Packagestimulsoft.report.design.events
Classpublic class StiDesignerEvent
InheritanceStiDesignerEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined By
  report : StiReport
[read-only]
StiDesignerEvent
  title : String
[read-only]
StiDesignerEvent
Public Methods
 MethodDefined By
  
StiDesignerEvent(type:String, title:String = null, report:StiReport = null, bubbles:Boolean = false, cancelable:Boolean = false)
StiDesignerEvent
  
clone():Event
[override]
StiDesignerEvent
Public Constants
 ConstantDefined 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
Property Detail
reportproperty
report:StiReport  [read-only]


Implementation
    public function get report():StiReport
titleproperty 
title:String  [read-only]


Implementation
    public function get title():String
Constructor Detail
StiDesignerEvent()Constructor
public function StiDesignerEvent(type:String, title:String = null, report:StiReport = null, bubbles:Boolean = false, cancelable:Boolean = false)



Parameters
type:String
 
title:String (default = null)
 
report:StiReport (default = null)
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Method Detail
clone()method
override public function clone():Event

Returns
Event
Constant Detail
CHANGE_TITLEConstant
public static const CHANGE_TITLE:String = changeTitle

EXITConstant 
public static const EXIT:String = exit

OPEN_REPORTConstant 
public static const OPEN_REPORT:String = openReport

SAVE_REPORTConstant 
public static const SAVE_REPORT:String = saveReport

SAVE_REPORT_ASConstant 
public static const SAVE_REPORT_AS:String = saveReportAs