wt.query.report
Class PreviewResultTableModel
java.lang.Object
wt.query.report.WTDefaultTableModel
wt.query.report.PreviewResultTableModel
- All Implemented Interfaces:
- Serializable, TableModel
- public class PreviewResultTableModel
- extends WTDefaultTableModel
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tableModel
private TableModel tableModel
PreviewResultTableModel
public PreviewResultTableModel(TableModel a_tableModel)
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.