com.stimulsoft.report.expressions
Class StiPointerExpression
java.lang.Object
com.stimulsoft.report.expressions.StiExpression
com.stimulsoft.report.expressions.StiUnifiedExpression
com.stimulsoft.report.expressions.StiPointerExpression
- All Implemented Interfaces:
- IStiDefault, IStiJsonReportObject, IStiSerializable, IStiSerializableToString, java.lang.Cloneable
public class StiPointerExpression
- extends StiUnifiedExpression
Copyright Stimulsoft
Method Summary |
StiEvent |
getDefaultEvent()
Returns the event for processing of expression when genertion of the report script. |
Methods inherited from class com.stimulsoft.report.expressions.StiExpression |
clone, deserialize, deserializeStr, getApplyFormat, getFullConvert, getGenAddEvent, isDefault, LoadFromJsonObject, SaveToJsonObject, serialize, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
applyFormat
public boolean applyFormat
StiPointerExpression
public StiPointerExpression()
StiPointerExpression
public StiPointerExpression(java.lang.String val)
StiPointerExpression
public StiPointerExpression(StiComponent parent,
java.lang.String propertyName)
getDefaultEvent
public StiEvent getDefaultEvent()
- Description copied from class:
StiExpression
- Returns the event for processing of expression when genertion of the report script.
- Overrides:
getDefaultEvent
in class StiExpression
- Returns:
- Event for expression processing.