|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PivotCellStyleProvider
PivotCellStyleProvider is an interface to allow user to customize the CellStyle for the data table, the row header table and the column header table in the pivot table.
Method Summary | |
---|---|
CellStyle |
getColumnHeaderCellStyleAt(HeaderTableModel model,
int rowIndex,
int columnIndex)
Gets the CellStyle for the column header table cells. |
CellStyle |
getDataTableCellStyleAt(DataTableModel model,
HeaderTableModel rowHeaderModel,
HeaderTableModel columnHeaderModel,
int rowIndex,
int columnIndex)
Gets the CellStyle for the data table in the pivot table. |
CellStyle |
getRowHeaderCellStyleAt(HeaderTableModel model,
int rowIndex,
int columnIndex)
Gets the CellStyle for the row header table cells. |
Method Detail |
---|
CellStyle getRowHeaderCellStyleAt(HeaderTableModel model, int rowIndex, int columnIndex)
model
- the HeaderTableModel which is used by the row header table.rowIndex
- the row indexcolumnIndex
- the column index.
CellStyle getColumnHeaderCellStyleAt(HeaderTableModel model, int rowIndex, int columnIndex)
model
- the HeaderTableModel which is used by the column header table.rowIndex
- the row indexcolumnIndex
- the column index.
CellStyle getDataTableCellStyleAt(DataTableModel model, HeaderTableModel rowHeaderModel, HeaderTableModel columnHeaderModel, int rowIndex, int columnIndex)
model
- the DataTableModel which is used by the data table.rowHeaderModel
- the HeaderTableModel which is used by the row header table.columnHeaderModel
- the HeaderTableModel which is used by the column header table.rowIndex
- the row indexcolumnIndex
- the column index.
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |