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 thecellviewwidget 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 HandlerRegistrationEditorDelegate. 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 HandlerRegistrationMockEditorDelegate. 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 classLegacyHandlerWrapperWrapper 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 HandlerRegistrationEventBus. 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 HandlerRegistrationMediaBase. addCanPlayThroughHandler(CanPlayThroughHandler handler)HandlerRegistrationMediaBase. addEndedHandler(EndedHandler handler)HandlerRegistrationMediaBase. addLoadedMetadataHandler(LoadedMetadataHandler handler)HandlerRegistrationMediaBase. 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 HandlerRegistrationPlaceHistoryHandler.DefaultHistorian. addValueChangeHandler(ValueChangeHandler<java.lang.String> valueChangeHandler)HandlerRegistrationPlaceHistoryHandler.Historian. addValueChangeHandler(ValueChangeHandler<java.lang.String> valueChangeHandler)Adds aValueChangeEventhandler to be informed of changes to the browser's history stack.HandlerRegistrationPlaceController.DefaultDelegate. addWindowClosingHandler(Window.ClosingHandler handler)HandlerRegistrationPlaceController.Delegate. addWindowClosingHandler(Window.ClosingHandler handler)Adds aWindow.ClosingHandlerto the Delegate.HandlerRegistrationPlaceHistoryHandler. 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 HandlerRegistrationStorage. addStorageEventHandler(StorageEvent.Handler handler)Registers an event handler for StorageEvents.HandlerRegistrationStorageImpl. 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) HandlerRegistrationAbstractPager. rangeChangeHandler(package private) HandlerRegistrationAbstractPager. 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 HandlerRegistrationWindow. addCloseHandler(CloseHandler<Window> handler)Adds aCloseEventhandler.static HandlerRegistrationEvent. addNativePreviewHandler(Event.NativePreviewHandler handler)Adds aEvent.NativePreviewHandlerthat will receive all events before they are fired to their handlers.static HandlerRegistrationWindow. addResizeHandler(ResizeHandler handler)Adds aResizeEventhandler.static HandlerRegistrationHistory. addValueChangeHandler(ValueChangeHandler<java.lang.String> handler)Adds aValueChangeEventhandler to be informed of changes to the browser's history stack.static HandlerRegistrationWindow. addWindowClosingHandler(Window.ClosingHandler handler)Adds aWindow.ClosingEventhandler.static HandlerRegistrationWindow. addWindowScrollHandler(Window.ScrollHandler handler)Adds aWindow.ScrollEventhandler. -
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) HandlerRegistrationDialogBox. 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 HandlerRegistrationDatePicker. addHighlightHandler(HighlightHandler<java.util.Date> handler)HandlerRegistrationDatePicker. addShowRangeHandler(ShowRangeHandler<java.util.Date> handler)HandlerRegistrationDatePicker. addShowRangeHandlerAndFire(ShowRangeHandler<java.util.Date> handler)Adds a show range handler and immediately activate the handler on the current view.HandlerRegistrationDateBox. addValueChangeHandler(ValueChangeHandler<java.util.Date> handler)HandlerRegistrationDatePicker. 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 HandlerRegistrationHasCellPreviewHandlers. addCellPreviewHandler(CellPreviewEvent.Handler<T> handler)Adds aCellPreviewEventhandler.HandlerRegistrationHasRows. addRangeChangeHandler(RangeChangeEvent.Handler handler)Add aRangeChangeEvent.Handler.HandlerRegistrationHasRows. addRowCountChangeHandler(RowCountChangeEvent.Handler handler)Add aRowCountChangeEvent.Handler.HandlerRegistrationSelectionChangeEvent.HasSelectionChangedHandlers. addSelectionChangeHandler(SelectionChangeEvent.Handler handler)Adds aSelectionChangeEventhandler.HandlerRegistrationSelectionModel.AbstractSelectionModel. addSelectionChangeHandler(SelectionChangeEvent.Handler handler)HandlerRegistrationSelectionModel. addSelectionChangeHandler(SelectionChangeEvent.Handler handler)Adds aSelectionChangeEventhandler.
-