Package com.google.gwt.user.client
Interface EventPreview
-
- All Known Implementing Classes:
DecoratedPopupPanel,DialogBox,LoggingPopup,PopupPanel
@Deprecated public interface EventPreviewDeprecated.replaced byEvent.NativePreviewHandlerA listener interface for previewing browser events.- See Also:
DOM.addEventPreview(EventPreview)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleanonEventPreview(Event event)
-
-
-
Method Detail
-
onEventPreview
@Deprecated boolean onEventPreview(Event event)
Deprecated.Called when a browser event occurs and this event preview is on top of the preview stack.- Parameters:
event- the browser event- Returns:
falseto cancel the event- See Also:
DOM.addEventPreview(EventPreview)
-
-