Class StiProcessChartEvent
java.lang.Object
com.stimulsoft.report.events.StiEvent
com.stimulsoft.report.chart.view.events.StiProcessChartEvent
- All Implemented Interfaces:
IStiDefault,IStiJsonReportObject,IStiSerializable,IStiSerializableToString,Cloneable
Describes the class for realization of the event StiProcessChartEvent.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new object of the type StiPostProcessChartEvent.StiProcessChartEvent(StiComponent parent) Creates a new object of the type StiEvent with specified arguments.StiProcessChartEvent(String script) Creates a new object of the type StiPostProcessChartEvent with specified arguments. -
Method Summary
Modifier and TypeMethodDescriptionReturns an array of event parameters.toString()Returns the string representation of the event.Methods inherited from class com.stimulsoft.report.events.StiEvent
clone, deserialize, getEventType, getPropertyName, getScript, isDefault, isPresent, LoadFromJsonObject, SaveToJsonObject, serialize, set, Set, setScript
-
Constructor Details
-
StiProcessChartEvent
public StiProcessChartEvent()Creates a new object of the type StiPostProcessChartEvent. -
StiProcessChartEvent
Creates a new object of the type StiPostProcessChartEvent with specified arguments.- Parameters:
script- Script of the event.
-
StiProcessChartEvent
Creates a new object of the type StiEvent with specified arguments.- Parameters:
parent- Component which contain this event.
-
-
Method Details
-
getParameters
Returns an array of event parameters.- Overrides:
getParametersin classStiEvent- Returns:
- Array of event parameters.
-
toString
Returns the string representation of the event.
-