public interface

HasKeyUpHandlers

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

Class Overview

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

Summary

Public Methods
abstract HandlerRegistration addKeyUpHandler(KeyUpHandler handler)
Adds a KeyUpEvent handler.
[Expand]
Inherited Methods
From interface com.google.gwt.event.shared.HasHandlers

Public Methods

public abstract HandlerRegistration addKeyUpHandler (KeyUpHandler handler)

Adds a KeyUpEvent handler.

Parameters
handler the key up handler
Returns