public class StiExpression extends java.lang.Object implements IStiSerializable, IStiSerializableToString, java.lang.Cloneable, IStiDefault, IStiJsonReportObject
| Modifier and Type | Field and Description |
|---|---|
StiComponent |
ParentComponent |
| Constructor and Description |
|---|
StiExpression()
Creates a new expression.
|
StiExpression(java.lang.String value)
Creates a new expression.
|
| Modifier and Type | Method and Description |
|---|---|
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() |
public StiComponent ParentComponent
public StiExpression()
public StiExpression(java.lang.String value)
val - Gets or sets the expression value.public JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject in interface IStiJsonReportObjectJSONExceptionpublic void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject in interface IStiJsonReportObjectJSONExceptionpublic 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.Objectpublic java.lang.Object clone()
clone in class java.lang.Objectpublic java.lang.String serialize()
serialize in interface IStiSerializableToStringpublic void deserialize(java.lang.String strObject)
deserialize in interface IStiSerializableToStringpublic void deserializeStr(java.lang.String value)
public boolean isDefault()
isDefault in interface IStiDefaultCopyright © 2019 Stimulsoft. All Rights Reserved.