|
GWT 2.1.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
com.google.gwt.place.shared | |
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.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()
Returns the type used to register this event. |
Methods in com.google.gwt.event.shared with parameters of type GwtEvent.Type | ||
---|---|---|
|
SimpleEventBus.addHandler(GwtEvent.Type<H> type,
H handler)
|
|
|
ResettableEventBus.addHandler(GwtEvent.Type<H> type,
H handler)
|
|
|
HandlerManager.addHandler(GwtEvent.Type<H> type,
H handler)
Adds a handler. |
|
abstract
|
EventBus.addHandler(GwtEvent.Type<H> type,
H handler)
Adds an unfiltered handler to receive events of this type from all sources. |
|
|
SimpleEventBus.addHandlerToSource(GwtEvent.Type<H> type,
java.lang.Object source,
H handler)
|
|
|
ResettableEventBus.addHandlerToSource(GwtEvent.Type<H> type,
java.lang.Object source,
H handler)
|
|
abstract
|
EventBus.addHandlerToSource(GwtEvent.Type<H> type,
java.lang.Object source,
H handler)
Adds a handler to receive events of this type from the given source. |
|
|
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? |
|
|
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 | ||
---|---|---|
|
CountingEventBus.addHandler(GwtEvent.Type<H> type,
H handler)
|
|
|
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
|
static GwtEvent.Type<PlaceChangeEvent.Handler> |
PlaceChangeEvent.TYPE
|
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()
Returns the type associated with this instance. |
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
|
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 | ||
---|---|---|
|
Widget.addHandler(H handler,
GwtEvent.Type<H> type)
Adds this handler to the widget. |
|
protected static
|
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.1.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |