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