Class StiMouseDownEvent

java.lang.Object
com.stimulsoft.report.events.StiEvent
com.stimulsoft.report.events.StiMouseDownEvent
All Implemented Interfaces:
IStiDefault, IStiJsonReportObject, IStiSerializable, IStiSerializableToString, Cloneable

public class StiMouseDownEvent extends StiEvent
Describes the class for realization of the event MouseDown.
  • Constructor Details

    • StiMouseDownEvent

      public StiMouseDownEvent()
      Creates a new object of the type StiMouseDownEvent.
    • StiMouseDownEvent

      public StiMouseDownEvent(String script)
      Creates a new object of the type StiMouseDownEvent with specified arguments.
      Parameters:
      script - Script of the event.
    • StiMouseDownEvent

      public StiMouseDownEvent(StiComponent parent)
      Creates a new object of the type StiEvent with specified arguments.
      Parameters:
      parent - Component which contain this event.
  • Method Details

    • toString

      public String toString()
      Returns the string representation of the event.
      Overrides:
      toString in class Object
    • getParameters

      public StiParameterInfo[] getParameters()
      Returns an array of event parameters.
      Overrides:
      getParameters in class StiEvent
      Returns:
      Array of event parameters.