Uses of Class
com.google.gwt.user.client.Event.NativePreviewEvent
-
Packages that use Event.NativePreviewEvent Package Description 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. -
-
Uses of Event.NativePreviewEvent in com.google.gwt.user.client
Methods in com.google.gwt.user.client with parameters of type Event.NativePreviewEvent Modifier and Type Method Description void
Event.NativePreviewHandler. onPreviewNativeEvent(Event.NativePreviewEvent event)
Called whenEvent.NativePreviewEvent
is fired. -
Uses of Event.NativePreviewEvent in com.google.gwt.user.client.ui
Methods in com.google.gwt.user.client.ui with parameters of type Event.NativePreviewEvent Modifier and Type Method Description protected void
DialogBox. onPreviewNativeEvent(Event.NativePreviewEvent event)
protected void
PopupPanel. onPreviewNativeEvent(Event.NativePreviewEvent event)
-