Uses of Class
org.zkoss.pivot.util.PivotExportSheetConfig
-
Packages that use PivotExportSheetConfig Package Description org.zkoss.pivot.util Pivottable related utility classes. -
-
Uses of PivotExportSheetConfig in org.zkoss.pivot.util
Fields in org.zkoss.pivot.util declared as PivotExportSheetConfig Modifier and Type Field Description static PivotExportSheetConfig
PivotExportSheetConfig. DEFAULT_SHEET_CONFIG
Methods in org.zkoss.pivot.util that return PivotExportSheetConfig Modifier and Type Method Description PivotExportSheetConfig
PivotExportContext. getSheetConfig()
Methods in org.zkoss.pivot.util with parameters of type PivotExportSheetConfig Modifier and Type Method Description static PivotExportContext
Exports. getExportContext(Pivottable table, boolean open, String[] titles, boolean useRendererForDataCells, PivotExportSheetConfig sheetConfig)
Return a context for exporting Pivottable information
-