JIDE 3.5.15

com.jidesoft.pivot
Interface PivotCornerCellStyleProvider

All Superinterfaces:
PivotCellStyleProvider

public interface PivotCornerCellStyleProvider
extends PivotCellStyleProvider

PivotCornerCellStyleProvider extends PivotCellStyleProvider and add getCornerCellStyleAt to provide cell style for corner table which is the table appears on the top-left corner. By default, this table is not used in PivotTablePane.


Method Summary
 CellStyle getCornerCellStyleAt(CornerTableModel model, int rowIndex, int columnIndex)
          Gets the CellStyle for the corner header cells.
 
Methods inherited from interface com.jidesoft.pivot.PivotCellStyleProvider
getColumnHeaderCellStyleAt, getDataTableCellStyleAt, getRowHeaderCellStyleAt
 

Method Detail

getCornerCellStyleAt

CellStyle getCornerCellStyleAt(CornerTableModel model,
                               int rowIndex,
                               int columnIndex)
Gets the CellStyle for the corner header cells.

Parameters:
model - the HeaderTableModel which is used by the row header table.
rowIndex - the row index
columnIndex - the column index.
Returns:
the CellStyle for the row header table cells.

JIDE 3.5.15