All Classes Interface Summary Class Summary Enum Summary Exception Summary
Class |
Description |
AbstractCalculator<C extends Context<C>> |
|
AbstractFiller |
A partial implementation of Filler
|
AbstractPivotModel |
|
AverageSummarizer |
|
Calculations |
A utility class for the pivot package.
|
Calculator |
An abstract interface to represent the aggregation calculation in a
PivotModel .
|
CalculatorContextSignature |
An immutable object that express the requirement of the bottom level cache
of TabularPivotModel.
|
CellLabelFiller |
The filler implementation for data cell content.
|
CellStyleConfigurator |
The configuration interface for managing POI cell style
|
CellStyleFiller |
|
Context<C extends Context<C>> |
The context to hold intermediate result of an aggregation.
|
ContextFactory<C extends Context<C>> |
The factory interface of Context creation.
|
ContextType<C extends Context<C>> |
Hold information of the type of Context .
|
ContextualCalculator<C extends Context<C>> |
|
CountNumberSummarizer |
|
CountSummarizer |
|
DataCellTraverser |
|
DataCellTraverser.CellFiller |
|
ExcelUnreadableException |
Signals that Excel would report an unreadable content error when opening the exported xlsx file.
|
ExportDataCellFiller |
|
ExportHeaderCellFiller |
Filler for header node information, used by exporting utilities.
|
Exports |
Utility class for PivotTable Exporter
|
FieldDataEvent |
A data event is used to notify listeners that a pivot field has changed.
|
FieldDataListener |
FieldDataListener defines the interface for an object that listens to changes
in a @{link PivotField}
|
GroupHandler |
A group handler groups different objects in a same group.
|
HeaderKeyFiller |
Filler for header keys.
|
HeaderLabelFiller |
Filler for header labels.
|
HeaderMergeFiller |
Filler for header colspan/rowspan information
|
HeaderSizeFiller |
Filler for header sizes.
|
HeaderSizeInfo |
A context for HeaderSizeFiller
|
HeaderTraverser |
An engine that traverses through a PivotHeaderTree and calls Fillers.
|
HeaderTraverser.Filler |
The interface called by HeaderTraverser.
|
IndexLinkedList<K,T> |
An extended LinkedList which supports finding element by an indexed key.
|
IndexMap<T> |
A map with fly-weight values to save space when the values are expected to
repeat.
|
MaxSummarizer |
|
MinMaxContext |
The context that keeps track of the MAX and MIN value of the items.
|
MinSummarizer |
|
Numbers |
Utilities of arithmetic operations.
|
Numbers.MixedTypedNumber |
|
PagingInfo |
An abstraction that represents paging concept.
|
PivotColumnResizeEvent |
|
PivotDataEvent |
A data event is used to notify listeners that a pivot model has changed.
|
PivotDataListener |
PivotDataListener defines the methods for an object that listens to changes
in a @{link PivotModel}
|
PivotExportCell |
The cell unit for exporting to sheet-based format.
|
PivotExportCell.Type |
The type of PivotExportCell
|
PivotExportContext |
A context object containing information required for exporting to other files
|
PivotExportSheetConfig |
export configuration object containing Sheet name/order/hidden information
|
PivotExportSheetConfig.SheetOrder |
|
PivotField |
PivotField defines the methods to represent a field within a pivot table.
|
PivotField.Type |
Type of pivot field, which indicates whether the field is a column field,
row field, or data field.
|
PivotFieldControl |
A composite component which provides a built-in drag-n-drop based UI control
for adding/removing pivot fields.
|
PivotFieldControlChangeEvent |
|
PivotHeaderContext |
The information context for assisting rendering, representing a
PivotHeaderNode or a subtotal Calculator slot in columns or rows.
|
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 |
|
PivotModelExt.SortCtrl |
The optional interface for sorting control.
|
PivotModels |
Utility class for PivotModel
|
PivotModels.Filter<T> |
The filter interface
|
PivotRenderer |
PivotRenderer defines some methods for Pivottable to render the
content to the browser.
|
PivotRendererExt |
PivotRendererExt is an extended interface from @link{PivotRenderer}.
|
PivotRowResizeEvent |
|
Pivottable |
Pivottable component.
|
PivotUIEvent |
UI Event on a Pivottable, including onPivotPopup, onPivotContext,
onPivotToolTip, onPivotNodeOpen .
|
ProductContext |
|
ProductSummarizer |
|
SimplePivotField |
A simple pivot field implementation.
|
SimplePivotHeaderNode |
A simple implementation of PivotHeaderNode
|
SimplePivotHeaderTree |
A simple implementation of PivotHeaderTree
|
SimplePivotRenderer |
A basic implementation of PivotRenderer.
|
StandardCalculator |
|
StandardContextType |
|
StandardDeviationPSummarizer |
|
StandardDeviationSummarizer |
|
StyleFactory |
|
StyleFactory.FontProperty |
|
SubtotalSelectionController |
The controller that handles subtotal selection in the modal window, used in
PivotFieldControl .
|
SumCountContext |
The most commonly used context including SUM, COUNT and COUNT_NUMBER aggregation.
|
Summarizer<C extends Context<C>> |
The interface for summarization from a Context , only used in
StandardCalculator , for the convenience of
polymorphism over its enum construction.
|
SumOrCountSummarizer |
|
SumSummarizer |
|
TabularPivotField |
|
TabularPivotModel |
An implementation of PivotModel, which takes raw data in the form of a two
dimensional list.
|
TabularPivotModel.CalculatorContextSpace |
|
TabularPivotModel.RawDataRunner |
|
Texts |
String related utility.
|
Trees |
Utility class for PivotHeaderTree
|
Trees.NodeRunner |
|
Trees.TreeTravCtx |
|
VarianceContext |
The context for calculating variance and standard deviation.
|
VariancePSummarizer |
|
VarianceSummarizer |
|
Version |
The version of the ZK Pivot Table component set.
|