Modifier and Type | Class and Description |
---|---|
static class |
Exports.PivotExportCell.Type
The type of PivotExportCell
|
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) |
Exports.PivotExportCell(Number value) |
Exports.PivotExportCell(Number value,
String fieldName) |
Modifier and Type | Method and Description |
---|---|
Calculator |
getCalcuator()
Returns the Calculator.
|
int |
getColumnSpan()
The column span of the cell.
|
String |
getFieldName()
Return the field name.
|
Object |
getKey()
The key of the cell.
|
String |
getLabel()
The label of the cell.
|
int |
getRowSpan()
The row span of the cell.
|
Exports.PivotExportCell.Type |
getType()
The type of cell.
|
Number |
getValue()
The value in the cell.
|
String |
toString() |
public Exports.PivotExportCell(Number value)
public Exports.PivotExportCell(Exports.PivotExportCell.Type type, String label, int[] span)
public Exports.PivotExportCell(Exports.PivotExportCell.Type type, String label, Object key, int[] span, String fieldName)
public Exports.PivotExportCell(Exports.PivotExportCell.Type type, String label, Object key, int[] span, String fieldName, Calculator calculator)
public Exports.PivotExportCell.Type getType()
public Number getValue()
public String getLabel()
public Object getKey()
public int getRowSpan()
public int getColumnSpan()
public String getFieldName()
public Calculator getCalcuator()
Copyright © 2016. All rights reserved.