|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.gwtext.client.widgets.grid.event.GridListenerAdapter
public class GridListenerAdapter
| Constructor Summary | |
|---|---|
GridListenerAdapter()
|
|
| Method Summary | |
|---|---|
void |
onBodyScroll(int scrollLeft,
int scrollTop)
Fires when the body element is scrolled. |
void |
onClick(EventObject e)
The raw click event for the entire grid. |
void |
onContextMenu(EventObject e)
The raw contextmenu event for the entire grid. |
void |
onDblClick(EventObject e)
The raw dblclick event for the entire grid. |
void |
onKeyDown(EventObject e)
The raw keydown event for the entire grid.. |
void |
onKeyPress(EventObject e)
The raw keypress event for the entire grid. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GridListenerAdapter()
| Method Detail |
|---|
public void onBodyScroll(int scrollLeft,
int scrollTop)
GridListener
onBodyScroll in interface GridListenerscrollLeft - scroll left valuescrollTop - scroll top valuepublic void onClick(EventObject e)
GridListener
onClick in interface GridListenere - the event objectpublic void onContextMenu(EventObject e)
GridListener
onContextMenu in interface GridListenere - the event objectpublic void onDblClick(EventObject e)
GridListener
onDblClick in interface GridListenere - the event objectpublic void onKeyDown(EventObject e)
GridListener
onKeyDown in interface GridListenere - the event objectpublic void onKeyPress(EventObject e)
GridListener
onKeyPress in interface GridListenere - the event object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||