|
Copyright © 2005 Scientific Applications. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PivotTableModel
PivotTableModel is used to diplay a crosstab in tabular form.
Method Summary | |
---|---|
String[] |
retrievePivotColumns(String pivotColumn)
Retrieves the pivot columns from the underlying data source. |
Methods inherited from interface com.sciapp.table.db.DatabaseTableModel |
---|
readRowCount, retrieveRows |
Methods inherited from interface javax.swing.table.TableModel |
---|
addTableModelListener, getColumnClass, getColumnCount, getColumnName, getRowCount, getValueAt, isCellEditable, removeTableModelListener, setValueAt |
Method Detail |
---|
String[] retrievePivotColumns(String pivotColumn)
pivotColumn
- a column or a column function used as the pivot.
|
Copyright © 2005 Scientific Applications. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |