Uses of Interface
org.zkoss.pivot.impl.calc.ContextType
-
Packages that use ContextType Package Description org.zkoss.pivot.impl Implementation of models.org.zkoss.pivot.impl.calc -
-
Uses of ContextType in org.zkoss.pivot.impl
Classes in org.zkoss.pivot.impl that implement ContextType Modifier and Type Class Description classStandardContextTypeThe built-in collection ofContextType.Methods in org.zkoss.pivot.impl that return ContextType Modifier and Type Method Description ContextType<?>CalculatorContextSignature. getCustomContextType(int index)ContextType<?>[]CalculatorContextSignature. getCustomContextTypeRequirement()Methods in org.zkoss.pivot.impl with parameters of type ContextType Modifier and Type Method Description intCalculatorContextSignature. getIndexOf(ContextType<?> type)Return the ordinal of custom ContextType in this signature.Constructors in org.zkoss.pivot.impl with parameters of type ContextType Constructor Description CalculatorContextSignature(TabularPivotModel model, PivotField[] extraDataFields, ContextType<?>[] extraContextTypes)Optionally provide extra data fields and/or extra calculator context types to secure in the requirement set. -
Uses of ContextType in org.zkoss.pivot.impl.calc
Methods in org.zkoss.pivot.impl.calc that return ContextType Modifier and Type Method Description ContextType<C>ContextualCalculator. getContextType()Get theContextType.
-