| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Command | CommandCanceledException. getCommand()Returns the  Commandwhich was canceled by the user as a result of a
 slow script warning. | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | DeferredCommand. add(Command cmd)Deprecated. 
 As of release 1.4, replaced by  DeferredCommand.addCommand(Command) | 
| static void | DeferredCommand. addCommand(Command cmd)Deprecated.  Enqueues a  Commandto be fired after all current events have been
 handled. | 
| void | CommandExecutor. submit(Command command)Submits a  Commandfor execution. | 
| Constructor and Description | 
|---|
| CommandCanceledException(Command command) | 
| Modifier and Type | Method and Description | 
|---|---|
| Command | MenuItem. getCommand()Deprecated. 
 use  MenuItem.getScheduledCommand()instead | 
| Modifier and Type | Method and Description | 
|---|---|
| void | MenuItem. setCommand(Command cmd)Deprecated. 
 use  #setScheduledCommand(ScheduledCommand)instead |