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