public class PivotExportCell extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PivotExportCell.Type
The type of PivotExportCell
|
Constructor and Description |
---|
PivotExportCell(Number value) |
PivotExportCell(Number value,
String fieldName) |
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) |
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.
|
PivotExportCell.Type |
getType()
The type of cell.
|
Number |
getValue()
The value in the cell.
|
String |
toString() |
public PivotExportCell(Number value)
public PivotExportCell(PivotExportCell.Type type, String label, int[] span)
public PivotExportCell(PivotExportCell.Type type, String label, Object key, int[] span, String fieldName)
public PivotExportCell(PivotExportCell.Type type, String label, Object key, int[] span, String fieldName, Calculator calculator)
public 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 © 2017. All rights reserved.