Uses of Interface
com.google.gwt.user.client.ui.KeyboardListener
Packages that use KeyboardListener
Package
Description
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 KeyboardListenerModifier and TypeClassDescriptionclassATabBarthat wraps each tab in a 2x3 grid (six box), which allows users to add rounded corners.classDeprecated.classDeprecated.classA horizontal bar of folder-style tabs, most commonly used as part of aTabPanel.Methods in com.google.gwt.user.client.ui with parameters of type KeyboardListenerModifier and TypeMethodDescriptionListenerWrapper.WrappedKeyboardListener.add(HasAllKeyHandlers source, KeyboardListener listener) Deprecated.will be removed in GWT 2.0 along with the listener classesvoidFocusPanel.addKeyboardListener(KeyboardListener listener) voidFocusWidget.addKeyboardListener(KeyboardListener listener) voidSourcesKeyboardEvents.addKeyboardListener(KeyboardListener listener) Deprecated.use addKeyPressHandler/addKeyDownKeyDownHandler/addKeyUpHandler insteadvoidSuggestBox.addKeyboardListener(KeyboardListener listener) voidTree.addKeyboardListener(KeyboardListener listener) static voidListenerWrapper.WrappedKeyboardListener.remove(Widget eventSource, KeyboardListener listener) Deprecated.will be removed in GWT 2.0 along with the listener classesvoidFocusPanel.removeKeyboardListener(KeyboardListener listener) Deprecated.Use theHandlerRegistration.removeHandler()method on the object returned by an add*Handler method insteadvoidFocusWidget.removeKeyboardListener(KeyboardListener listener) Deprecated.Use theHandlerRegistration.removeHandler()method on the object returned by an add*Handler method insteadvoidSourcesKeyboardEvents.removeKeyboardListener(KeyboardListener listener) Deprecated.Use theHandlerRegistration.removeHandler()method on the object returned by an add*Handler method insteadvoidSuggestBox.removeKeyboardListener(KeyboardListener listener) Deprecated.Use theHandlerRegistration.removeHandler()method on the object returned bySuggestBox.getTextBox()().add*Handler insteadvoidTree.removeKeyboardListener(KeyboardListener listener) Deprecated.Use theHandlerRegistration.removeHandler()method on the object returned by an add*Handler method instead
Widget.delegateEvent(com.google.gwt.user.client.ui.Widget, com.google.gwt.event.shared.GwtEvent<?>)instead