Packagestimulsoft.report.events
Classpublic class StiEvent
InheritanceStiEvent Inheritance StiObject Inheritance Object
Implements IStiEvent, IStiSerializableToProperty
Subclasses StiAfterPrintEvent, StiBeforePrintEvent, StiBeginRenderEvent, StiClickEvent, StiColumnBeginRenderEvent, StiColumnEndRenderEvent, StiDoubleClickEvent, StiEndRenderEvent, StiExportedEvent, StiExportingEvent, StiGetArgumentEvent, StiGetBarcodeEvent, StiGetBookmarkEvent, StiGetCheckedEvent, StiGetCollapsedEvent, StiGetCutPieListEvent, StiGetDrillDownReportEvent, StiGetExcelSheetEvent, StiGetExcelValueEvent, StiGetHyperlinkEvent, StiGetImageDataEvent, StiGetImageURLEvent, StiGetListOfArgumentsEvent, StiGetListOfHyperlinksEvent, StiGetListOfTagsEvent, StiGetListOfToolTipsEvent, StiGetListOfValuesCloseEvent, StiGetListOfValuesEndEvent, StiGetListOfValuesEvent, StiGetListOfValuesHighEvent, StiGetListOfValuesLowEvent, StiGetListOfValuesOpenEvent, StiGetListOfWeightsEvent, StiGetTagEvent, StiGetTitleEvent, StiGetToolTipEvent, StiGetValueCloseEvent, StiGetValueEndEvent, StiGetValueEvent, StiGetValueHighEvent, StiGetValueLowEvent, StiGetValueOpenEvent, StiGetZipCodeEvent, StiMouseEnterEvent, StiMouseLeaveEvent, StiNewAutoSeriesEvent, StiPrintedEvent, StiPrintingEvent, StiProcessCellEvent, StiProcessChartEvent, StiRenderingEvent



Public Properties
 PropertyDefined By
  script : String
Gets or sets Script of the event.
StiEvent
Protected Properties
 PropertyDefined By
  propertyName : String
[read-only]
StiEvent
Public Methods
 MethodDefined By
  
StiEvent(parent:StiComponent = null, script:String)
StiEvent
  
clone(... args):Object
[override]
StiEvent
  
deserialize(value:String):void
StiEvent
  
equals(object:Object):Boolean
[override]
StiEvent
  
getEventType():Class
Return the type of the event.
StiEvent
 Inherited
Get a short object type name (without library path).
StiObject
 Inherited
getType():Class
StiObject
 Inherited
getTypeName():String
StiObject
 Inherited
isSimple(object:*):Boolean
[static]
StiObject
  
[override]
StiEvent
  
serialize():String
StiEvent
  
setValue(parent:StiComponent, value:String):void
StiEvent
  
toString():String
StiEvent
Property Detail
propertyNameproperty
propertyName:String  [read-only]


Implementation
    protected function get propertyName():String
scriptproperty 
script:String

Gets or sets Script of the event.


Implementation
    public function get script():String
    public function set script(value:String):void
Constructor Detail
StiEvent()Constructor
public function StiEvent(parent:StiComponent = null, script:String)



Parameters
parent:StiComponent (default = null)
 
script:String
Method Detail
clone()method
override public function clone(... args):Object

Parameters

... args

Returns
Object
deserialize()method 
public function deserialize(value:String):void

Parameters

value:String

equals()method 
override public function equals(object:Object):Boolean

Parameters

object:Object

Returns
Boolean
getEventType()method 
public function getEventType():Class

Return the type of the event.

Returns
Class
memberwiseClone()method 
override public function memberwiseClone():Object

Returns
Object
serialize()method 
public function serialize():String

Returns
String
setValue()method 
public function setValue(parent:StiComponent, value:String):void

Parameters

parent:StiComponent
 
value:String

toString()method 
public function toString():String

Returns
String