Uses of Interface
com.google.gwt.widgetideas.table.client.TableSelectionListener

Packages that use TableSelectionListener
com.google.gwt.widgetideas.table.client   
 

Uses of TableSelectionListener in com.google.gwt.widgetideas.table.client
 

Methods in com.google.gwt.widgetideas.table.client with parameters of type TableSelectionListener
 void SourceTableSelectionEvents.addTableSelectionListener(TableSelectionListener listener)
          Add a TableSelectionListener.
 void SelectionGrid.addTableSelectionListener(TableSelectionListener listener)
          Add a TableSelectionListener.
 void SourceTableSelectionEvents.removeTableSelectionListener(TableSelectionListener listener)
          Remove a TableSelectionListener.
 void SelectionGrid.removeTableSelectionListener(TableSelectionListener listener)
          Remove a TableSelectionListener.