Uses of Class
org.zkoss.pivot.util.Exports.PivotExportCell.Type

Packages that use Exports.PivotExportCell.Type
org.zkoss.pivot.util Pivottable related utility classes. 
org.zkoss.pivot.util.poi Pivottable POI related utility classes. 
 

Uses of Exports.PivotExportCell.Type in org.zkoss.pivot.util
 

Methods in org.zkoss.pivot.util that return Exports.PivotExportCell.Type
 Exports.PivotExportCell.Type Exports.PivotExportCell.getType()
          The type of cell.
static Exports.PivotExportCell.Type Exports.PivotExportCell.Type.valueOf(java.lang.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.
 

Methods in org.zkoss.pivot.util with parameters of type Exports.PivotExportCell.Type
 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)
           
 

Constructors in org.zkoss.pivot.util with parameters of type Exports.PivotExportCell.Type
Exports.PivotExportCell(Exports.PivotExportCell.Type type, java.lang.String label, int[] span)
           
Exports.PivotExportCell(Exports.PivotExportCell.Type type, java.lang.String label, java.lang.Object key, int[] span, java.lang.String fieldName)
           
Exports.PivotExportCell(Exports.PivotExportCell.Type type, java.lang.String label, java.lang.Object key, int[] span, java.lang.String fieldName, Calculator calculator)
           
 

Uses of Exports.PivotExportCell.Type in org.zkoss.pivot.util.poi
 

Methods in org.zkoss.pivot.util.poi with parameters of type Exports.PivotExportCell.Type
 void CellStyleConfigurator.config(Exports.PivotExportCell.Type type, org.zkoss.poi.ss.usermodel.Cell cell, StyleFactory styleFactory)
          Configure pivot table's cell.
 



Copyright © 2012. All Rights Reserved.