public interface

SourcesFocusEvents

com.google.gwt.user.client.ui.SourcesFocusEvents
Known Indirect Subclasses

This interface is deprecated.
use HasAllFocusHandlers instead

Class Overview

A widget that implements this interface sources the events defined by the FocusListener interface.

Summary

Public Methods
abstract void addFocusListener(FocusListener listener)
This method is deprecated. use addFocusHandler and addBlurHandler instead.
abstract void removeFocusListener(FocusListener listener)
This method is deprecated. Use the removeHandler() method on the object returned by addFocusHandler(FocusHandler) instead

Public Methods

public abstract void addFocusListener (FocusListener listener)

This method is deprecated.
use addFocusHandler and addBlurHandler instead.

Adds a listener interface to receive focus events.

Parameters
listener the listener interface to add

public abstract void removeFocusListener (FocusListener listener)

This method is deprecated.
Use the removeHandler() method on the object returned by addFocusHandler(FocusHandler) instead

Removes a previously added listener interface.

Parameters
listener the listener interface to remove