Package org.zkoss.pivot
Major classes of ZK Pivottable.
-
Interface Summary Interface Description Calculator An abstract interface to represent the aggregation calculation in aPivotModel
.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 ofPivotModel
which specifies control methods, used byPivotFieldControl
.PivotModelExt.SortCtrl The optional interface for sorting control.PivotRenderer PivotRenderer defines some methods forPivottable
to render the content to the browser.PivotRendererExt PivotRendererExt is an extended interface from @link{PivotRenderer}. -
Class Summary 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 Summary Enum Description PivotField.Type Type of pivot field, which indicates whether the field is a column field, row field, or data field.