com.stimulsoft.report.chart.view.expressions
Class StiListOfToolTipsExpression

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

public class StiListOfToolTipsExpression
extends StiExpression

Describes the class that contains the expression for calculation of List of ToolTips.


Field Summary
 
Fields inherited from class com.stimulsoft.report.expressions.StiExpression
ParentComponent
 
Constructor Summary
StiListOfToolTipsExpression()
          Creates a new expression.
StiListOfToolTipsExpression(java.lang.String value)
          Creates a new expression.
 
Method Summary
 boolean getApplyFormat()
           
 StiEvent getDefaultEvent()
          Returns the event for processing of the expession when generation the report script.
 boolean getFullConvert()
          Gets value, indicates that this value is be a string.
 
Methods inherited from class com.stimulsoft.report.expressions.StiExpression
clone, deserialize, deserializeStr, getGenAddEvent, getValue, isDefault, LoadFromJsonObject, SaveToJsonObject, serialize, setValue, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StiListOfToolTipsExpression

public StiListOfToolTipsExpression()
Creates a new expression.


StiListOfToolTipsExpression

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

Parameters:
val - Expression value.
Method Detail

getApplyFormat

public boolean getApplyFormat()
Overrides:
getApplyFormat in class StiExpression

getDefaultEvent

public StiEvent getDefaultEvent()
Returns the event for processing of the expession when generation the report script.

Overrides:
getDefaultEvent in class StiExpression
Returns:
The event for processing of the expession.

getFullConvert

public boolean getFullConvert()
Gets value, indicates that this value is be a string.

Overrides:
getFullConvert in class StiExpression