Package | Description |
---|---|
org.zkoss.pivot |
Major classes of ZK Pivottable.
|
org.zkoss.pivot.event |
Pivottable events.
|
org.zkoss.pivot.impl |
Implementation of models.
|
org.zkoss.pivot.impl.util |
Utilities for model implementations and Pivottable.
|
org.zkoss.pivot.util |
Pivottable related utility classes.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PivotModelExt
An extension of
PivotModel which specifies control methods, used by
PivotFieldControl . |
Modifier and Type | Method and Description |
---|---|
PivotModel |
Pivottable.getModel()
Returns pivot model.
|
Modifier and Type | Method and Description |
---|---|
void |
Pivottable.setModel(PivotModel model)
Sets the pivot model.
|
Modifier and Type | Method and Description |
---|---|
PivotModel |
PivotDataEvent.getPivotModel()
Returns the pivot model which fires the event.
|
Constructor and Description |
---|
PivotDataEvent(PivotModel model)
All row data in the pivot model has changed, listeners should discard any
state that was based on the rows and requery the
PivotModel
to get the new row count and all the appropriate values. |
PivotDataEvent(PivotModel model,
int row)
This row of data has been updated.
|
PivotDataEvent(PivotModel model,
int firstRow,
int lastRow)
The data in rows [firstRow, lastRow] have been updated.
|
PivotDataEvent(PivotModel model,
int firstRow,
int lastRow,
int column)
The cells in column column in the range [firstRow,
lastRow] have been updated.
|
PivotDataEvent(PivotModel model,
int firstRow,
int lastRow,
int column,
int type)
The cells from (firstRow, column) to (lastRow, column) have been changed.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPivotModel
A skeletal implementation for
PivotModel |
class |
TabularPivotModel
An implementation of PivotModel, which takes raw data in the form of a two
dimensional list.
|
Constructor and Description |
---|
DataCellTraverser(PivotModel model,
boolean isColOrient,
int rowSize,
int colSize,
PagingInfo pgInfo,
boolean open) |
HeaderSizeInfo(Pivottable table,
PivotRenderer renderer,
PivotModel model,
boolean isColumnOrient) |
Modifier and Type | Method and Description |
---|---|
static PivotExportContext |
Exports.getExportContext(PivotModel model,
PivotRenderer renderer,
String dataFieldOrient,
boolean open,
String[] titles)
Return a context for exporting Pivottable information
|
static PivotExportContext |
Exports.getExportContext(PivotModel model,
PivotRenderer renderer,
String dataFieldOrient,
boolean open,
String[] titles,
boolean useRendererForDataCells) |
Copyright © 2017. All rights reserved.