| Package | Description |
|---|---|
| org.zkoss.pivot.impl |
Implementation of models.
|
| org.zkoss.pivot.impl.calc |
| Modifier and Type | Class and Description |
|---|---|
class |
StandardContextType
The built-in collection of
ContextType. |
| Modifier and Type | Method and Description |
|---|---|
ContextType<?> |
CalculatorContextSignature.getCustomContextType(int index) |
ContextType<?>[] |
CalculatorContextSignature.getCustomContextTypeRequirement() |
| Modifier and Type | Method and Description |
|---|---|
int |
CalculatorContextSignature.getIndexOf(ContextType<?> type)
Return the ordinal of custom ContextType in this signature.
|
| Constructor and 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.
|
| Modifier and Type | Method and Description |
|---|---|
ContextType<C> |
ContextualCalculator.getContextType()
Get the
ContextType. |
Copyright © 2023. All rights reserved.