com.stimulsoft.report.expressions
Class StiPointerExpression

java.lang.Object
  extended by com.stimulsoft.report.expressions.StiExpression
      extended by com.stimulsoft.report.expressions.StiUnifiedExpression
          extended by com.stimulsoft.report.expressions.StiPointerExpression
All Implemented Interfaces:
IStiDefault, IStiJsonReportObject, IStiSerializable, IStiSerializableToString, java.lang.Cloneable

public class StiPointerExpression
extends StiUnifiedExpression

Copyright Stimulsoft


Field Summary
 boolean applyFormat
           
 
Fields inherited from class com.stimulsoft.report.expressions.StiExpression
ParentComponent
 
Constructor Summary
StiPointerExpression()
           
StiPointerExpression(StiComponent parent, java.lang.String propertyName)
           
StiPointerExpression(java.lang.String val)
           
 
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.StiUnifiedExpression
getValue, set, Set, setSerialization, setValue
 
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
 

Field Detail

applyFormat

public boolean applyFormat
Constructor Detail

StiPointerExpression

public StiPointerExpression()

StiPointerExpression

public StiPointerExpression(java.lang.String val)

StiPointerExpression

public StiPointerExpression(StiComponent parent,
                            java.lang.String propertyName)
Method Detail

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.