net.sf.echobinding.table
Class BoundTableModel
java.lang.Object
net.sf.echobinding.table.BoundTableModel
- All Implemented Interfaces:
- java.io.Serializable, nextapp.echo2.app.table.TableModel
public class BoundTableModel
- extends java.lang.Object
- implements nextapp.echo2.app.table.TableModel
- See Also:
- Serialized Form
|
Constructor Summary |
BoundTableModel(java.lang.Object[] tableHeaderData,
java.lang.Object[][] data)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BoundTableModel
public BoundTableModel(java.lang.Object[] tableHeaderData,
java.lang.Object[][] data)
- Parameters:
tableHeaderData - data -
addTableModelListener
public void addTableModelListener(nextapp.echo2.app.event.TableModelListener arg0)
- Specified by:
addTableModelListener in interface nextapp.echo2.app.table.TableModel
getColumnClass
public java.lang.Class getColumnClass(int col)
- Specified by:
getColumnClass in interface nextapp.echo2.app.table.TableModel
getColumnCount
public int getColumnCount()
- Specified by:
getColumnCount in interface nextapp.echo2.app.table.TableModel
getColumnName
public java.lang.String getColumnName(int col)
- Specified by:
getColumnName in interface nextapp.echo2.app.table.TableModel
getRowCount
public int getRowCount()
- Specified by:
getRowCount in interface nextapp.echo2.app.table.TableModel
getValueAt
public java.lang.Object getValueAt(int col,
int row)
- Specified by:
getValueAt in interface nextapp.echo2.app.table.TableModel
removeTableModelListener
public void removeTableModelListener(nextapp.echo2.app.event.TableModelListener arg0)
- Specified by:
removeTableModelListener in interface nextapp.echo2.app.table.TableModel
Copyright © 2007. All Rights Reserved.