Uses of Class
org.zkoss.pivot.impl.CalculatorContextSignature
-
Packages that use CalculatorContextSignature Package Description org.zkoss.pivot.impl Implementation of models. -
-
Uses of CalculatorContextSignature in org.zkoss.pivot.impl
Fields in org.zkoss.pivot.impl declared as CalculatorContextSignature Modifier and Type Field Description protected CalculatorContextSignature
TabularPivotModel.CalculatorContextSpace. _baseSig
protected CalculatorContextSignature
TabularPivotModel.CalculatorContextSpace. _srcSig
Methods in org.zkoss.pivot.impl that return CalculatorContextSignature Modifier and Type Method Description protected CalculatorContextSignature
TabularPivotModel. getCalculatorContextSignature()
Override this method to intervene the required signature for preparing source space.Methods in org.zkoss.pivot.impl with parameters of type CalculatorContextSignature Modifier and Type Method Description boolean
CalculatorContextSignature. covers(CalculatorContextSignature signature)
Return true if this cover the other signature.protected boolean
TabularPivotModel. shallReloadSourceSpace(CalculatorContextSignature current, CalculatorContextSignature required)
Override this method to determine whether to reload source space more aggressively than default setting.
-