public interface

HasKeyPressHandlers

implements HasHandlers
com.google.gwt.event.dom.client.HasKeyPressHandlers
Known Indirect Subclasses

Class Overview

A widget that implements this interface provides registration for KeyPressHandler instances.

Summary

Public Methods
abstract HandlerRegistration addKeyPressHandler(KeyPressHandler handler)
Adds a KeyPressEvent handler.
[Expand]
Inherited Methods
From interface com.google.gwt.event.shared.HasHandlers

Public Methods

public abstract HandlerRegistration addKeyPressHandler (KeyPressHandler handler)

Adds a KeyPressEvent handler.

Parameters
handler the key press handler
Returns