Uses of Interface
com.google.gwt.event.dom.client.KeyPressHandler
Packages that use KeyPressHandler
Package
Description
Types related to DOM events.
Widgets, Panels, and other user-interface classes.
-
Uses of KeyPressHandler in com.google.gwt.event.dom.client
Classes in com.google.gwt.event.dom.client that implement KeyPressHandlerModifier and TypeClassDescriptionclass
Receiver used to handle all key events at once.Methods in com.google.gwt.event.dom.client with type parameters of type KeyPressHandlerModifier and TypeMethodDescriptionstatic <H extends KeyDownHandler & KeyUpHandler & KeyPressHandler>
voidHandlesAllKeyEvents.addHandlers
(HasAllKeyHandlers eventSource, H reciever) Convenience method used to handle all key events from an event source.Methods in com.google.gwt.event.dom.client that return types with arguments of type KeyPressHandlerModifier and TypeMethodDescriptionfinal DomEvent.Type
<KeyPressHandler> KeyPressEvent.getAssociatedType()
static DomEvent.Type
<KeyPressHandler> KeyPressEvent.getType()
Gets the event type associated with key press events.Methods in com.google.gwt.event.dom.client with parameters of type KeyPressHandlerModifier and TypeMethodDescriptionHasKeyPressHandlers.addKeyPressHandler
(KeyPressHandler handler) Adds aKeyPressEvent
handler.protected void
KeyPressEvent.dispatch
(KeyPressHandler handler) -
Uses of KeyPressHandler in com.google.gwt.user.client.ui
Classes in com.google.gwt.user.client.ui that implement KeyPressHandlerMethods in com.google.gwt.user.client.ui with parameters of type KeyPressHandlerModifier and TypeMethodDescriptionFocusPanel.addKeyPressHandler
(KeyPressHandler handler) FocusWidget.addKeyPressHandler
(KeyPressHandler handler) SuggestBox.addKeyPressHandler
(KeyPressHandler handler) Tree.addKeyPressHandler
(KeyPressHandler handler)