Uses of Class
org.zkoss.pivot.util.PivotExportCell.Type
-
Packages that use PivotExportCell.Type Package Description org.zkoss.pivot.util Pivottable related utility classes.org.zkoss.pivot.util.poi Pivottable POI related utility classes. -
-
Uses of PivotExportCell.Type in org.zkoss.pivot.util
Methods in org.zkoss.pivot.util that return PivotExportCell.Type Modifier and Type Method Description PivotExportCell.Type
PivotExportCell. getType()
The type of cell.static PivotExportCell.Type
PivotExportCell.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static PivotExportCell.Type[]
PivotExportCell.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.zkoss.pivot.util with parameters of type PivotExportCell.Type Modifier and Type Method Description PivotExportCell
PivotExportContext. getTitleCell(PivotExportCell.Type type)
Retrieves one of the title cells.static boolean
PivotExportCell.Type. isTitle(PivotExportCell.Type type)
Constructors in org.zkoss.pivot.util with parameters of type PivotExportCell.Type Constructor Description PivotExportCell(PivotExportCell.Type type, String label, int[] span)
PivotExportCell(PivotExportCell.Type type, String label, Object key, int[] span, String fieldName)
PivotExportCell(PivotExportCell.Type type, String label, Object key, int[] span, String fieldName, Calculator calculator)
-
Uses of PivotExportCell.Type in org.zkoss.pivot.util.poi
Methods in org.zkoss.pivot.util.poi with parameters of type PivotExportCell.Type Modifier and Type Method Description void
CellStyleConfigurator. config(PivotExportCell.Type type, org.zkoss.poi.ss.usermodel.Cell cell, StyleFactory styleFactory)
Configure pivot table's cell.
-