Uses of Class
org.zkoss.pivot.Pivottable
-
Packages that use Pivottable 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. -
-
Uses of Pivottable in org.zkoss.pivot
Methods in org.zkoss.pivot with parameters of type Pivottable Modifier and Type Method 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. -
Uses of Pivottable in org.zkoss.pivot.impl
Methods in org.zkoss.pivot.impl with parameters of type Pivottable Modifier and Type Method 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)
-
Uses of Pivottable in org.zkoss.pivot.impl.util
Constructors in org.zkoss.pivot.impl.util with parameters of type Pivottable Constructor 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)
-
Uses of Pivottable in org.zkoss.pivot.util
Methods in org.zkoss.pivot.util with parameters of type Pivottable Modifier and Type Method Description static PivotExportContext
Exports. getExportContext(Pivottable table, boolean open, String[] titles)
Return a context for exporting Pivottable informationstatic 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
-