Package com.google.gwt.user.client.ui
Class ListenerWrapper<T>
java.lang.Object
com.google.gwt.user.client.BaseListenerWrapper<T>
com.google.gwt.user.client.ui.ListenerWrapper<T>
- Type Parameters:
T- listener type
- All Implemented Interfaces:
EventHandler
- Direct Known Subclasses:
ListenerWrapper.WrappedChangeListener,ListenerWrapper.WrappedClickListener,ListenerWrapper.WrappedFocusListener,ListenerWrapper.WrappedKeyboardListener,ListenerWrapper.WrappedLoadListener,ListenerWrapper.WrappedLogicalChangeListener,ListenerWrapper.WrappedMouseListener,ListenerWrapper.WrappedMouseWheelListener,ListenerWrapper.WrappedOldDisclosureHandler,ListenerWrapper.WrappedOldFormHandler,ListenerWrapper.WrappedOldSuggestionHandler,ListenerWrapper.WrappedPopupListener,ListenerWrapper.WrappedScrollListener,ListenerWrapper.WrappedTableListener,ListenerWrapper.WrappedTabListener,ListenerWrapper.WrappedTreeListener
Deprecated.
will be removed in GWT 2.7 with the handler listeners themselves
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
Nested ClassesModifier and TypeClassDescriptionstatic classDeprecated.will be removed in GWT 2.0 along with the listeners being wrappedstatic classDeprecated.will be removed in GWT 2.0 along with the listeners being wrappedstatic classDeprecated.Wrapper for aFocusListener.static classDeprecated.Wrapper for aKeyboardListener.static classDeprecated.Wrapper for aLoadListener.static classDeprecated.will be removed in GWT 2.0 along with the listeners being wrappedstatic classDeprecated.Wrapper for aMouseListener.static classDeprecated.Wrapper for aMouseWheelListener.(package private) static classDeprecated.(package private) static classDeprecated.(package private) static classDeprecated.(package private) static classDeprecated.static classDeprecated.Wrapper for aScrollListener.(package private) static classDeprecated.(package private) static classDeprecated.(package private) static classDeprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static <H extends EventHandler>
voidbaseRemove(Widget eventSource, EventListener listener, GwtEvent.Type... types) Deprecated.Convenience method to remove wrapped handlers from a widget.protected WidgetDeprecated.Gets the widget source to pass to the listeners.voidDeprecated.Sets the widget source to pass to the listeners.Methods inherited from class com.google.gwt.user.client.BaseListenerWrapper
baseRemove, getListener
-
Constructor Details
-
ListenerWrapper
Deprecated.
-
-
Method Details
-
setSource
Deprecated.Sets the widget source to pass to the listeners. Source defaults to event.getSource() if this method is not used.- Parameters:
source- the source to provide as the listener's source