Package | Description |
---|---|
com.google.gwt.event.dom.client |
Types related to DOM events.
|
com.google.gwt.user.client.ui |
Widgets, Panels, and other user-interface classes.
|
Modifier and Type | Class and Description |
---|---|
class |
HandlesAllKeyEvents
Receiver used to handle all key events at once.
|
Modifier and Type | Method and Description |
---|---|
static <H extends KeyDownHandler & KeyUpHandler & KeyPressHandler> |
HandlesAllKeyEvents.addHandlers(HasAllKeyHandlers eventSource,
H reciever)
Convenience method used to handle all key events from an event source.
|
Modifier and Type | Method and Description |
---|---|
DomEvent.Type<KeyDownHandler> |
KeyDownEvent.getAssociatedType() |
static DomEvent.Type<KeyDownHandler> |
KeyDownEvent.getType()
Gets the event type associated with key down events.
|
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
HasKeyDownHandlers.addKeyDownHandler(KeyDownHandler handler)
Adds a
KeyDownEvent handler. |
protected void |
KeyDownEvent.dispatch(KeyDownHandler handler) |
Modifier and Type | Class and Description |
---|---|
static class |
ListenerWrapper.WrappedKeyboardListener
Deprecated.
Wrapper for a
KeyboardListener . |
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
Tree.addKeyDownHandler(KeyDownHandler handler) |
HandlerRegistration |
SuggestBox.addKeyDownHandler(KeyDownHandler handler) |
HandlerRegistration |
FocusWidget.addKeyDownHandler(KeyDownHandler handler) |
HandlerRegistration |
FocusPanel.addKeyDownHandler(KeyDownHandler handler) |