public interface

HasAllFocusHandlers

implements HasBlurHandlers HasFocusHandlers
com.google.gwt.event.dom.client.HasAllFocusHandlers
Known Indirect Subclasses

Class Overview

This is a convenience interface that includes all focus handlers defined by the core GWT system.

WARNING, PLEASE READ: As this interface is intended for developers who wish to handle all focus events in GWT, in the unlikely event that a new focus event is added, this interface will change.

Summary

[Expand]
Inherited Methods
From interface com.google.gwt.event.dom.client.HasBlurHandlers
From interface com.google.gwt.event.dom.client.HasFocusHandlers
From interface com.google.gwt.event.shared.HasHandlers