|
GWT 2.3.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.user.client.BaseListenerWrapper<T>
com.google.gwt.user.client.ui.ListenerWrapper<T>
T
- listener type
@Deprecated public abstract class ListenerWrapper<T>
Legacy listener support hierarchy for
com.google.gwt.user.client.ui
. Gathers the bulk of the legacy
glue code in one place, for easy deletion when Listener methods are deleted.
Nested Class Summary | |
---|---|
static class |
ListenerWrapper.WrappedChangeListener
Deprecated. will be removed in GWT 2.0 along with the listeners being wrapped |
static class |
ListenerWrapper.WrappedClickListener
Deprecated. will be removed in GWT 2.0 along with the listeners being wrapped |
static class |
ListenerWrapper.WrappedFocusListener
Deprecated. Wrapper for a FocusListener . |
static class |
ListenerWrapper.WrappedKeyboardListener
Deprecated. Wrapper for a KeyboardListener . |
static class |
ListenerWrapper.WrappedLoadListener
Deprecated. Wrapper for a LoadListener . |
static class |
ListenerWrapper.WrappedLogicalChangeListener<V>
Deprecated. will be removed in GWT 2.0 along with the listeners being wrapped |
static class |
ListenerWrapper.WrappedMouseListener
Deprecated. Wrapper for a MouseListener . |
static class |
ListenerWrapper.WrappedMouseWheelListener
Deprecated. Wrapper for a MouseWheelListener . |
static class |
ListenerWrapper.WrappedScrollListener
Deprecated. Wrapper for a ScrollListener . |
Constructor Summary | |
---|---|
protected |
ListenerWrapper(T listener)
Deprecated. |
Method Summary | ||
---|---|---|
protected static
|
baseRemove(Widget eventSource,
java.util.EventListener listener,
GwtEvent.Type... types)
Deprecated. Convenience method to remove wrapped handlers from a widget. |
Methods inherited from class com.google.gwt.user.client.BaseListenerWrapper |
---|
baseRemove, getListener, getSource, setSource |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected ListenerWrapper(T listener)
Method Detail |
---|
protected static <H extends EventHandler> void baseRemove(Widget eventSource, java.util.EventListener listener, GwtEvent.Type... types)
H
- event handler typeeventSource
- the event sourcelistener
- the listener to removetypes
- the event types to remove it from
|
GWT 2.3.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |