com.extjs.gxt.ui.client.util
Class KeyNavListener
java.lang.Object
com.extjs.gxt.ui.client.util.KeyNavListener
- All Implemented Interfaces:
- Listener<ComponentEvent>, java.util.EventListener
public class KeyNavListener
- extends java.lang.Object
- implements Listener<ComponentEvent>
Listener for key navs.
- See Also:
KeyNav
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeyNavListener
public KeyNavListener()
handleEvent
public void handleEvent(ComponentEvent e)
- Description copied from interface:
Listener
- Sent when an event that the listener has registered for occurs.
- Specified by:
handleEvent
in interface Listener<ComponentEvent>
- Parameters:
e
- the event which occurred
onDelete
public void onDelete(ComponentEvent ce)
onDown
public void onDown(ComponentEvent ce)
onEnd
public void onEnd(ComponentEvent ce)
onEnter
public void onEnter(ComponentEvent ce)
onEscape
public void onEscape(ComponentEvent ce)
onHome
public void onHome(ComponentEvent ce)
onKeyPress
public void onKeyPress(ComponentEvent ce)
onLeft
public void onLeft(ComponentEvent ce)
onRight
public void onRight(ComponentEvent ce)
onUp
public void onUp(ComponentEvent ce)
onPageDown
public void onPageDown(ComponentEvent ce)
onPageUp
public void onPageUp(ComponentEvent ce)
onTab
public void onTab(ComponentEvent ce)