com.stimulsoft.report.expressions
Class StiTagExpression

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

public class StiTagExpression
extends StiUnifiedExpression

Describes the class that contains an expression for tag calculation.


Field Summary
 
Fields inherited from class com.stimulsoft.report.expressions.StiExpression
ParentComponent
 
Constructor Summary
StiTagExpression()
          Creates a new expression.
StiTagExpression(StiComponent parent, java.lang.String propertyName)
          Creates a new expression.
StiTagExpression(java.lang.String value)
          Creates a new expression.
 
Method Summary
 boolean getApplyFormat()
           
 StiEvent getDefaultEvent()
          Returns the event for processing of the expression while script report generation.
 
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, getFullConvert, getGenAddEvent, isDefault, LoadFromJsonObject, SaveToJsonObject, serialize, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StiTagExpression

public StiTagExpression()
Creates a new expression.


StiTagExpression

public StiTagExpression(java.lang.String value)
Creates a new expression.

Parameters:
val - Expression value.

StiTagExpression

public StiTagExpression(StiComponent parent,
                        java.lang.String propertyName)
Creates a new expression.

Method Detail

getApplyFormat

public boolean getApplyFormat()
Overrides:
getApplyFormat in class StiExpression

getDefaultEvent

public StiEvent getDefaultEvent()
Returns the event for processing of the expression while script report generation.

Overrides:
getDefaultEvent in class StiExpression
Returns:
The event to process the expression.