java.lang.Object | |||
↳ | com.google.gwt.user.client.BaseListenerWrapper<T> | ||
↳ | com.google.gwt.user.client.ui.ListenerWrapper<T> | ||
↳ | com.google.gwt.user.client.ui.ListenerWrapper.WrappedFocusListener |
Wrapper for a FocusListener
.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This method is deprecated.
will be removed in GWT 2.0 along with the listener classes
| |||||||||||
Called when BlurEvent is fired.
| |||||||||||
Called when FocusEvent is fired.
| |||||||||||
This method is deprecated.
will be removed in GWT 2.0 along with the listener classes
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
This method is deprecated.
will be removed in GWT 2.0 along with the listener classes
Adds the wrapped listener.
eventSource | the event source |
---|---|
listener | the listener |
Called when BlurEvent is fired.
event | the BlurEvent that was fired
|
---|
Called when FocusEvent is fired.
event | the FocusEvent that was fired
|
---|
This method is deprecated.
will be removed in GWT 2.0 along with the listener classes
Removes the wrapped listener.
eventSource | the event source from which to remove the wrapped listener |
---|---|
listener | the listener to remove |