|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stimulsoft.report.expressions.StiExpression
public class StiExpression
Describes class that contains an expression.
Field Summary | |
---|---|
StiComponent |
ParentComponent
|
Constructor Summary | |
---|---|
StiExpression()
Creates a new expression. |
|
StiExpression(java.lang.String value)
Creates a new expression. |
Method Summary | |
---|---|
java.lang.Object |
clone()
Creates a new object that is a copy of the current instance. |
void |
deserialize(java.lang.String strObject)
Десериализация объекта из строки. |
void |
deserializeStr(java.lang.String value)
|
boolean |
getApplyFormat()
|
StiEvent |
getDefaultEvent()
Returns the event for processing of expression when genertion of the report script. |
boolean |
getFullConvert()
Gets value, indicates that the value is to be a string. |
boolean |
getGenAddEvent()
Gets value, indicates that it is necessary to add methods of getting the expression value to the event handler. |
java.lang.String |
getValue()
Gets or sets value of the expression. |
boolean |
isDefault()
|
void |
LoadFromJsonObject(JSONObject jObject)
|
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode)
|
java.lang.String |
serialize()
Сериализация объекта в строку. |
void |
setValue(java.lang.String value)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public StiComponent ParentComponent
Constructor Detail |
---|
public StiExpression()
public StiExpression(java.lang.String value)
val
- Gets or sets the expression value.Method Detail |
---|
public JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject
in interface IStiJsonReportObject
JSONException
public void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject
in interface IStiJsonReportObject
JSONException
public java.lang.String getValue()
public void setValue(java.lang.String value)
public boolean getFullConvert()
public boolean getApplyFormat()
public boolean getGenAddEvent()
public StiEvent getDefaultEvent()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.Object clone()
clone
in class java.lang.Object
public java.lang.String serialize()
IStiSerializableToString
serialize
in interface IStiSerializableToString
public void deserialize(java.lang.String strObject)
IStiSerializableToString
deserialize
in interface IStiSerializableToString
public void deserializeStr(java.lang.String value)
public boolean isDefault()
isDefault
in interface IStiDefault
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |