Uses of Interface
com.google.gwt.user.client.Event.NativePreviewHandler
Packages that use Event.NativePreviewHandler
Package
Description
Fundamental user-interface classes used in client-side GWT code.
-
Uses of Event.NativePreviewHandler in com.google.gwt.user.client
Methods in com.google.gwt.user.client that return types with arguments of type Event.NativePreviewHandlerModifier and TypeMethodDescriptionEvent.NativePreviewEvent.getAssociatedType()Event.NativePreviewEvent.getType()Gets the type associated with this event.Methods in com.google.gwt.user.client with parameters of type Event.NativePreviewHandlerModifier and TypeMethodDescriptionstatic HandlerRegistrationEvent.addNativePreviewHandler(Event.NativePreviewHandler handler) Adds aEvent.NativePreviewHandlerthat will receive all events before they are fired to their handlers.protected voidEvent.NativePreviewEvent.dispatch(Event.NativePreviewHandler handler)