Package com.stimulsoft.report.events
Class StiCheckedChangedEvent
java.lang.Object
com.stimulsoft.report.events.StiEvent
com.stimulsoft.report.events.StiCheckedChangedEvent
- All Implemented Interfaces:
IStiDefault,IStiJsonReportObject,IStiSerializable,IStiSerializableToString,Cloneable
Describes the class for realization of the event CheckedChanged.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new object of the type StiCheckedChangedEvent.StiCheckedChangedEvent(StiComponent parent) Creates a new object of the type StiEvent with specified arguments.StiCheckedChangedEvent(String script) Creates a new object of the type StiCheckedChangedEvent 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
-
StiCheckedChangedEvent
public StiCheckedChangedEvent()Creates a new object of the type StiCheckedChangedEvent. -
StiCheckedChangedEvent
Creates a new object of the type StiCheckedChangedEvent with specified arguments.- Parameters:
script- Script of the event.
-
StiCheckedChangedEvent
Creates a new object of the type StiEvent with specified arguments.- Parameters:
parent- Component which contain this event.
-
-
Method Details