Package com.google.gwt.user.client.ui
Class FocusListenerAdapter
java.lang.Object
com.google.gwt.user.client.ui.FocusListenerAdapter
- All Implemented Interfaces:
FocusListener,EventListener
Deprecated.
An adapter to simplify focus event listeners that do not need all events
defined on the FocusListener interface.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.Fired when a widget receives keyboard focus.voidonLostFocus(Widget sender) Deprecated.Fired when a widget loses keyboard focus.
-
Constructor Details
-
FocusListenerAdapter
public FocusListenerAdapter()Deprecated.
-
-
Method Details
-
onFocus
Deprecated.Description copied from interface:FocusListenerFired when a widget receives keyboard focus.- Specified by:
onFocusin interfaceFocusListener- Parameters:
sender- the widget receiving focus.
-
onLostFocus
Deprecated.Description copied from interface:FocusListenerFired when a widget loses keyboard focus.- Specified by:
onLostFocusin interfaceFocusListener- Parameters:
sender- the widget losing focus.
-
FocusHandlerandBlurHandlerinstead