Style Intelligence v12.0

inetsoft.report
Interface FormulaTable


public interface FormulaTable


Method Summary
 TableLens getBaseTable()
          Get the base table lens.
 String getID()
          Get the id of this element.
 inetsoft.util.script.ScriptEnv getScriptEnv()
          Get the script environment.
 TableLens getScriptTable()
          Get script base table.
 TableLayout getTableLayout()
          Get the table layout of the table.
 inetsoft.uql.util.XSourceInfo getXSourceInfo()
          Get the source attr.
 boolean isReportTable()
          Check is report formula table or not.
 void setTable(TableLens table)
          Set the calc table lens.
 void setTableLayout(TableLayout layout)
          Set the table layout of the table.
 

Method Detail

getTableLayout

TableLayout getTableLayout()
Get the table layout of the table.


setTableLayout

void setTableLayout(TableLayout layout)
Set the table layout of the table.


getBaseTable

TableLens getBaseTable()
Get the base table lens.


setTable

void setTable(TableLens table)
Set the calc table lens.


getXSourceInfo

inetsoft.uql.util.XSourceInfo getXSourceInfo()
Get the source attr.


isReportTable

boolean isReportTable()
Check is report formula table or not.


getID

String getID()
Get the id of this element.


getScriptEnv

inetsoft.util.script.ScriptEnv getScriptEnv()
Get the script environment.

Returns:
the script enrironment.

getScriptTable

TableLens getScriptTable()
Get script base table.


Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.