com.stimulsoft.report.expressions
Class StiToolTipExpression
java.lang.Object
com.stimulsoft.report.expressions.StiExpression
com.stimulsoft.report.expressions.StiUnifiedExpression
com.stimulsoft.report.expressions.StiToolTipExpression
- All Implemented Interfaces:
- IStiDefault, IStiJsonReportObject, IStiSerializable, IStiSerializableToString, java.lang.Cloneable
public class StiToolTipExpression
- extends StiUnifiedExpression
Describes the class that contains the expression for tool tip calculation.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
StiToolTipExpression
public StiToolTipExpression()
- Creates a new expression.
StiToolTipExpression
public StiToolTipExpression(java.lang.String value)
- Creates a new expression.
- Parameters:
val
- Expression value.
StiToolTipExpression
public StiToolTipExpression(StiComponent parent,
java.lang.String propertyName)
- Creates a new expression.
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.