wt.query.report
Class PreviewResultTableModel

java.lang.Object
  extended bywt.query.report.WTDefaultTableModel
      extended bywt.query.report.PreviewResultTableModel
All Implemented Interfaces:
Serializable, TableModel

public class PreviewResultTableModel
extends WTDefaultTableModel

See Also:
Serialized Form

Field Summary
private  TableModel tableModel
           
 
Fields inherited from class wt.query.report.WTDefaultTableModel
 
Constructor Summary
PreviewResultTableModel(TableModel a_tableModel)
           
 
Method Summary
 int getColumnCount()
          Always return 0;
 String getColumnName(int columnIndex)
          Always returns an empty String.
 int getRowCount()
          Always returns 0.
 Object getValueAt(int rowIndex, int columnIndex)
          Always returns null.
 
Methods inherited from class wt.query.report.WTDefaultTableModel
addTableModelListener, getColumnClass, isCellEditable, removeTableModelListener, setValueAt
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tableModel

private TableModel tableModel
Constructor Detail

PreviewResultTableModel

public PreviewResultTableModel(TableModel a_tableModel)
Method Detail

getValueAt

public Object getValueAt(int rowIndex,
                         int columnIndex)
Description copied from class: WTDefaultTableModel
Always returns null.

Specified by:
getValueAt in interface TableModel
Overrides:
getValueAt in class WTDefaultTableModel
Parameters:
rowIndex - - Not used.
columnIndex - - Not used.
Returns:
Always returns null.

getRowCount

public int getRowCount()
Description copied from class: WTDefaultTableModel
Always returns 0.

Specified by:
getRowCount in interface TableModel
Overrides:
getRowCount in class WTDefaultTableModel
Returns:
Always returns 0.

getColumnCount

public int getColumnCount()
Description copied from class: WTDefaultTableModel
Always return 0;

Specified by:
getColumnCount in interface TableModel
Overrides:
getColumnCount in class WTDefaultTableModel
Returns:
Always returns 0;

getColumnName

public String getColumnName(int columnIndex)
Description copied from class: WTDefaultTableModel
Always returns an empty String.

Specified by:
getColumnName in interface TableModel
Overrides:
getColumnName in class WTDefaultTableModel
Parameters:
columnIndex - - Not used.
Returns:
Always returns an empty String.