GWT 2.7.0

Uses of Interface
com.google.gwt.user.client.ui.KeyboardListener

Packages that use KeyboardListener
com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. 
 

Uses of KeyboardListener in com.google.gwt.user.client.ui
 

Classes in com.google.gwt.user.client.ui that implement KeyboardListener
 class DecoratedTabBar
           A TabBar that wraps each tab in a 2x3 grid (six box), which allows users to add rounded corners.
 class DelegatingKeyboardListenerCollection
          Deprecated. Use Widget.delegateEvent(com.google.gwt.user.client.ui.Widget, com.google.gwt.event.shared.GwtEvent) instead
 class KeyboardListenerAdapter
          Deprecated. use KeyDownHandler, KeyUpHandler and/or KeyPressHandler instead
 class TabBar
          A horizontal bar of folder-style tabs, most commonly used as part of a TabPanel.
 

Methods in com.google.gwt.user.client.ui with parameters of type KeyboardListener
static ListenerWrapper.WrappedKeyboardListener ListenerWrapper.WrappedKeyboardListener.add(HasAllKeyHandlers source, KeyboardListener listener)
          Deprecated. will be removed in GWT 2.0 along with the listener classes
 void Tree.addKeyboardListener(KeyboardListener listener)
          Deprecated. Use Tree.addKeyDownHandler(com.google.gwt.event.dom.client.KeyDownHandler), Tree.addKeyUpHandler(com.google.gwt.event.dom.client.KeyUpHandler) and Tree.addKeyPressHandler(com.google.gwt.event.dom.client.KeyPressHandler) instead
 void SuggestBox.addKeyboardListener(KeyboardListener listener)
          Deprecated. Use SuggestBox.addKeyDownHandler(com.google.gwt.event.dom.client.KeyDownHandler), SuggestBox.addKeyUpHandler(com.google.gwt.event.dom.client.KeyUpHandler) and SuggestBox.addKeyPressHandler(com.google.gwt.event.dom.client.KeyPressHandler) instead
 void SourcesKeyboardEvents.addKeyboardListener(KeyboardListener listener)
          Deprecated. use addKeyPressHandler/addKeyDownKeyDownHandler/addKeyUpHandler instead
 void FocusWidget.addKeyboardListener(KeyboardListener listener)
          Deprecated. Use FocusWidget.addKeyDownHandler(com.google.gwt.event.dom.client.KeyDownHandler), FocusWidget.addKeyUpHandler(com.google.gwt.event.dom.client.KeyUpHandler) and FocusWidget.addKeyPressHandler(com.google.gwt.event.dom.client.KeyPressHandler) instead
 void FocusPanel.addKeyboardListener(KeyboardListener listener)
          Deprecated. Use FocusPanel.addKeyDownHandler(com.google.gwt.event.dom.client.KeyDownHandler), FocusPanel.addKeyUpHandler(com.google.gwt.event.dom.client.KeyUpHandler) and FocusPanel.addKeyPressHandler(com.google.gwt.event.dom.client.KeyPressHandler) instead
static void ListenerWrapper.WrappedKeyboardListener.remove(Widget eventSource, KeyboardListener listener)
          Deprecated. will be removed in GWT 2.0 along with the listener classes
 void Tree.removeKeyboardListener(KeyboardListener listener)
          Deprecated. Use the HandlerRegistration.removeHandler() method on the object returned by an add*Handler method instead
 void SuggestBox.removeKeyboardListener(KeyboardListener listener)
          Deprecated. Use the HandlerRegistration.removeHandler() method on the object returned by SuggestBox.getTextBox()().add*Handler instead
 void SourcesKeyboardEvents.removeKeyboardListener(KeyboardListener listener)
          Deprecated. Use the HandlerRegistration.removeHandler() method on the object returned by an add*Handler method instead
 void FocusWidget.removeKeyboardListener(KeyboardListener listener)
          Deprecated. Use the HandlerRegistration.removeHandler() method on the object returned by an add*Handler method instead
 void FocusPanel.removeKeyboardListener(KeyboardListener listener)
          Deprecated. Use the HandlerRegistration.removeHandler() method on the object returned by an add*Handler method instead
 


GWT 2.7.0