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,Cloneable
Describes the class that contains the expression for tool tip calculation.
-
Field Summary
Fields inherited from class com.stimulsoft.report.expressions.StiExpression
ParentComponent, value -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new expression.StiToolTipExpression(StiComponent parent, String propertyName) Creates a new expression.StiToolTipExpression(String value) Creates a new expression. -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the event for processing of the expression while script report generation.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, getFullConvert, getGenAddEvent, isDefault, LoadFromJsonObject, SaveToJsonObject, serialize, toString
-
Constructor Details
-
StiToolTipExpression
public StiToolTipExpression()Creates a new expression. -
StiToolTipExpression
Creates a new expression.- Parameters:
val- Expression value.
-
StiToolTipExpression
Creates a new expression.
-
-
Method Details
-
getApplyFormat
public boolean getApplyFormat()- Overrides:
getApplyFormatin classStiExpression
-
getDefaultEvent
Returns the event for processing of the expression while script report generation.- Overrides:
getDefaultEventin classStiExpression- Returns:
- The event to process the expression.
-