Package io.keikai.model.sys.formula
Class FormulaEvaluationContext
- java.lang.Object
-
- io.keikai.model.sys.AbstractContext
-
- io.keikai.model.sys.formula.FormulaEvaluationContext
-
- All Implemented Interfaces:
Serializable
public class FormulaEvaluationContext extends AbstractContext implements Serializable
- Since:
- 3.5.0
- Author:
- dennis
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FormulaEvaluationContext(SBook book, Ref dependent)
FormulaEvaluationContext(SCell cell, Ref dependent)
FormulaEvaluationContext(SSheet sheet, SCell cell, Ref dependent, int[] offset, boolean externFormula)
FormulaEvaluationContext(SSheet sheet, Ref dependent)
FormulaEvaluationContext(SSheet sheet, Ref dependent, int[] offset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SBook
getBook()
SCell
getCell()
Ref
getDependent()
org.zkoss.xel.FunctionMapper
getFunctionMapper()
int[]
getOffset()
SSheet
getSheet()
org.zkoss.xel.VariableResolver
getVariableResolver()
boolean
isExternalFormula()
-
Methods inherited from class io.keikai.model.sys.AbstractContext
getLocale, setLocale
-
-
-
-
Method Detail
-
getBook
public SBook getBook()
-
getSheet
public SSheet getSheet()
-
getCell
public SCell getCell()
-
getDependent
public Ref getDependent()
-
getFunctionMapper
public org.zkoss.xel.FunctionMapper getFunctionMapper()
-
getVariableResolver
public org.zkoss.xel.VariableResolver getVariableResolver()
-
getOffset
public int[] getOffset()
-
isExternalFormula
public boolean isExternalFormula()
-
-