|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface GridListener
| 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. |
| Method Detail |
|---|
void onBodyScroll(int scrollLeft,
int scrollTop)
scrollLeft - scroll left valuescrollTop - scroll top valuevoid onClick(EventObject e)
e - the event objectvoid onContextMenu(EventObject e)
e - the event objectvoid onDblClick(EventObject e)
e - the event objectvoid onKeyDown(EventObject e)
e - the event objectvoid onKeyPress(EventObject e)
e - the event object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||