| Interface | Description |
|---|---|
| Calculator |
An abstract interface to represent the aggregation calculation in a
PivotModel. |
| GroupHandler |
A group handler groups different objects in a same group.
|
| PivotField |
PivotField defines the methods to represent a field within a pivot table.
|
| PivotHeaderNode |
The representation of a node in row/column header tree.
|
| PivotHeaderTree |
The representation of row and column structure of a Pivottable.
|
| PivotModel |
The data model for Pivottable.
|
| PivotModelExt |
An extension of
PivotModel which specifies control methods, used by
PivotFieldControl. |
| PivotModelExt.SortCtrl |
The optional interface for sorting control.
|
| PivotRenderer |
PivotRenderer defines some methods for
Pivottable to render the
content to the browser. |
| PivotRendererExt |
PivotRendererExt is an extended interface from @link{PivotRenderer}.
|
| Class | Description |
|---|---|
| PivotHeaderContext |
The information context for assisting rendering, representing a
PivotHeaderNode or a subtotal Calculator slot in columns or rows.
|
| Pivottable |
Pivottable component.
|
| Version |
The version of the ZK Pivot Table component set.
|
| Enum | Description |
|---|---|
| PivotField.Type |
Type of pivot field, which indicates whether the field is a column field,
row field, or data field.
|
Major classes of ZK Pivottable.
Copyright © 2023. All rights reserved.