public class XSSFPivotField extends Object implements PivotField, Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
XSSFPivotField.XSSFItem |
PivotField.FieldGroup, PivotField.Item, PivotField.SortType, PivotField.Type| Modifier and Type | Method and Description |
|---|---|
boolean |
getDatabaseField() |
boolean |
getDefaultSubtotal() |
PivotField.FieldGroup |
getFieldGroup() |
List<PivotField.Item> |
getItems() |
String |
getName() |
boolean |
getOutline() |
PivotField.SortType |
getSortType() |
Set<Calculation> |
getSubtotals() |
PivotField.Type |
getType() |
void |
setDefaultSubtotal(boolean defaultSubtotal) |
void |
setItems(List<Object> items) |
void |
setName(String name) |
void |
setOutline(boolean outline) |
void |
setSortType(PivotField.SortType type) |
void |
setSubtotals(Set<Calculation> subtotals) |
void |
setType(PivotField.Type type) |
public void setItems(List<Object> items)
setItems in interface PivotFieldpublic List<PivotField.Item> getItems()
getItems in interface PivotFieldpublic PivotField.FieldGroup getFieldGroup()
getFieldGroup in interface PivotFieldpublic void setName(String name)
setName in interface PivotFieldpublic String getName()
getName in interface PivotFieldpublic void setType(PivotField.Type type)
setType in interface PivotFieldpublic PivotField.Type getType()
getType in interface PivotFieldpublic void setDefaultSubtotal(boolean defaultSubtotal)
setDefaultSubtotal in interface PivotFieldpublic boolean getDefaultSubtotal()
getDefaultSubtotal in interface PivotFieldpublic void setSubtotals(Set<Calculation> subtotals)
setSubtotals in interface PivotFieldpublic Set<Calculation> getSubtotals()
getSubtotals in interface PivotFieldpublic void setSortType(PivotField.SortType type)
setSortType in interface PivotFieldpublic PivotField.SortType getSortType()
getSortType in interface PivotFieldpublic boolean getDatabaseField()
getDatabaseField in interface PivotFieldpublic void setOutline(boolean outline)
setOutline in interface PivotFieldpublic boolean getOutline()
getOutline in interface PivotFieldCopyright © 2020. All rights reserved.