GWT 2.3.0

Uses of Class
com.google.gwt.event.shared.GwtEvent.Type

Packages that use GwtEvent.Type
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.place.shared A package for managing bookmarkable locations in an application. 
com.google.gwt.requestfactory.shared Shared classes used on both the client and the server side for transmitting data between the sever and the client in JSON format. 
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.view.client Classes and interfaces used by the cellview widget set. 
 

Uses of GwtEvent.Type in com.google.gwt.event.dom.client
 

Subclasses of GwtEvent.Type in com.google.gwt.event.dom.client
static class DomEvent.Type<H extends EventHandler>
          Type class used by dom event subclasses.
 

Uses of GwtEvent.Type in com.google.gwt.event.logical.shared
 

Methods in com.google.gwt.event.logical.shared that return GwtEvent.Type
 GwtEvent.Type<ValueChangeHandler<T>> ValueChangeEvent.getAssociatedType()
           
 GwtEvent.Type<ShowRangeHandler<V>> ShowRangeEvent.getAssociatedType()
           
 GwtEvent.Type<SelectionHandler<T>> SelectionEvent.getAssociatedType()
           
 GwtEvent.Type<ResizeHandler> ResizeEvent.getAssociatedType()
           
 GwtEvent.Type<OpenHandler<T>> OpenEvent.getAssociatedType()
           
 GwtEvent.Type<InitializeHandler> InitializeEvent.getAssociatedType()
           
 GwtEvent.Type<HighlightHandler<V>> HighlightEvent.getAssociatedType()
           
 GwtEvent.Type<CloseHandler<T>> CloseEvent.getAssociatedType()
           
 GwtEvent.Type<BeforeSelectionHandler<T>> BeforeSelectionEvent.getAssociatedType()
           
 GwtEvent.Type<AttachEvent.Handler> AttachEvent.getAssociatedType()
           
static GwtEvent.Type<ValueChangeHandler<?>> ValueChangeEvent.getType()
          Gets the type associated with this event.
static GwtEvent.Type<ShowRangeHandler<?>> ShowRangeEvent.getType()
          Gets the type associated with this event.
static GwtEvent.Type<SelectionHandler<?>> SelectionEvent.getType()
          Gets the type associated with this event.
static GwtEvent.Type<ResizeHandler> ResizeEvent.getType()
          Ensures the existence of the handler hook and then returns it.
static GwtEvent.Type<OpenHandler<?>> OpenEvent.getType()
          Gets the type associated with this event.
static GwtEvent.Type<InitializeHandler> InitializeEvent.getType()
          Ensures the existence of the handler hook and then returns it.
static GwtEvent.Type<HighlightHandler<?>> HighlightEvent.getType()
          Gets the type associated with this event.
static GwtEvent.Type<CloseHandler<?>> CloseEvent.getType()
          Gets the type associated with this event.
static GwtEvent.Type<BeforeSelectionHandler<?>> BeforeSelectionEvent.getType()
          Gets the type associated with this event.
static GwtEvent.Type<AttachEvent.Handler> AttachEvent.getType()
          Ensures the existence of the handler hook and then returns it.
 

Uses of GwtEvent.Type in com.google.gwt.event.shared
 

Methods in com.google.gwt.event.shared that return GwtEvent.Type
abstract  GwtEvent.Type<H> GwtEvent.getAssociatedType()
           
 

Methods in com.google.gwt.event.shared with parameters of type GwtEvent.Type
<H extends EventHandler>
HandlerRegistration
SimpleEventBus.addHandler(GwtEvent.Type<H> type, H handler)
           
<H extends EventHandler>
HandlerRegistration
ResettableEventBus.addHandler(GwtEvent.Type<H> type, H handler)
           
<H extends EventHandler>
HandlerRegistration
HandlerManager.addHandler(GwtEvent.Type<H> type, H handler)
          Adds a handler.
abstract
<H extends EventHandler>
HandlerRegistration
EventBus.addHandler(GwtEvent.Type<H> type, H handler)
           
<H extends EventHandler>
HandlerRegistration
SimpleEventBus.addHandlerToSource(GwtEvent.Type<H> type, java.lang.Object source, H handler)
           
<H extends EventHandler>
HandlerRegistration
ResettableEventBus.addHandlerToSource(GwtEvent.Type<H> type, java.lang.Object source, H handler)
           
abstract
<H extends EventHandler>
HandlerRegistration
EventBus.addHandlerToSource(GwtEvent.Type<H> type, java.lang.Object source, H handler)
           
<H extends EventHandler>
H
HandlerManager.getHandler(GwtEvent.Type<H> type, int index)
          Gets the handler at the given index.
 int HandlerManager.getHandlerCount(GwtEvent.Type<?> type)
          Gets the number of handlers listening to the event type.
 boolean HandlerManager.isEventHandled(GwtEvent.Type<?> e)
          Does this handler manager handle the given event type?
<H extends EventHandler>
void
HandlerManager.removeHandler(GwtEvent.Type<H> type, H handler)
          Removes the given handler from the specified event type.
 

Constructors in com.google.gwt.event.shared with parameters of type GwtEvent.Type
DefaultHandlerRegistration(HandlerManager manager, GwtEvent.Type<H> type, H handler)
          Deprecated. Creates a new handler registration.
 

Uses of GwtEvent.Type in com.google.gwt.event.shared.testing
 

Methods in com.google.gwt.event.shared.testing with parameters of type GwtEvent.Type
<H extends EventHandler>
HandlerRegistration
CountingEventBus.addHandler(GwtEvent.Type<H> type, H handler)
           
<H extends EventHandler>
HandlerRegistration
CountingEventBus.addHandlerToSource(GwtEvent.Type<H> type, java.lang.Object source, H handler)
           
 int CountingEventBus.getCount(GwtEvent.Type<?> type)
           
 

Uses of GwtEvent.Type in com.google.gwt.place.shared
 

Fields in com.google.gwt.place.shared declared as GwtEvent.Type
static GwtEvent.Type<PlaceChangeRequestEvent.Handler> PlaceChangeRequestEvent.TYPE
          A singleton instance of Type<Handler>.
static GwtEvent.Type<PlaceChangeEvent.Handler> PlaceChangeEvent.TYPE
          A singleton instance of Type<Handler>.
 

Methods in com.google.gwt.place.shared that return GwtEvent.Type
 GwtEvent.Type<PlaceChangeRequestEvent.Handler> PlaceChangeRequestEvent.getAssociatedType()
           
 GwtEvent.Type<PlaceChangeEvent.Handler> PlaceChangeEvent.getAssociatedType()
           
 

Uses of GwtEvent.Type in com.google.gwt.requestfactory.shared
 

Methods in com.google.gwt.requestfactory.shared that return GwtEvent.Type
 GwtEvent.Type<EntityProxyChange.Handler<P>> EntityProxyChange.getAssociatedType()
          Deprecated. Returns the type associated with this instance.
 

Uses of GwtEvent.Type in com.google.gwt.user.cellview.client
 

Fields in com.google.gwt.user.cellview.client declared as GwtEvent.Type
static GwtEvent.Type<LoadingStateChangeEvent.Handler> LoadingStateChangeEvent.TYPE
          A singleton instance of Type.
 

Methods in com.google.gwt.user.cellview.client that return GwtEvent.Type
 GwtEvent.Type<LoadingStateChangeEvent.Handler> LoadingStateChangeEvent.getAssociatedType()
           
 GwtEvent.Type<ColumnSortEvent.Handler> ColumnSortEvent.getAssociatedType()
           
static GwtEvent.Type<ColumnSortEvent.Handler> ColumnSortEvent.getType()
          Gets the type associated with this event.
 

Uses of GwtEvent.Type in com.google.gwt.user.client
 

Methods in com.google.gwt.user.client that return GwtEvent.Type
 GwtEvent.Type<Window.ClosingHandler> Window.ClosingEvent.getAssociatedType()
           
 GwtEvent.Type<Window.ScrollHandler> Window.ScrollEvent.getAssociatedType()
           
 GwtEvent.Type<Event.NativePreviewHandler> Event.NativePreviewEvent.getAssociatedType()
           
static GwtEvent.Type<Event.NativePreviewHandler> Event.NativePreviewEvent.getType()
          Gets the type associated with this event.
 

Methods in com.google.gwt.user.client with parameters of type GwtEvent.Type
protected static
<H extends EventHandler>
void
BaseListenerWrapper.baseRemove(HandlerManager manager, java.lang.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
 

Methods in com.google.gwt.user.client.ui that return GwtEvent.Type
 GwtEvent.Type<FormPanel.SubmitCompleteHandler> FormPanel.SubmitCompleteEvent.getAssociatedType()
           
 GwtEvent.Type<FormPanel.SubmitHandler> FormPanel.SubmitEvent.getAssociatedType()
           
 

Methods in com.google.gwt.user.client.ui with parameters of type GwtEvent.Type
<H extends EventHandler>
HandlerRegistration
Widget.addHandler(H handler, GwtEvent.Type<H> type)
          Adds this handler to the widget.
protected static
<H extends EventHandler>
void
ListenerWrapper.baseRemove(Widget eventSource, java.util.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
 

Methods in com.google.gwt.view.client that return GwtEvent.Type
 GwtEvent.Type<SelectionChangeEvent.Handler> SelectionChangeEvent.getAssociatedType()
           
 GwtEvent.Type<RowCountChangeEvent.Handler> RowCountChangeEvent.getAssociatedType()
           
 GwtEvent.Type<RangeChangeEvent.Handler> RangeChangeEvent.getAssociatedType()
           
 GwtEvent.Type<CellPreviewEvent.Handler<T>> CellPreviewEvent.getAssociatedType()
           
static GwtEvent.Type<SelectionChangeEvent.Handler> SelectionChangeEvent.getType()
          Gets the type associated with this event.
static GwtEvent.Type<RowCountChangeEvent.Handler> RowCountChangeEvent.getType()
          Gets the type associated with this event.
static GwtEvent.Type<RangeChangeEvent.Handler> RangeChangeEvent.getType()
          Gets the type associated with this event.
static GwtEvent.Type<CellPreviewEvent.Handler<?>> CellPreviewEvent.getType()
          Gets the type associated with this event.
 


GWT 2.3.0