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 CalculatorContextSignatureTabularPivotModel.CalculatorContextSpace. _baseSigprotected CalculatorContextSignatureTabularPivotModel.CalculatorContextSpace. _srcSigMethods in org.zkoss.pivot.impl that return CalculatorContextSignature Modifier and Type Method Description protected CalculatorContextSignatureTabularPivotModel. 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 booleanCalculatorContextSignature. covers(CalculatorContextSignature signature)Return true if this cover the other signature.protected booleanTabularPivotModel. shallReloadSourceSpace(CalculatorContextSignature current, CalculatorContextSignature required)Override this method to determine whether to reload source space more aggressively than default setting.
-