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.
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 indexcolumnIndex
- the column index.
- Returns:
- the CellStyle for the row header table cells.