Uses of Class
com.google.gwt.event.shared.GwtEvent.Type
-
Packages that use GwtEvent.Type Package Description 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.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 thecellview
widget set. -
-
Uses of GwtEvent.Type in com.google.gwt.event.dom.client
Subclasses of GwtEvent.Type in com.google.gwt.event.dom.client Modifier and Type Class Description 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
Fields in com.google.gwt.event.logical.shared declared as GwtEvent.Type Modifier and Type Field Description (package private) static GwtEvent.Type<AttachEvent.Handler>
AttachEvent. TYPE
The event type.Methods in com.google.gwt.event.logical.shared that return GwtEvent.Type Modifier and Type Method Description GwtEvent.Type<AttachEvent.Handler>
AttachEvent. getAssociatedType()
GwtEvent.Type<BeforeSelectionHandler<T>>
BeforeSelectionEvent. getAssociatedType()
GwtEvent.Type<CloseHandler<T>>
CloseEvent. getAssociatedType()
GwtEvent.Type<HighlightHandler<V>>
HighlightEvent. getAssociatedType()
GwtEvent.Type<InitializeHandler>
InitializeEvent. getAssociatedType()
GwtEvent.Type<OpenHandler<T>>
OpenEvent. getAssociatedType()
GwtEvent.Type<ResizeHandler>
ResizeEvent. getAssociatedType()
GwtEvent.Type<SelectionHandler<T>>
SelectionEvent. getAssociatedType()
GwtEvent.Type<ShowRangeHandler<V>>
ShowRangeEvent. getAssociatedType()
GwtEvent.Type<ValueChangeHandler<T>>
ValueChangeEvent. getAssociatedType()
static GwtEvent.Type<AttachEvent.Handler>
AttachEvent. getType()
Ensures the existence of the handler hook and then returns it.static GwtEvent.Type<BeforeSelectionHandler<?>>
BeforeSelectionEvent. getType()
Gets the type associated with this event.static GwtEvent.Type<CloseHandler<?>>
CloseEvent. getType()
Gets the type associated with this event.static GwtEvent.Type<HighlightHandler<?>>
HighlightEvent. 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<OpenHandler<?>>
OpenEvent. 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<SelectionHandler<?>>
SelectionEvent. getType()
Gets the type associated with this event.static GwtEvent.Type<ShowRangeHandler<?>>
ShowRangeEvent. getType()
Gets the type associated with this event.static GwtEvent.Type<ValueChangeHandler<?>>
ValueChangeEvent. getType()
Gets the type associated with this event. -
Uses of GwtEvent.Type in com.google.gwt.event.shared
Methods in com.google.gwt.event.shared that return GwtEvent.Type Modifier and Type Method Description abstract GwtEvent.Type<H>
GwtEvent. getAssociatedType()
Methods in com.google.gwt.event.shared with parameters of type GwtEvent.Type 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)
<H extends EventHandler>
HHandlerManager. 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>
voidHandlerManager. removeHandler(GwtEvent.Type<H> type, H handler)
Removes the given handler from the specified event type. -
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 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)
int
CountingEventBus. getCount(GwtEvent.Type<?> type)
Deprecated.Please usegetHandlerCount
. -
Uses of GwtEvent.Type in com.google.gwt.place.shared
Fields in com.google.gwt.place.shared declared as GwtEvent.Type Modifier and Type Field Description static GwtEvent.Type<PlaceChangeEvent.Handler>
PlaceChangeEvent. TYPE
A singleton instance of Type<Handler>.static GwtEvent.Type<PlaceChangeRequestEvent.Handler>
PlaceChangeRequestEvent. TYPE
A singleton instance of Type<Handler>.Methods in com.google.gwt.place.shared that return GwtEvent.Type Modifier and Type Method Description GwtEvent.Type<PlaceChangeEvent.Handler>
PlaceChangeEvent. getAssociatedType()
GwtEvent.Type<PlaceChangeRequestEvent.Handler>
PlaceChangeRequestEvent. getAssociatedType()
-
Uses of GwtEvent.Type in com.google.gwt.user.cellview.client
Fields in com.google.gwt.user.cellview.client declared as GwtEvent.Type Modifier and Type Field Description static GwtEvent.Type<LoadingStateChangeEvent.Handler>
LoadingStateChangeEvent. TYPE
A singleton instance of Type.Methods in com.google.gwt.user.cellview.client that return GwtEvent.Type Modifier and Type Method Description GwtEvent.Type<AbstractHasData.RedrawEvent.Handler>
AbstractHasData.RedrawEvent. getAssociatedType()
GwtEvent.Type<ColumnSortEvent.Handler>
ColumnSortEvent. getAssociatedType()
GwtEvent.Type<LoadingStateChangeEvent.Handler>
LoadingStateChangeEvent. getAssociatedType()
GwtEvent.Type<RowHoverEvent.Handler>
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.Methods in com.google.gwt.user.cellview.client with parameters of type GwtEvent.Type Modifier and Type Method Description <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
Fields in com.google.gwt.user.client declared as GwtEvent.Type Modifier and Type Field Description (package private) static GwtEvent.Type<Window.ScrollHandler>
Window.ScrollEvent. TYPE
The event type.Methods in com.google.gwt.user.client that return GwtEvent.Type Modifier and Type Method Description GwtEvent.Type<Event.NativePreviewHandler>
Event.NativePreviewEvent. getAssociatedType()
GwtEvent.Type<Window.ClosingHandler>
Window.ClosingEvent. getAssociatedType()
GwtEvent.Type<Window.ScrollHandler>
Window.ScrollEvent. getAssociatedType()
static GwtEvent.Type<Event.NativePreviewHandler>
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()
Methods in com.google.gwt.user.client with parameters of type GwtEvent.Type Modifier and Type Method Description protected static <H extends EventHandler>
voidBaseListenerWrapper. 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 Modifier and Type Method Description GwtEvent.Type<FormPanel.SubmitCompleteHandler>
FormPanel.SubmitCompleteEvent. getAssociatedType()
GwtEvent.Type<FormPanel.SubmitHandler>
FormPanel.SubmitEvent. getAssociatedType()
static GwtEvent.Type<FormPanel.SubmitCompleteHandler>
FormPanel.SubmitCompleteEvent. getType()
Handler hook.static GwtEvent.Type<FormPanel.SubmitHandler>
FormPanel.SubmitEvent. getType()
Handler hook.Methods in com.google.gwt.user.client.ui with parameters of type GwtEvent.Type Modifier and Type Method Description <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, 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 Modifier and Type Method Description GwtEvent.Type<CellPreviewEvent.Handler<T>>
CellPreviewEvent. getAssociatedType()
GwtEvent.Type<RangeChangeEvent.Handler>
RangeChangeEvent. getAssociatedType()
GwtEvent.Type<RowCountChangeEvent.Handler>
RowCountChangeEvent. getAssociatedType()
GwtEvent.Type<SelectionChangeEvent.Handler>
SelectionChangeEvent. getAssociatedType()
static GwtEvent.Type<CellPreviewEvent.Handler<?>>
CellPreviewEvent. 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<RowCountChangeEvent.Handler>
RowCountChangeEvent. getType()
Gets the type associated with this event.static GwtEvent.Type<SelectionChangeEvent.Handler>
SelectionChangeEvent. getType()
Gets the type associated with this event.
-