Package | Description |
---|---|
com.google.gwt.user.client |
Fundamental user-interface classes used in client-side GWT code.
|
Modifier and Type | Method and Description |
---|---|
IncrementalCommand |
IncrementalCommandCanceledException.getCommand()
Returns the
IncrementalCommand which was canceled by the user as a
result of a slow script warning. |
Modifier and Type | Method and Description |
---|---|
static void |
DeferredCommand.addCommand(IncrementalCommand cmd)
Deprecated.
Enqueues an
IncrementalCommand to be fired after all current events
have been handled. |
Constructor and Description |
---|
IncrementalCommandCanceledException(IncrementalCommand command) |
Copyright © 2018. All rights reserved.