Uses of Interface
org.zkoss.pivot.impl.calc.ContextType

Packages that use ContextType
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
 class StandardContextType
          The built-in collection of ContextType.
 

Methods in org.zkoss.pivot.impl that return ContextType
 ContextType<?> CalculatorContextSignature.getCustomContextType(int index)
           
 ContextType<?>[] CalculatorContextSignature.getCustomContextTypeRequirement()
           
 

Methods in org.zkoss.pivot.impl with parameters of type ContextType
 int CalculatorContextSignature.getIndexOf(ContextType<?> type)
          Return the ordinal of custom ContextType in this signature.
 

Constructors in org.zkoss.pivot.impl with parameters of type ContextType
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
 ContextType<C> ContextualCalculator.getContextType()
          Get the ContextType.
 



Copyright © 2012. All Rights Reserved.