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() |
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) |
List<PivotField.Item> getItems()
PivotField.FieldGroup getFieldGroup()
void setType(PivotField.Type type)
PivotField.Type getType()
void setName(String name)
String getName()
void setDefaultSubtotal(boolean defaultSubtotal)
boolean getDefaultSubtotal()
void setSubtotals(Set<Calculation> subtotals)
Set<Calculation> getSubtotals()
void setSortType(PivotField.SortType type)
PivotField.SortType getSortType()
boolean getDatabaseField()
void setOutline(boolean outline)
boolean getOutline()
Copyright © 2020. All rights reserved.