Uses of Interface
com.google.gwt.event.shared.HandlerRegistration
-
Packages that use HandlerRegistration Package Description com.google.gwt.editor.client A framework for editing bean-like objects.com.google.gwt.editor.client.testing Classes used for testing the bean editor support.com.google.gwt.event.dom.client Types related to DOM events.com.google.gwt.event.logical.shared Types related to logical events that do not have direct analogues to DOM events and which can be used in contexts other than web browsers.com.google.gwt.event.shared Shared infrastructure underlying both browser and non-browser events.com.google.gwt.event.shared.testing Classes used for testing the GWT event bus.com.google.gwt.media.client Widgets for HTML Audio and Video support.com.google.gwt.place.shared A package for managing bookmarkable locations in an application.com.google.gwt.storage.client Provides for key-value Storage services.com.google.gwt.user.cellview.client The "cellview" widget set.com.google.gwt.user.client Fundamental user-interface classes used in client-side GWT code.com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes.com.google.gwt.user.datepicker.client The date picker widget and associated types.com.google.gwt.view.client Classes and interfaces used by thecellview
widget set. -
-
Uses of HandlerRegistration in com.google.gwt.editor.client
Methods in com.google.gwt.editor.client that return HandlerRegistration Modifier and Type Method Description HandlerRegistration
EditorDelegate. subscribe()
Register for notifications if object being edited is updated. -
Uses of HandlerRegistration in com.google.gwt.editor.client.testing
Methods in com.google.gwt.editor.client.testing that return HandlerRegistration Modifier and Type Method Description HandlerRegistration
MockEditorDelegate. subscribe()
Returns a no-op HandlerRegistration instance. -
Uses of HandlerRegistration in com.google.gwt.event.dom.client
-
Uses of HandlerRegistration in com.google.gwt.event.logical.shared
-
Uses of HandlerRegistration in com.google.gwt.event.shared
Classes in com.google.gwt.event.shared that implement HandlerRegistration Modifier and Type Class Description class
LegacyHandlerWrapper
Wrapper class to ease the transition toHandlerRegistration
.Methods in com.google.gwt.event.shared that return HandlerRegistration Modifier and Type Method Description abstract <H extends EventHandler>
HandlerRegistrationEventBus. addHandler(GwtEvent.Type<H> type, H handler)
<H extends EventHandler>
HandlerRegistrationHandlerManager. addHandler(GwtEvent.Type<H> type, H handler)
Adds a handler.<H extends EventHandler>
HandlerRegistrationResettableEventBus. addHandler(GwtEvent.Type<H> type, H handler)
<H extends EventHandler>
HandlerRegistrationSimpleEventBus. addHandler(GwtEvent.Type<H> type, H handler)
abstract <H extends EventHandler>
HandlerRegistrationEventBus. addHandlerToSource(GwtEvent.Type<H> type, java.lang.Object source, H handler)
<H extends EventHandler>
HandlerRegistrationResettableEventBus. addHandlerToSource(GwtEvent.Type<H> type, java.lang.Object source, H handler)
<H extends EventHandler>
HandlerRegistrationSimpleEventBus. addHandlerToSource(GwtEvent.Type<H> type, java.lang.Object source, H handler)
protected HandlerRegistration
EventBus. wrap(HandlerRegistration reg)
-
Uses of HandlerRegistration in com.google.gwt.event.shared.testing
Methods in com.google.gwt.event.shared.testing that return HandlerRegistration Modifier and Type Method Description <H extends EventHandler>
HandlerRegistrationCountingEventBus. addHandler(GwtEvent.Type<H> type, H handler)
<H extends EventHandler>
HandlerRegistrationCountingEventBus. addHandlerToSource(GwtEvent.Type<H> type, java.lang.Object source, H handler)
-
Uses of HandlerRegistration in com.google.gwt.media.client
Methods in com.google.gwt.media.client that return HandlerRegistration Modifier and Type Method Description HandlerRegistration
MediaBase. addCanPlayThroughHandler(CanPlayThroughHandler handler)
HandlerRegistration
MediaBase. addEndedHandler(EndedHandler handler)
HandlerRegistration
MediaBase. addLoadedMetadataHandler(LoadedMetadataHandler handler)
HandlerRegistration
MediaBase. addProgressHandler(ProgressHandler handler)
-
Uses of HandlerRegistration in com.google.gwt.place.shared
Methods in com.google.gwt.place.shared that return HandlerRegistration Modifier and Type Method Description HandlerRegistration
PlaceHistoryHandler.DefaultHistorian. addValueChangeHandler(ValueChangeHandler<java.lang.String> valueChangeHandler)
HandlerRegistration
PlaceHistoryHandler.Historian. addValueChangeHandler(ValueChangeHandler<java.lang.String> valueChangeHandler)
Adds aValueChangeEvent
handler to be informed of changes to the browser's history stack.HandlerRegistration
PlaceController.DefaultDelegate. addWindowClosingHandler(Window.ClosingHandler handler)
HandlerRegistration
PlaceController.Delegate. addWindowClosingHandler(Window.ClosingHandler handler)
Adds aWindow.ClosingHandler
to the Delegate.HandlerRegistration
PlaceHistoryHandler. register(PlaceController placeController, EventBus eventBus, Place defaultPlace)
Deprecated. -
Uses of HandlerRegistration in com.google.gwt.storage.client
Methods in com.google.gwt.storage.client that return HandlerRegistration Modifier and Type Method Description static HandlerRegistration
Storage. addStorageEventHandler(StorageEvent.Handler handler)
Registers an event handler for StorageEvents.HandlerRegistration
StorageImpl. addStorageEventHandler(StorageEvent.Handler handler)
Registers an event handler for StorageEvents. -
Uses of HandlerRegistration in com.google.gwt.user.cellview.client
Fields in com.google.gwt.user.cellview.client declared as HandlerRegistration Modifier and Type Field Description (package private) HandlerRegistration
AbstractPager. rangeChangeHandler
(package private) HandlerRegistration
AbstractPager. rowCountChangeHandler
-
Uses of HandlerRegistration in com.google.gwt.user.client
Methods in com.google.gwt.user.client that return HandlerRegistration Modifier and Type Method Description static HandlerRegistration
Window. addCloseHandler(CloseHandler<Window> handler)
Adds aCloseEvent
handler.static HandlerRegistration
Event. addNativePreviewHandler(Event.NativePreviewHandler handler)
Adds aEvent.NativePreviewHandler
that will receive all events before they are fired to their handlers.static HandlerRegistration
Window. addResizeHandler(ResizeHandler handler)
Adds aResizeEvent
handler.static HandlerRegistration
History. addValueChangeHandler(ValueChangeHandler<java.lang.String> handler)
Adds aValueChangeEvent
handler to be informed of changes to the browser's history stack.static HandlerRegistration
Window. addWindowClosingHandler(Window.ClosingHandler handler)
Adds aWindow.ClosingEvent
handler.static HandlerRegistration
Window. addWindowScrollHandler(Window.ScrollHandler handler)
Adds aWindow.ScrollEvent
handler. -
Uses of HandlerRegistration in com.google.gwt.user.client.ui
Fields in com.google.gwt.user.client.ui declared as HandlerRegistration Modifier and Type Field Description (package private) HandlerRegistration
DialogBox. resizeHandlerRegistration
-
Uses of HandlerRegistration in com.google.gwt.user.datepicker.client
Methods in com.google.gwt.user.datepicker.client that return HandlerRegistration Modifier and Type Method Description HandlerRegistration
DatePicker. addHighlightHandler(HighlightHandler<java.util.Date> handler)
HandlerRegistration
DatePicker. addShowRangeHandler(ShowRangeHandler<java.util.Date> handler)
HandlerRegistration
DatePicker. addShowRangeHandlerAndFire(ShowRangeHandler<java.util.Date> handler)
Adds a show range handler and immediately activate the handler on the current view.HandlerRegistration
DateBox. addValueChangeHandler(ValueChangeHandler<java.util.Date> handler)
HandlerRegistration
DatePicker. addValueChangeHandler(ValueChangeHandler<java.util.Date> handler)
-
Uses of HandlerRegistration in com.google.gwt.view.client
Methods in com.google.gwt.view.client that return HandlerRegistration Modifier and Type Method Description HandlerRegistration
HasCellPreviewHandlers. addCellPreviewHandler(CellPreviewEvent.Handler<T> handler)
Adds aCellPreviewEvent
handler.HandlerRegistration
HasRows. addRangeChangeHandler(RangeChangeEvent.Handler handler)
Add aRangeChangeEvent.Handler
.HandlerRegistration
HasRows. addRowCountChangeHandler(RowCountChangeEvent.Handler handler)
Add aRowCountChangeEvent.Handler
.HandlerRegistration
SelectionChangeEvent.HasSelectionChangedHandlers. addSelectionChangeHandler(SelectionChangeEvent.Handler handler)
Adds aSelectionChangeEvent
handler.HandlerRegistration
SelectionModel.AbstractSelectionModel. addSelectionChangeHandler(SelectionChangeEvent.Handler handler)
HandlerRegistration
SelectionModel. addSelectionChangeHandler(SelectionChangeEvent.Handler handler)
Adds aSelectionChangeEvent
handler.
-