|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.stimulsoft.report.events.StiEvent
public abstract class StiEvent
Describes the base class for realization of the Event.
| Constructor Summary | |
|---|---|
StiEvent()
Creates a new object of the type StiEvent. |
|
StiEvent(StiComponent parent)
Creates a new object of the type StiEvent with specified arguments. |
|
StiEvent(StiComponent parent,
java.lang.String script)
|
|
StiEvent(java.lang.String script)
Creates a new object of the type StiEvent with specified arguments. |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Creates a new object that is a copy of the current instance. |
void |
deserialize(java.lang.String strObject)
Десериализация объекта из строки. |
java.lang.Class |
getEventType()
Return the type of the event. |
StiParameterInfo[] |
getParameters()
Returns an array of event parameters. |
java.lang.String |
getScript()
Gets or sets Script of the event. |
boolean |
isDefault()
|
void |
LoadFromJsonObject(JSONObject jObject)
|
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode)
|
java.lang.String |
serialize()
Сериализация объекта в строку. |
void |
set(StiComponent parent,
java.lang.String value)
|
void |
Set(StiComponent parent,
java.lang.String value)
|
void |
setScript(java.lang.String value)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StiEvent()
public StiEvent(java.lang.String script)
script - Script of the event.public StiEvent(StiComponent parent)
parent - Component which contain this event.
public StiEvent(StiComponent parent,
java.lang.String script)
| Method Detail |
|---|
public JSONObject SaveToJsonObject(StiJsonSaveMode mode)
throws JSONException
SaveToJsonObject in interface IStiJsonReportObjectJSONException
public void LoadFromJsonObject(JSONObject jObject)
throws JSONException
LoadFromJsonObject in interface IStiJsonReportObjectJSONExceptionpublic final java.lang.String getScript()
public final void setScript(java.lang.String value)
public final void set(StiComponent parent,
java.lang.String value)
public void Set(StiComponent parent,
java.lang.String value)
public StiParameterInfo[] getParameters()
public java.lang.Class getEventType()
public final java.lang.Object clone()
clone in class java.lang.Objectpublic java.lang.String serialize()
IStiSerializableToString
serialize in interface IStiSerializableToStringpublic boolean isDefault()
isDefault in interface IStiDefaultpublic void deserialize(java.lang.String strObject)
IStiSerializableToString
deserialize in interface IStiSerializableToString
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||