|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.extjs.gxt.ui.client.event.TableListener
Grid
public class TableListener
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 |
|---|
public TableListener()
| Method Detail |
|---|
public void handleEvent(TableEvent e)
Listener
handleEvent in interface Listener<TableEvent>e - the event which occurredpublic void tableCellClick(TableEvent te)
te - the table eventpublic void tableCellDoubleClick(TableEvent te)
te - the table eventpublic void tableColumnClick(TableEvent te)
te - the table eventpublic void tableRowClick(TableEvent te)
te - the table eventpublic void tableRowDoubleClick(TableEvent te)
te - the table eventpublic void tableSortChange(TableEvent te)
te - the table event
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||