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 intPivotRenderer. getColumnSize(Pivottable table, PivotHeaderContext columnContext, PivotField field)Returns the column size in pixel.intPivotRenderer. getRowSize(Pivottable table, PivotHeaderContext rowContext, PivotField field)Returns the row size in pixel.StringPivotRenderer. renderCell(Number data, Pivottable table, PivotHeaderContext rowContext, PivotHeaderContext columnContext, PivotField dataField)Renders the content of each cell.StringPivotRendererExt. renderCellSClass(Number data, Pivottable table, PivotHeaderContext rowContext, PivotHeaderContext columnContext, PivotField dataField)Specify a CSS class on the cell.StringPivotRendererExt. renderCellStyle(Number data, Pivottable table, PivotHeaderContext rowContext, PivotHeaderContext columnContext, PivotField dataField)Specify the CSS style on the cell.StringPivotRenderer. renderField(Object data, Pivottable table, PivotField field)Renders the label of a header field in columns and rows.StringPivotRenderer. renderGrandTotalField(Pivottable table, PivotField field)Renders the title of a grand total field.StringPivotRenderer. 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 intSimplePivotRenderer. getColumnSize(Pivottable table, PivotHeaderContext colc, PivotField field)intSimplePivotRenderer. getRowSize(Pivottable table, PivotHeaderContext rowc, PivotField field)StringSimplePivotRenderer. renderCell(Number data, Pivottable table, PivotHeaderContext rowContext, PivotHeaderContext columnContext, PivotField dataField)StringSimplePivotRenderer. renderCellSClass(Number data, Pivottable table, PivotHeaderContext rowContext, PivotHeaderContext columnContext, PivotField dataField)StringSimplePivotRenderer. renderCellStyle(Number data, Pivottable table, PivotHeaderContext rowContext, PivotHeaderContext columnContext, PivotField dataField)StringSimplePivotRenderer. renderField(Object data, Pivottable table, PivotField field)StringSimplePivotRenderer. renderGrandTotalField(Pivottable table, PivotField field)StringSimplePivotRenderer. 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 PivotExportContextExports. getExportContext(Pivottable table, boolean open, String[] titles)Return a context for exporting Pivottable informationstatic PivotExportContextExports. getExportContext(Pivottable table, boolean open, String[] titles, boolean useRendererForDataCells)static PivotExportContextExports. getExportContext(Pivottable table, boolean open, String[] titles, boolean useRendererForDataCells, PivotExportSheetConfig sheetConfig)Return a context for exporting Pivottable information
-