Uses of Interface
fr.inra.refcomp.client.table.TableModelListener

Packages that use TableModelListener
fr.inra.refcomp.client.table   
 

Uses of TableModelListener in fr.inra.refcomp.client.table
 

Classes in fr.inra.refcomp.client.table that implement TableModelListener
 class FlexTableWithModel
          User: couteau Date: 05/01/11
 

Fields in fr.inra.refcomp.client.table with type parameters of type TableModelListener
protected  List<TableModelListener> AbstractGWTTableModel.listenerList
          Storage for the listeners registered with this model.
 

Methods in fr.inra.refcomp.client.table that return TableModelListener
 TableModelListener[] AbstractGWTTableModel.getTableModelListeners()
          Returns an array containing the listeners that have been added to the table model.
 

Methods in fr.inra.refcomp.client.table with parameters of type TableModelListener
 void AbstractGWTTableModel.addTableModelListener(TableModelListener listener)
          Adds a listener to the table model.
 void GWTTableModel.addTableModelListener(TableModelListener listener)
           
 void AbstractGWTTableModel.removeTableModelListener(TableModelListener listener)
          Removes a listener from the table model so that it will no longer receive notification of changes to the table model.
 void GWTTableModel.removeTableModelListener(TableModelListener listener)
           
 



Copyright © 2010-2011 Code Lutin. All Rights Reserved.