|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.zkoss.pivot.util.Exports.PivotExportCell
public static class Exports.PivotExportCell
The cell unit for exporting to sheet-based format.
Nested Class Summary | |
---|---|
static class |
Exports.PivotExportCell.Type
The type of PivotExportCell |
Constructor Summary | |
---|---|
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)
|
|
Exports.PivotExportCell(java.lang.Number value)
|
Method Summary | |
---|---|
int |
getColumnSpan()
The column span of the cell. |
java.lang.Object |
getKey()
The key of the cell. |
java.lang.String |
getLabel()
The label of the cell. |
int |
getRowSpan()
The row span of the cell. |
Exports.PivotExportCell.Type |
getType()
The type of cell. |
java.lang.Number |
getValue()
The value in the cell. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Exports.PivotExportCell(java.lang.Number value)
public Exports.PivotExportCell(Exports.PivotExportCell.Type type, java.lang.String label, int[] span)
public Exports.PivotExportCell(Exports.PivotExportCell.Type type, java.lang.String label, java.lang.Object key, int[] span)
Method Detail |
---|
public Exports.PivotExportCell.Type getType()
public java.lang.Number getValue()
public java.lang.String getLabel()
public java.lang.Object getKey()
public int getRowSpan()
public int getColumnSpan()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |