|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PivotStyleModel
PivotStyleModel visually modifies a component in the row, header or data area of a pivot table. The modification depends on the model's implementation. There are three distinct methods defined, each referring to the three areas of the pivot table (row, column and data areas).
Method Summary | |
---|---|
void |
applyColumnHeaderStyle(Component c,
PivotTable table,
PivotColumnAdapter adapter,
TreePath path,
int level,
int column)
Visually modifies a given component, that appears in the column header of a pivot table. |
void |
applyDataStyle(Component c,
PivotTable table,
PivotRowAdapter[] rowAdapters,
TreePath[] rowPaths,
PivotColumnAdapter[] columnAdapters,
TreePath[] columnPaths,
int row,
int column,
Object value)
Visually modifies a given component, that appears in the data area of a pivot table. |
void |
applyRowHeaderStyle(Component c,
PivotTable table,
PivotRowAdapter adapter,
TreePath path,
int row,
int column)
Visually modifies a given component, that appears in the row header of a pivot table. |
Method Detail |
---|
void applyColumnHeaderStyle(Component c, PivotTable table, PivotColumnAdapter adapter, TreePath path, int level, int column)
c
- the component to modifytable
- the pivot tableadapter
- the column header modelpath
- the path to the displayed value in the modellevel
- the group level that the component appears in the column headercolumn
- the component's columnvoid applyDataStyle(Component c, PivotTable table, PivotRowAdapter[] rowAdapters, TreePath[] rowPaths, PivotColumnAdapter[] columnAdapters, TreePath[] columnPaths, int row, int column, Object value)
c
- the component to modifytable
- the pivot tablerowAdapters
- the row header models from left to right that define the cellrowPaths
- the row paths of the row header models from left to right, that define the cellcolumnAdapters
- the column header models from top to bottom that define the cellcolumnPaths
- the column paths of the column header models from top to bottom, that define the cellrow
- the component's row in the pivot tablecolumn
- the component's column in the pivot tablevalue
- the data valuevoid applyRowHeaderStyle(Component c, PivotTable table, PivotRowAdapter adapter, TreePath path, int row, int column)
c
- the component to modifytable
- the pivot tableadapter
- the row header modelpath
- the path to the displayed value in the modelrow
- the component's row in the pivot tablecolumn
- the component's column in the pivot table
|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |