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<KeyPressHandler> |
KeyPressEvent.getAssociatedType() |
static DomEvent.Type<KeyPressHandler> |
KeyPressEvent.getType()
Gets the event type associated with key press events.
|
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
HasKeyPressHandlers.addKeyPressHandler(KeyPressHandler handler)
Adds a
KeyPressEvent handler. |
protected void |
KeyPressEvent.dispatch(KeyPressHandler handler) |
Modifier and Type | Class and Description |
---|---|
static class |
ListenerWrapper.WrappedKeyboardListener
Deprecated.
Wrapper for a
KeyboardListener . |
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
Tree.addKeyPressHandler(KeyPressHandler handler) |
HandlerRegistration |
SuggestBox.addKeyPressHandler(KeyPressHandler handler) |
HandlerRegistration |
FocusWidget.addKeyPressHandler(KeyPressHandler handler) |
HandlerRegistration |
FocusPanel.addKeyPressHandler(KeyPressHandler handler) |