Interface IObjectTableModel
- All Superinterfaces:
TableModel
- All Known Subinterfaces:
IXTableModel
- All Known Implementing Classes:
HiddenXTableModel, SelectedRowsXTableModel, TableModelBean, XTableModelDecoratorBase
A
TableModel with a object associated to each row- Author:
- Javier Paniza
-
Method Summary
Modifier and TypeMethodDescriptiongetObjectAt(int rowIndex) Return the object associated to indicated row.Methods inherited from interface TableModel
addTableModelListener, getColumnClass, getColumnCount, getColumnName, getRowCount, getValueAt, isCellEditable, removeTableModelListener, setValueAt
-
Method Details
-
getObjectAt
Return the object associated to indicated row.- Throws:
javax.ejb.FinderException
-