@Deprecated public class TableModelWrapper extends Object implements TableModel, org.pentaho.reporting.engine.classic.core.util.CloseableTableModel
| Constructor and Description |
|---|
TableModelWrapper(TableModel tableModel)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addTableModelListener(TableModelListener l)
Deprecated.
|
void |
close()
Deprecated.
|
Class |
getColumnClass(int columnIndex)
Deprecated.
|
int |
getColumnCount()
Deprecated.
|
String |
getColumnName(int columnIndex)
Deprecated.
|
int |
getRowCount()
Deprecated.
|
Object |
getValueAt(int rowIndex,
int columnIndex)
Deprecated.
|
boolean |
isCellEditable(int rowIndex,
int columnIndex)
Deprecated.
|
void |
removeTableModelListener(TableModelListener l)
Deprecated.
|
void |
setValueAt(Object aValue,
int rowIndex,
int columnIndex)
Deprecated.
|
public TableModelWrapper(TableModel tableModel)
public int getColumnCount()
getColumnCount in interface TableModelpublic int getRowCount()
getRowCount in interface TableModelpublic boolean isCellEditable(int rowIndex,
int columnIndex)
isCellEditable in interface TableModelpublic Class getColumnClass(int columnIndex)
getColumnClass in interface TableModelpublic Object getValueAt(int rowIndex, int columnIndex)
getValueAt in interface TableModelpublic void setValueAt(Object aValue, int rowIndex, int columnIndex)
setValueAt in interface TableModelpublic String getColumnName(int columnIndex)
getColumnName in interface TableModelpublic void addTableModelListener(TableModelListener l)
addTableModelListener in interface TableModelpublic void removeTableModelListener(TableModelListener l)
removeTableModelListener in interface TableModelpublic void close()
close in interface org.pentaho.reporting.engine.classic.core.util.CloseableTableModel