|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PivotField
PivotField defines the methods to represent a field within a pivot table.
Nested Class Summary | |
---|---|
static class |
PivotField.Type
Type of pivot field, which indicates whether the field is a column field, row field, or data field. |
Method Summary | |
---|---|
void |
addFieldDataListener(FieldDataListener f)
Adds a field data listener to the pivot field. |
java.lang.String |
getFieldName()
Returns the field name which indicates the name within the data model |
GroupHandler |
getGroupHandler()
Returns the group handler. |
Calculator[] |
getSubtotals()
Returns a set of subtotal calculator in order. |
Calculator |
getSummary()
Returns the summary calculator |
java.lang.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. |
Method Detail |
---|
java.lang.String getTitle()
PivotField.Type getType()
PivotField.Type
java.lang.String getFieldName()
GroupHandler getGroupHandler()
void addFieldDataListener(FieldDataListener f)
void removeFieldDataListener(FieldDataListener f)
Calculator[] getSubtotals()
Calculator getSummary()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |