|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Exports.PivotExportContext
A context object containing information required for exporting to other files
Method Summary | |
---|---|
PivotField[] |
getAllFields()
Returns all fields. |
Exports.PivotExportCell |
getCell(int rowIndex,
int columnIndex)
Retrieve the cell information at given position. |
int |
getColumnCount(boolean withDataField,
boolean withGrandTotal)
Retrieve the column count of the column field area. |
PivotField[] |
getColumnFields()
Returns column fields. |
int |
getColumnOffset()
Retrieve the column count of the row field area, which is also the column span of the row title cell. |
PivotField[] |
getDataFields()
Returns data fields. |
java.lang.Iterable<java.lang.String> |
getRawColumns()
Returns raw fields. |
java.lang.Iterable<? extends java.util.List<?>> |
getRawData()
Returns raw data. |
int |
getRowCount(boolean withDataField,
boolean withGrandTotal)
Retrieve the row count of the row field area. |
PivotField[] |
getRowFields()
Returns row fields. |
int |
getRowOffset()
Retrieve the row count of the column field area, which is also the row span of the row title cell. |
int |
getSheetHeight()
Return sheet height, the total row count. |
int |
getSheetWidth()
Return sheet width, the total column count. |
Exports.PivotExportCell |
getTitleCell(Exports.PivotExportCell.Type type)
Retrieves one of the title cells. |
boolean |
isDataFieldColumnOrient()
Returns data fields. |
Method Detail |
---|
int getColumnOffset()
int getRowOffset()
int getColumnCount(boolean withDataField, boolean withGrandTotal)
withDataField
- whether to concern data field. If true and there
are multiple data fields, the count is multiplied by the number of
data fields.withGrandTotal
- whether to include grand total fields.int getRowCount(boolean withDataField, boolean withGrandTotal)
withDataField
- whether to concern data field. If true and there
are multiple data fields, the count is multiplied by the number of
data fields.withGrandTotal
- whether to include grand total fields.int getSheetWidth()
int getSheetHeight()
Exports.PivotExportCell getCell(int rowIndex, int columnIndex)
Exports.PivotExportCell getTitleCell(Exports.PivotExportCell.Type type)
type
- must be TITLE_DATA, TITLE_COLUMN, or TITLE_ROWjava.lang.Iterable<? extends java.util.List<?>> getRawData()
java.lang.Iterable<java.lang.String> getRawColumns()
PivotField[] getRowFields()
PivotField[] getColumnFields()
PivotField[] getDataFields()
PivotField[] getAllFields()
boolean isDataFieldColumnOrient()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |