Uses of Class
org.zkoss.pivot.impl.TabularPivotModel
-
Packages that use TabularPivotModel Package Description org.zkoss.pivot.impl Implementation of models. -
-
Uses of TabularPivotModel in org.zkoss.pivot.impl
Fields in org.zkoss.pivot.impl declared as TabularPivotModel Modifier and Type Field Description protected TabularPivotModel
TabularPivotModel.CalculatorContextSpace. _model
Constructors in org.zkoss.pivot.impl with parameters of type TabularPivotModel Constructor Description CalculatorContextSignature(TabularPivotModel model)
The default constructor, which determines the row/column fields, the data fields and the calculator context types required to build up the model cache.CalculatorContextSignature(TabularPivotModel model, PivotField[] extraDataFields, ContextType<?>[] extraContextTypes)
Optionally provide extra data fields and/or extra calculator context types to secure in the requirement set.CalculatorContextSpace(TabularPivotModel model)
-