Uses of Class
com.google.gwt.event.shared.GwtEvent.Type
Package
Description
Types related to DOM events.
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.
Shared infrastructure underlying both browser and non-browser events.
Classes used for testing the GWT event bus.
A package for managing bookmarkable locations in an application.
The "cellview" widget set.
Fundamental user-interface classes used in client-side GWT code.
Widgets, Panels, and other user-interface classes.
Classes and interfaces used by the
cellview
widget set.-
Uses of GwtEvent.Type in com.google.gwt.event.dom.client
Modifier and TypeClassDescriptionstatic class
DomEvent.Type<H extends EventHandler>
Type class used by dom event subclasses. -
Uses of GwtEvent.Type in com.google.gwt.user.cellview.client
Modifier and TypeFieldDescriptionstatic final GwtEvent.Type
<LoadingStateChangeEvent.Handler> LoadingStateChangeEvent.TYPE
A singleton instance of Type.Modifier and TypeMethodDescriptionAbstractHasData.RedrawEvent.getAssociatedType()
ColumnSortEvent.getAssociatedType()
LoadingStateChangeEvent.getAssociatedType()
RowHoverEvent.getAssociatedType()
static GwtEvent.Type
<ColumnSortEvent.Handler> ColumnSortEvent.getType()
Gets the type associated with this event.static GwtEvent.Type
<RowHoverEvent.Handler> RowHoverEvent.getType()
Gets the type associated with this event.Modifier and TypeMethodDescription<H extends EventHandler>
HandlerRegistrationHasDataPresenter.View.addHandler
(H handler, GwtEvent.Type<H> type) Add a handler to the view. -
Uses of GwtEvent.Type in com.google.gwt.user.client
Modifier and TypeFieldDescription(package private) static final GwtEvent.Type
<Window.ScrollHandler> Window.ScrollEvent.TYPE
The event type.Modifier and TypeMethodDescriptionEvent.NativePreviewEvent.getAssociatedType()
Window.ClosingEvent.getAssociatedType()
Window.ScrollEvent.getAssociatedType()
Event.NativePreviewEvent.getType()
Gets the type associated with this event.(package private) static GwtEvent.Type
<Window.ClosingHandler> Window.ClosingEvent.getType()
(package private) static GwtEvent.Type
<Window.ScrollHandler> Window.ScrollEvent.getType()
Modifier and TypeMethodDescriptionprotected static <H extends EventHandler>
voidBaseListenerWrapper.baseRemove
(HandlerManager manager, Object listener, GwtEvent.Type... types) Deprecated.Helper method to remove all wrapped listeners from the given event types. -
Uses of GwtEvent.Type in com.google.gwt.user.client.ui
Modifier and TypeMethodDescriptionFormPanel.SubmitCompleteEvent.getAssociatedType()
FormPanel.SubmitEvent.getAssociatedType()
FormPanel.SubmitCompleteEvent.getType()
Handler hook.static GwtEvent.Type
<FormPanel.SubmitHandler> FormPanel.SubmitEvent.getType()
Handler hook.Modifier and TypeMethodDescriptionfinal <H extends EventHandler>
HandlerRegistrationWidget.addHandler
(H handler, GwtEvent.Type<H> type) Adds this handler to the widget.protected static <H extends EventHandler>
voidListenerWrapper.baseRemove
(Widget eventSource, EventListener listener, GwtEvent.Type... types) Deprecated.Convenience method to remove wrapped handlers from a widget.protected int
Widget.getHandlerCount
(GwtEvent.Type<?> type) Gets the number of handlers listening to the event type. -
Uses of GwtEvent.Type in com.google.gwt.view.client
Modifier and TypeMethodDescriptionCellPreviewEvent.getAssociatedType()
RangeChangeEvent.getAssociatedType()
RowCountChangeEvent.getAssociatedType()
SelectionChangeEvent.getAssociatedType()
static GwtEvent.Type
<CellPreviewEvent.Handler<?>> CellPreviewEvent.getType()
Gets the type associated with this event.RangeChangeEvent.getType()
Gets the type associated with this event.RowCountChangeEvent.getType()
Gets the type associated with this event.SelectionChangeEvent.getType()
Gets the type associated with this event.
getHandlerCount
.