Uses of Interface
com.google.gwt.user.client.EventPreview
Package
Description
Log handlers and related classes for java.util.logging support in GWT.
Fundamental user-interface classes used in client-side GWT code.
Widgets, Panels, and other user-interface classes.
-
Uses of EventPreview in com.google.gwt.logging.client
Modifier and TypeClassDescriptionclass
A simple popup to show log messages, which can be resized, minimized, and dragged to a different location. -
Uses of EventPreview in com.google.gwt.user.client
Modifier and TypeMethodDescriptionstatic void
DOM.addEventPreview
(EventPreview preview) Deprecated.static void
Event.addEventPreview
(EventPreview preview) Deprecated.static void
DOM.removeEventPreview
(EventPreview preview) Deprecated.useHandlerRegistration
returned fromEvent.addNativePreviewHandler(Event.NativePreviewHandler)
static void
Event.removeEventPreview
(EventPreview preview) Deprecated.useHandlerRegistration
returned fromEvent.addNativePreviewHandler(NativePreviewHandler)
-
Uses of EventPreview in com.google.gwt.user.client.ui
Modifier and TypeClassDescriptionclass
APopupPanel
that wraps its content in a 3x3 grid, which allows users to add rounded corners.class
A form of popup that has a caption area at the top and can be dragged by the user.class
A panel that can "pop up" over other widgets.
Event.addNativePreviewHandler(Event.NativePreviewHandler)