Uses of Class
com.google.web.bindery.event.shared.Event.Type
-
Packages that use Event.Type Package Description com.google.gwt.event.dom.client Types related to DOM events.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.web.bindery.event.shared com.google.web.bindery.event.shared.testing com.google.web.bindery.requestfactory.shared Shared classes used on both the client and the server side for transmitting data between the server and the client in JSON format. -
-
Uses of Event.Type in com.google.gwt.event.dom.client
Subclasses of Event.Type in com.google.gwt.event.dom.client Modifier and Type Class Description static classDomEvent.Type<H extends EventHandler>Type class used by dom event subclasses. -
Uses of Event.Type in com.google.gwt.event.shared
Subclasses of Event.Type in com.google.gwt.event.shared Modifier and Type Class Description static classGwtEvent.Type<H>Type class used to register events with theHandlerManager.Methods in com.google.gwt.event.shared with parameters of type Event.Type Modifier and Type Method Description <H> HandlerRegistrationEventBus. addHandler(Event.Type<H> type, H handler)<H> HandlerRegistrationResettableEventBus. addHandler(Event.Type<H> type, H handler)<H> HandlerRegistrationSimpleEventBus. addHandler(Event.Type<H> type, H handler)<H> HandlerRegistrationEventBus. addHandlerToSource(Event.Type<H> type, java.lang.Object source, H handler)<H> HandlerRegistrationResettableEventBus. addHandlerToSource(Event.Type<H> type, java.lang.Object source, H handler)<H> HandlerRegistrationSimpleEventBus. addHandlerToSource(Event.Type<H> type, java.lang.Object source, H handler) -
Uses of Event.Type in com.google.gwt.event.shared.testing
Methods in com.google.gwt.event.shared.testing with parameters of type Event.Type Modifier and Type Method Description <H> HandlerRegistrationCountingEventBus. addHandler(Event.Type<H> type, H handler)<H> HandlerRegistrationCountingEventBus. addHandlerToSource(Event.Type<H> type, java.lang.Object source, H handler)intCountingEventBus. getFiredCount(Event.Type<?> type)How many events have fired for the giventype.intCountingEventBus. getHandlerCount(Event.Type<?> type)How many handlers are registered for the giventype. -
Uses of Event.Type in com.google.web.bindery.event.shared
Methods in com.google.web.bindery.event.shared that return Event.Type Modifier and Type Method Description abstract Event.Type<H>Event. getAssociatedType()Returns theEvent.Typeused to register this event, allowing anEventBusto find handlers of the appropriate class.Methods in com.google.web.bindery.event.shared with parameters of type Event.Type Modifier and Type Method Description abstract <H> HandlerRegistrationEventBus. addHandler(Event.Type<H> type, H handler)Adds an unfiltered handler to receive events of this type from all sources.<H> HandlerRegistrationResettableEventBus. addHandler(Event.Type<H> type, H handler)<H> HandlerRegistrationSimpleEventBus. addHandler(Event.Type<H> type, H handler)abstract <H> HandlerRegistrationEventBus. addHandlerToSource(Event.Type<H> type, java.lang.Object source, H handler)Adds a handler to receive events of this type from the given source.<H> HandlerRegistrationResettableEventBus. addHandlerToSource(Event.Type<H> type, java.lang.Object source, H handler)<H> HandlerRegistrationSimpleEventBus. addHandlerToSource(Event.Type<H> type, java.lang.Object source, H handler)protected <H> voidSimpleEventBus. doRemove(Event.Type<H> type, java.lang.Object source, H handler)Deprecated.required by legacy features in GWT's old HandlerManagerprotected <H> HSimpleEventBus. getHandler(Event.Type<H> type, int index)Deprecated.required by legacy features in GWT's old HandlerManagerprotected intSimpleEventBus. getHandlerCount(Event.Type<?> eventKey)Deprecated.required by legacy features in GWT's old HandlerManagerprotected booleanSimpleEventBus. isEventHandled(Event.Type<?> eventKey)Deprecated.required by legacy features in GWT's old HandlerManager -
Uses of Event.Type in com.google.web.bindery.event.shared.testing
Methods in com.google.web.bindery.event.shared.testing with parameters of type Event.Type Modifier and Type Method Description <H> HandlerRegistrationCountingEventBus. addHandler(Event.Type<H> type, H handler)<H> HandlerRegistrationRecordingEventBus. addHandler(Event.Type<H> type, H handler)<H> HandlerRegistrationCountingEventBus. addHandlerToSource(Event.Type<H> type, java.lang.Object source, H handler)<H> HandlerRegistrationRecordingEventBus. addHandlerToSource(Event.Type<H> type, java.lang.Object source, H handler)intCountingEventBus. getCount(Event.Type<?> type)Deprecated.Please usegetHandlerCount.intCountingEventBus. getFiredCount(Event.Type<?> type)How many events have fired for the giventype.intCountingEventBus. getFiredCountFromSource(Event.Type<?> type, java.lang.Object source)How many events have fired for the given pairing oftypeandsource.intCountingEventBus. getHandlerCount(Event.Type<?> type)How many handlers are registered for the giventype. -
Uses of Event.Type in com.google.web.bindery.requestfactory.shared
Methods in com.google.web.bindery.requestfactory.shared that return Event.Type Modifier and Type Method Description Event.Type<EntityProxyChange.Handler<P>>EntityProxyChange. getAssociatedType()Returns the type associated with this instance.
-