Class StiNewAutoSeriesEvent

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

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

    • StiNewAutoSeriesEvent

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

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

      public StiNewAutoSeriesEvent(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.
    • getEventType

      public Class getEventType()
      Return the type of the event.
      Overrides:
      getEventType in class StiEvent
      Returns:
      Event type.