Uses of Class
org.zkoss.pivot.util.PivotExportCell
-
Packages that use PivotExportCell Package Description org.zkoss.pivot.impl.util Utilities for model implementations and Pivottable.org.zkoss.pivot.util Pivottable related utility classes. -
-
Uses of PivotExportCell in org.zkoss.pivot.impl.util
Methods in org.zkoss.pivot.impl.util that return PivotExportCell Modifier and Type Method Description PivotExportCell[][]
ExportDataCellFiller. getCells()
PivotExportCell[][]
ExportHeaderCellFiller. getExportCells()
-
Uses of PivotExportCell in org.zkoss.pivot.util
Methods in org.zkoss.pivot.util that return PivotExportCell Modifier and Type Method Description PivotExportCell
PivotExportContext. getCell(int rowIndex, int columnIndex)
Retrieve the cell information at given position.PivotExportCell
PivotExportContext. getTitleCell(PivotExportCell.Type type)
Retrieves one of the title cells.
-