public interface PivotField
Modifier and Type | Interface and Description |
---|---|
static class |
PivotField.Type
Type of pivot field, which indicates whether the field is a column field,
row field, or data field.
|
Modifier and Type | Method and Description |
---|---|
void |
addFieldDataListener(FieldDataListener f)
Adds a field data listener to the pivot field.
|
String |
getFieldName()
Returns the field name which indicates the name within the data model
|
GroupHandler |
getGroupHandler()
Returns the group handler.
|
Calculator |
getSubtotal(int index)
Returns the ith subtotal calculator on the field.
|
Calculator[] |
getSubtotals()
Returns a set of subtotal calculator in order.
|
Calculator |
getSummary()
Returns the summary calculator
|
String |
getTitle()
Returns the title of the field.
|
PivotField.Type |
getType()
Returns the area type.
|
void |
removeFieldDataListener(FieldDataListener f)
Removes the specified field data listener from the pivot field.
|
String getTitle()
PivotField.Type getType()
PivotField.Type
String getFieldName()
GroupHandler getGroupHandler()
void addFieldDataListener(FieldDataListener f)
void removeFieldDataListener(FieldDataListener f)
Calculator[] getSubtotals()
Calculator getSubtotal(int index)
Calculator getSummary()
Copyright © 2017. All rights reserved.