com.extjs.gxt.ui.client.util
Class KeyNavListener

java.lang.Object
  extended by 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

Constructor Summary
KeyNavListener()
           
 
Method Summary
 void handleEvent(ComponentEvent e)
          Sent when an event that the listener has registered for occurs.
 void onDelete(ComponentEvent ce)
           
 void onDown(ComponentEvent ce)
           
 void onEnd(ComponentEvent ce)
           
 void onEnter(ComponentEvent ce)
           
 void onEscape(ComponentEvent ce)
           
 void onHome(ComponentEvent ce)
           
 void onKeyPress(ComponentEvent ce)
           
 void onLeft(ComponentEvent ce)
           
 void onPageDown(ComponentEvent ce)
           
 void onPageUp(ComponentEvent ce)
           
 void onRight(ComponentEvent ce)
           
 void onTab(ComponentEvent ce)
           
 void onUp(ComponentEvent ce)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyNavListener

public KeyNavListener()
Method Detail

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)