Interface IObjectTableModel

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Object getObjectAt​(int rowIndex)
      Return the object associated to indicated row.
      • Methods inherited from interface javax.swing.table.TableModel

        addTableModelListener, getColumnClass, getColumnCount, getColumnName, getRowCount, getValueAt, isCellEditable, removeTableModelListener, setValueAt
    • Method Detail

      • getObjectAt

        java.lang.Object getObjectAt​(int rowIndex)
                              throws javax.ejb.FinderException
        Return the object associated to indicated row.
        Throws:
        javax.ejb.FinderException