Class StiGetListOfValuesOpenEvent
java.lang.Object
com.stimulsoft.report.events.StiEvent
com.stimulsoft.report.chart.view.events.StiGetListOfValuesOpenEvent
- All Implemented Interfaces:
IStiDefault,IStiJsonReportObject,IStiSerializable,IStiSerializableToString,Cloneable
Describes the class for realization of the event GetListOfValuesOpenEvent.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new object of the type StiGetListOfValuesOpenEvent.Creates a new object of the type StiGetListOfValuesOpenEvent with specified arguments.StiGetListOfValuesOpenEvent(String script) Creates a new object of the type StiGetListOfValuesOpenEvent with specified arguments. -
Method Summary
Modifier and TypeMethodDescriptionReturn the type of the event.Returns an array of event parameters.toString()Returns the string representation of the event.Methods inherited from class com.stimulsoft.report.events.StiEvent
clone, deserialize, getPropertyName, getScript, isDefault, isPresent, LoadFromJsonObject, SaveToJsonObject, serialize, set, Set, setScript
-
Constructor Details
-
StiGetListOfValuesOpenEvent
public StiGetListOfValuesOpenEvent()Creates a new object of the type StiGetListOfValuesOpenEvent. -
StiGetListOfValuesOpenEvent
Creates a new object of the type StiGetListOfValuesOpenEvent with specified arguments.- Parameters:
script- Script of the event.
-
StiGetListOfValuesOpenEvent
Creates a new object of the type StiGetListOfValuesOpenEvent 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.
-
getEventType
Return the type of the event.- Overrides:
getEventTypein classStiEvent- Returns:
- Event type.
-
toString
Returns the string representation of the event.
-