Package com.stimulsoft.report.events
Class StiMouseMoveEvent
java.lang.Object
com.stimulsoft.report.events.StiEvent
com.stimulsoft.report.events.StiMouseMoveEvent
- All Implemented Interfaces:
IStiDefault,IStiJsonReportObject,IStiSerializable,IStiSerializableToString,Cloneable
Describes the class for realization of the event MouseMove.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new object of the type StiMouseMoveEvent.StiMouseMoveEvent(StiComponent parent) Creates a new object of the type StiEvent with specified arguments.StiMouseMoveEvent(String script) Creates a new object of the type StiMouseMoveEvent 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
-
StiMouseMoveEvent
public StiMouseMoveEvent()Creates a new object of the type StiMouseMoveEvent. -
StiMouseMoveEvent
Creates a new object of the type StiMouseMoveEvent with specified arguments.- Parameters:
script- Script of the event.
-
StiMouseMoveEvent
Creates a new object of the type StiEvent with specified arguments.- Parameters:
parent- Component which contain this event.
-
-
Method Details
-
toString
Returns the string representation of the event. -
getParameters
Returns an array of event parameters.- Overrides:
getParametersin classStiEvent- Returns:
- Array of event parameters.
-