Package | Description |
---|---|
org.zkoss.pivot.impl |
Implementation of models.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCalculator<C extends Context<C>>
The skeleton to implement
ContextualCalculator . |
class |
StandardCalculator
The built-in Calculator set for
TabularPivotModel . |
Modifier and Type | Method and Description |
---|---|
protected ContextualCalculator<?> |
TabularPivotModel.cast(Calculator calc) |
protected ContextualCalculator<?> |
TabularPivotModel.getCalculator(SimplePivotHeaderNode rowNode,
int rowCalIndex,
SimplePivotHeaderNode colNode,
int colCalIndex,
int dataIndex) |
Modifier and Type | Method and Description |
---|---|
void |
TabularPivotModel.addSupportedCalculator(ContextualCalculator<?> cal)
Register a custom
Calculator supported in this model. |
void |
TabularPivotModel.removeSupportedCalculator(ContextualCalculator<?> cal)
Unregister a custom
Calculator supported in this model. |
Copyright © 2017. All rights reserved.