Package | Description |
---|---|
org.zkoss.pivot |
Major classes of ZK Pivottable.
|
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 | Method and Description |
---|---|
int |
PivotRenderer.getColumnSize(Pivottable table,
PivotHeaderContext columnContext,
PivotField field)
Returns the column size in pixel.
|
int |
PivotRenderer.getRowSize(Pivottable table,
PivotHeaderContext rowContext,
PivotField field)
Returns the row size in pixel.
|
String |
PivotRenderer.renderCell(Number data,
Pivottable table,
PivotHeaderContext rowContext,
PivotHeaderContext columnContext,
PivotField dataField)
Renders the content of each cell.
|
String |
PivotRendererExt.renderCellSClass(Number data,
Pivottable table,
PivotHeaderContext rowContext,
PivotHeaderContext columnContext,
PivotField dataField)
Specify a CSS class on the cell.
|
String |
PivotRendererExt.renderCellStyle(Number data,
Pivottable table,
PivotHeaderContext rowContext,
PivotHeaderContext columnContext,
PivotField dataField)
Specify the CSS style on the cell.
|
String |
PivotRenderer.renderField(Object data,
Pivottable table,
PivotField field)
Renders the label of a header field in columns and rows.
|
String |
PivotRenderer.renderGrandTotalField(Pivottable table,
PivotField field)
Renders the title of a grand total field.
|
String |
PivotRenderer.renderSubtotalField(Object data,
Pivottable table,
PivotField field,
Calculator calculator)
Renders the label of a subtotal field.
|
Modifier and Type | Method and Description |
---|---|
int |
SimplePivotRenderer.getColumnSize(Pivottable table,
PivotHeaderContext colc,
PivotField field) |
int |
SimplePivotRenderer.getRowSize(Pivottable table,
PivotHeaderContext rowc,
PivotField field) |
String |
SimplePivotRenderer.renderCell(Number data,
Pivottable table,
PivotHeaderContext rowContext,
PivotHeaderContext columnContext,
PivotField dataField) |
String |
SimplePivotRenderer.renderCellSClass(Number data,
Pivottable table,
PivotHeaderContext rowContext,
PivotHeaderContext columnContext,
PivotField dataField) |
String |
SimplePivotRenderer.renderCellStyle(Number data,
Pivottable table,
PivotHeaderContext rowContext,
PivotHeaderContext columnContext,
PivotField dataField) |
String |
SimplePivotRenderer.renderField(Object data,
Pivottable table,
PivotField field) |
String |
SimplePivotRenderer.renderGrandTotalField(Pivottable table,
PivotField field) |
String |
SimplePivotRenderer.renderSubtotalField(Object data,
Pivottable table,
PivotField field,
Calculator calculator) |
Constructor and Description |
---|
CellLabelFiller(Pivottable table,
PivotRenderer renderer,
DataCellTraverser trav) |
CellStyleFiller(Pivottable table,
PivotRendererExt renderer,
DataCellTraverser trav) |
ExportDataCellFiller(DataCellTraverser trav,
PivotRenderer renderer,
Pivottable table,
boolean useRendererForDataCells) |
ExportHeaderCellFiller(Pivottable table,
PivotRenderer renderer,
boolean isColumn,
int dataFieldSize) |
HeaderLabelFiller(Pivottable table,
PivotRenderer renderer) |
HeaderSizeInfo(Pivottable table,
PivotRenderer renderer,
PivotModel model,
boolean isColumnOrient) |
Modifier and Type | Method and Description |
---|---|
static PivotExportContext |
Exports.getExportContext(Pivottable table,
boolean open,
String[] titles)
Return a context for exporting Pivottable information
|
static PivotExportContext |
Exports.getExportContext(Pivottable table,
boolean open,
String[] titles,
boolean useRendererForDataCells) |
static PivotExportContext |
Exports.getExportContext(Pivottable table,
boolean open,
String[] titles,
boolean useRendererForDataCells,
PivotExportSheetConfig sheetConfig)
Return a context for exporting Pivottable information
|
Copyright © 2017. All rights reserved.