|
Class Summary |
| Cookies |
Provides access to browser cookies stored on the client. |
| DeferredCommand |
This class allows you to execute code after all currently pending event
handlers have completed, using the DeferredCommand.add(Command) method. |
| DOM |
This class provides a set of static methods that allow you to manipulate the
browser's Document Object Model (DOM). |
| Element |
An opaque handle to a native DOM Element. |
| Event |
An opaque handle to a native DOM Event. |
| History |
This class allows you to interact with the browser's history stack. |
| HTTPRequest |
This class allows you to make asynchronous HTTP requests to the originating
server. |
| Random |
This class can be used as a substitute for Random. |
| Timer |
A simplified, browser-safe timer class. |
| Window |
This class provides access to the browser window's methods, properties, and
events. |