com.extjs.gxt.ui.client.event
Class TableListener

java.lang.Object
  extended by com.extjs.gxt.ui.client.event.TableListener
All Implemented Interfaces:
Listener<TableEvent>, java.util.EventListener

Deprecated. see Grid

public class TableListener
extends java.lang.Object
implements Listener<TableEvent>

Event listener for table events.


Constructor Summary
TableListener()
          Deprecated.  
 
Method Summary
 void handleEvent(TableEvent e)
          Deprecated. Sent when an event that the listener has registered for occurs.
 void tableCellClick(TableEvent te)
          Deprecated. Fired after a cell is clicked
 void tableCellDoubleClick(TableEvent te)
          Deprecated. Fires after a cell is double clicked.
 void tableColumnClick(TableEvent te)
          Deprecated. Fired after a column is clicked.
 void tableRowClick(TableEvent te)
          Deprecated. Fired after a row is clicked
 void tableRowDoubleClick(TableEvent te)
          Deprecated. Fires after a row is double clicked.
 void tableSortChange(TableEvent te)
          Deprecated. Fires before the table is sorted.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableListener

public TableListener()
Deprecated. 
Method Detail

handleEvent

public void handleEvent(TableEvent e)
Deprecated. 
Description copied from interface: Listener
Sent when an event that the listener has registered for occurs.

Specified by:
handleEvent in interface Listener<TableEvent>
Parameters:
e - the event which occurred

tableCellClick

public void tableCellClick(TableEvent te)
Deprecated. 
Fired after a cell is clicked

Parameters:
te - the table event

tableCellDoubleClick

public void tableCellDoubleClick(TableEvent te)
Deprecated. 
Fires after a cell is double clicked.

Parameters:
te - the table event

tableColumnClick

public void tableColumnClick(TableEvent te)
Deprecated. 
Fired after a column is clicked.

Parameters:
te - the table event

tableRowClick

public void tableRowClick(TableEvent te)
Deprecated. 
Fired after a row is clicked

Parameters:
te - the table event

tableRowDoubleClick

public void tableRowDoubleClick(TableEvent te)
Deprecated. 
Fires after a row is double clicked.

Parameters:
te - the table event

tableSortChange

public void tableSortChange(TableEvent te)
Deprecated. 
Fires before the table is sorted.

Parameters:
te - the table event