Package com.stimulsoft.report.events
Class StiColumnBeginRenderEvent
java.lang.Object
com.stimulsoft.report.events.StiEvent
com.stimulsoft.report.events.StiColumnBeginRenderEvent
- All Implemented Interfaces:
IStiDefault,IStiJsonReportObject,IStiSerializable,IStiSerializableToString,Cloneable
Describes the class for realization of the event ColumnBeginRender.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new object of the type StiColumnBeginRenderEvent.Creates a new object of the type StiEvent with specified arguments.StiColumnBeginRenderEvent(String script) Creates a new object of the type StiColumnBeginRenderEvent with specified arguments. -
Method Summary
Methods inherited from class com.stimulsoft.report.events.StiEvent
clone, deserialize, getEventType, getParameters, getPropertyName, getScript, isDefault, isPresent, LoadFromJsonObject, SaveToJsonObject, serialize, set, Set, setScript
-
Constructor Details
-
StiColumnBeginRenderEvent
public StiColumnBeginRenderEvent()Creates a new object of the type StiColumnBeginRenderEvent. -
StiColumnBeginRenderEvent
Creates a new object of the type StiColumnBeginRenderEvent with specified arguments.- Parameters:
script- Script of the event.
-
StiColumnBeginRenderEvent
Creates a new object of the type StiEvent with specified arguments.- Parameters:
parent- Component which contain this event.
-
-
Method Details