Class StiExcelSheetExpression

All Implemented Interfaces:
IStiDefault, IStiJsonReportObject, IStiSerializable, IStiSerializableToString, Cloneable

public class StiExcelSheetExpression extends StiUnifiedExpression
Describes the class that contains an expression for calculation of ExcelSheet.
  • Constructor Details

    • StiExcelSheetExpression

      public StiExcelSheetExpression()
      Creates a new expression.
    • StiExcelSheetExpression

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

      public StiExcelSheetExpression(StiComponent parent, String propertyName)
      Creates a new expression.
  • Method Details

    • 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.
    • getFullConvert

      public boolean getFullConvert()
      Gets value, indicates that the value is to be a string.
      Overrides:
      getFullConvert in class StiExpression