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
- Since:
- 3.5.0
- Author:
- dennis
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFormulaEvaluationContext(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
Methods inherited from class io.keikai.model.sys.AbstractContext
getLocale, setLocale
-
Constructor Details
-
FormulaEvaluationContext
-
FormulaEvaluationContext
-
FormulaEvaluationContext
-
FormulaEvaluationContext
-
FormulaEvaluationContext
-
-
Method Details
-
getBook
-
getSheet
-
getCell
-
getDependent
-
getFunctionMapper
public org.zkoss.xel.FunctionMapper getFunctionMapper() -
getVariableResolver
public org.zkoss.xel.VariableResolver getVariableResolver() -
getOffset
public int[] getOffset() -
isExternalFormula
public boolean isExternalFormula()
-