public class FormulaEvaluationContext extends AbstractContext implements Serializable
Constructor and Description |
---|
FormulaEvaluationContext(SBook book,
Ref dependent) |
FormulaEvaluationContext(SCell cell,
Ref dependent) |
FormulaEvaluationContext(SSheet sheet,
Ref dependent) |
FormulaEvaluationContext(SSheet sheet,
Ref dependent,
int[] offset) |
FormulaEvaluationContext(SSheet sheet,
SCell cell,
Ref dependent,
int[] offset,
boolean externFormula) |
Modifier and Type | Method and Description |
---|---|
SBook |
getBook() |
SCell |
getCell() |
Ref |
getDependent() |
org.zkoss.xel.FunctionMapper |
getFunctionMapper() |
int[] |
getOffset() |
SSheet |
getSheet() |
org.zkoss.xel.VariableResolver |
getVariableResolver() |
boolean |
isExternalFormula() |
getLocale, setLocale
public SBook getBook()
public SSheet getSheet()
public SCell getCell()
public Ref getDependent()
public org.zkoss.xel.FunctionMapper getFunctionMapper()
public org.zkoss.xel.VariableResolver getVariableResolver()
public int[] getOffset()
public boolean isExternalFormula()
Copyright © 2020. All rights reserved.