Class StiListOfToolTipsExpression

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

public class StiListOfToolTipsExpression extends StiExpression
Describes the class that contains the expression for calculation of List of ToolTips.
  • Constructor Details

    • StiListOfToolTipsExpression

      public StiListOfToolTipsExpression()
      Creates a new expression.
    • StiListOfToolTipsExpression

      public StiListOfToolTipsExpression(String value)
      Creates a new expression.
      Parameters:
      val - Expression value.
  • Method Details

    • 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