public class XSSFPivotField extends java.lang.Object implements PivotField, java.io.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() |
java.util.List<PivotField.Item> |
getItems() |
java.lang.String |
getName() |
boolean |
getOutline() |
PivotField.SortType |
getSortType() |
java.util.Set<Calculation> |
getSubtotals() |
PivotField.Type |
getType() |
void |
setDefaultSubtotal(boolean defaultSubtotal) |
void |
setItems(java.util.List<java.lang.Object> items) |
void |
setName(java.lang.String name) |
void |
setOutline(boolean outline) |
void |
setSortType(PivotField.SortType type) |
void |
setSubtotals(java.util.Set<Calculation> subtotals) |
void |
setType(PivotField.Type type) |
public void setItems(java.util.List<java.lang.Object> items)
setItems
in interface PivotField
public java.util.List<PivotField.Item> getItems()
getItems
in interface PivotField
public PivotField.FieldGroup getFieldGroup()
getFieldGroup
in interface PivotField
public void setName(java.lang.String name)
setName
in interface PivotField
public java.lang.String getName()
getName
in interface PivotField
public void setType(PivotField.Type type)
setType
in interface PivotField
public PivotField.Type getType()
getType
in interface PivotField
public void setDefaultSubtotal(boolean defaultSubtotal)
setDefaultSubtotal
in interface PivotField
public boolean getDefaultSubtotal()
getDefaultSubtotal
in interface PivotField
public void setSubtotals(java.util.Set<Calculation> subtotals)
setSubtotals
in interface PivotField
public java.util.Set<Calculation> getSubtotals()
getSubtotals
in interface PivotField
public void setSortType(PivotField.SortType type)
setSortType
in interface PivotField
public PivotField.SortType getSortType()
getSortType
in interface PivotField
public boolean getDatabaseField()
getDatabaseField
in interface PivotField
public void setOutline(boolean outline)
setOutline
in interface PivotField
public boolean getOutline()
getOutline
in interface PivotField
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.