Package com.google.gwt.user.client
package com.google.gwt.user.client
Fundamental user-interface classes used in client-side GWT code.
This package contains classes representing fundamental concepts, such as browser
history, the browser window, DOM manipulation, and event handling. It also
contains convenience classes such as Timer and Random.
-
ClassDescriptionDeprecated.will be removed in GWT 2.7 with the handler listeners themselvesEncapsulates an action for later execution, often from a different context.Exception reported to the current
GWT.UncaughtExceptionHandler
when a deferredCommand
is canceled as a result of a slow script warning.Class which executesCommand
s andIncrementalCommand
s after all currently pending event handlers have completed.Provides access to browser cookies stored on the client.Deprecated.Replaced byScheduler.scheduleDeferred()
because the static nature of this API prevents effective mocking for JRE-only tests.Helper class, which, during startup, asserts that the browser's current rendering mode is one of the values allowed by the "document.compatMode".Interface to provide "document.compatMode" configuration property value.Determine the severity of the runtime $doc.compatMode check:This class provides a set of static methods that allow you to manipulate the browser's Document Object Model (DOM).Deprecated.An opaque handle to a native DOM Event.Represents a preview of a nativeEvent
.Handler interface forEvent.NativePreviewEvent
events.Receives low-level browser events.Deprecated.replaced byEvent.NativePreviewHandler
This class allows you to interact with the browser's history stack.Deprecated.Deprecated.Replaced byScheduler.RepeatingCommand
andScheduler.scheduleIncremental()
Exception reported to the currentGWT.UncaughtExceptionHandler
when a deferredIncrementalCommand
is canceled as a result of a slow script warning.This class can be used as a substitute forRandom
.Implement this interface to receive HTTP completion events.TakesValue<V>Implemented by objects that hold a value.A simplified, browser-safe timer class.This class provides access to the browser window's methods, properties, and events.Fired just before the browser window closes or navigates to a different site.Handler forWindow.ClosingEvent
events.This class provides access to the browser's location's object.This class provides access to the browser's navigator object.Fired when the browser window is scrolled.Handler forWindow.ScrollEvent
events.Deprecated.useWindow.ClosingHandler
andCloseHandler
insteadDeprecated.useResizeHandler
insteadDeprecated.useWindow.addWindowScrollHandler(com.google.gwt.user.client.Window.ScrollHandler)
instead instead