JIDE 3.5.15

com.jidesoft.pivot
Class CalculatedHeaderTableModel

java.lang.Object
  extended by javax.swing.table.AbstractTableModel
      extended by com.jidesoft.pivot.HeaderTableModel
          extended by com.jidesoft.pivot.CalculatedHeaderTableModel
All Implemented Interfaces:
ColumnIdentifierTableModel, ContextSensitiveTableModel, SpanModel, StyleModel, PivotConstants, Serializable, TableModel

public class CalculatedHeaderTableModel
extends HeaderTableModel

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.table.AbstractTableModel
listenerList
 
Fields inherited from interface com.jidesoft.pivot.PivotConstants
AREA_COLUMN, AREA_DATA, AREA_FILTER, AREA_NAMES, AREA_NOT_ASSIGNED, AREA_ROW, COMPARE_TO_NEXT, COMPARE_TO_PREVIOUS, HEADER_SELECTION_DATA_TABLE_ONLY, HEADER_SELECTION_HEADER_TABLE_ONLY, RANGE_IN_TOTAL, RUNNING_SUMMARY_DIFFERENCE, RUNNING_SUMMARY_PERCENTAGE_FROM, RUNNING_SUMMARY_PERCENTAGE_OF, RUNNING_SUMMARY_PERCENTAGE_TOTAL, RUNNING_SUMMARY_TOTAL, STATISTICS_CALCULATION_DEFAULT, STATISTICS_CALCULATION_RUNNING, STATISTICS_CALCULATION_RUNNING_IN_COLUMN, STATISTICS_CALCULATION_RUNNING_LEAF, SUBTOTAL_AUTOMATIC, SUBTOTAL_CUSTOM, SUBTOTAL_NONE, SUMMARY_COUNT, SUMMARY_CUSTOM, SUMMARY_MAX, SUMMARY_MEAN, SUMMARY_MIN, SUMMARY_NAMES, SUMMARY_NONE, SUMMARY_RESERVED_MAX, SUMMARY_STDDEV, SUMMARY_SUM, SUMMARY_VAR
 
Constructor Summary
CalculatedHeaderTableModel(IPivotDataModel pivotDataModel, CompoundKey[] rows, boolean rowHeader)
           
 
Method Summary
protected  void setRows(CompoundKey[] rows)
           
 
Methods inherited from class com.jidesoft.pivot.HeaderTableModel
collapse, collapse, collapseAll, collapseAll, createList, expand, expand, expandAll, expandAll, fireTableStructureChanged, getCellClassAt, getCellSpanAt, getCellStyleAt, getColumnCount, getColumnIdentifier, getColumnName, getConverterContextAt, getEditorContextAt, getExpandable, getExpansionState, getFieldAt, getKeyValuesAt, getNumberOfDataFields, getPivotDataModel, getRowCount, getRowValueClass, getSummaryColumn, getSummaryType, getValueAt, getValueAtInString, getValueAtInString, getValueAtInString, getValueAtInString, getValuesAt, indexOf, isCellEditable, isCellSpanOn, isCellStyleOn, isCollapsed, isDataCell, isDataFieldAdded, isExpandable, isExpanded, isGrandTotalRowOrColumn, isRowHeader, isRunningSummaryRowOrColumn, isSubtotalRowOrColumn, refreshAfterUpdateExpandable, setCellSpanOn, setExpansionState, setValueAt, setValueExpanded, shouldOptimize, toggle
 
Methods inherited from class javax.swing.table.AbstractTableModel
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, getColumnClass, getListeners, getTableModelListeners, removeTableModelListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.swing.table.TableModel
addTableModelListener, getColumnClass, removeTableModelListener
 

Constructor Detail

CalculatedHeaderTableModel

public CalculatedHeaderTableModel(IPivotDataModel pivotDataModel,
                                  CompoundKey[] rows,
                                  boolean rowHeader)
Method Detail

setRows

protected void setRows(CompoundKey[] rows)
Overrides:
setRows in class HeaderTableModel

JIDE 3.5.15