com.stimulsoft.report.events
Class StiAfterSelectEvent

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

public class StiAfterSelectEvent
extends StiEvent

Describes the class for realization of the event AfterSelect.


Constructor Summary
StiAfterSelectEvent()
          Creates a new object of the type StiAfterSelectEvent.
StiAfterSelectEvent(StiComponent parent)
          Creates a new object of the type StiEvent with specified arguments.
StiAfterSelectEvent(java.lang.String script)
          Creates a new object of the type StiAfterSelectEvent with specified arguments.
 
Method Summary
 java.lang.Class getEventType()
          Return the type of the event.
 StiParameterInfo[] getParameters()
          Returns an array of event parameters.
 java.lang.String toString()
          Returns the string representation of the event.
 
Methods inherited from class com.stimulsoft.report.events.StiEvent
clone, deserialize, getScript, isDefault, LoadFromJsonObject, SaveToJsonObject, serialize, set, Set, setScript
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StiAfterSelectEvent

public StiAfterSelectEvent()
Creates a new object of the type StiAfterSelectEvent.


StiAfterSelectEvent

public StiAfterSelectEvent(java.lang.String script)
Creates a new object of the type StiAfterSelectEvent with specified arguments.

Parameters:
script - Script of the event.

StiAfterSelectEvent

public StiAfterSelectEvent(StiComponent parent)
Creates a new object of the type StiEvent with specified arguments.

Parameters:
parent - Component which contain this event.
Method Detail

getParameters

public StiParameterInfo[] getParameters()
Returns an array of event parameters.

Overrides:
getParameters in class StiEvent
Returns:
Array of event parameters.

getEventType

public java.lang.Class getEventType()
Return the type of the event.

Overrides:
getEventType in class StiEvent
Returns:
Event type.

toString

public java.lang.String toString()
Returns the string representation of the event.

Overrides:
toString in class java.lang.Object