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,Cloneable
Copyright Stimulsoft
-
Field Summary
FieldsFields inherited from class com.stimulsoft.report.expressions.StiExpression
ParentComponent, value -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns 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, setValueMethods inherited from class com.stimulsoft.report.expressions.StiExpression
clone, deserialize, deserializeStr, getApplyFormat, getFullConvert, getGenAddEvent, isDefault, LoadFromJsonObject, SaveToJsonObject, serialize, toString
-
Field Details
-
applyFormat
public boolean applyFormat
-
-
Constructor Details
-
StiPointerExpression
public StiPointerExpression() -
StiPointerExpression
-
StiPointerExpression
-
-
Method Details
-
getDefaultEvent
Description copied from class:StiExpressionReturns the event for processing of expression when genertion of the report script.- Overrides:
getDefaultEventin classStiExpression- Returns:
- Event for expression processing.
-