|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.user.client.ui.FocusListenerAdapter
public abstract class FocusListenerAdapter
An adapter to simplify focus event listeners that do not need all events defined on the FocusListener interface.
Constructor Summary | |
---|---|
FocusListenerAdapter()
|
Method Summary | |
---|---|
void |
onFocus(Widget sender)
Fired when a widget receives keyboard focus. |
void |
onLostFocus(Widget sender)
Fired when a widget loses keyboard focus. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FocusListenerAdapter()
Method Detail |
---|
public void onFocus(Widget sender)
FocusListener
onFocus
in interface FocusListener
sender
- the widget receiving focus.public void onLostFocus(Widget sender)
FocusListener
onLostFocus
in interface FocusListener
sender
- the widget losing focus.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |