Uses of Interface
com.google.gwt.user.client.IncrementalCommand
Package
Description
Fundamental user-interface classes used in client-side GWT code.
-
Uses of IncrementalCommand in com.google.gwt.user.client
Modifier and TypeMethodDescriptionIncrementalCommandCanceledException.getCommand()
Returns theIncrementalCommand
which was canceled by the user as a result of a slow script warning.Modifier and TypeMethodDescriptionstatic void
DeferredCommand.addCommand
(IncrementalCommand cmd) Deprecated.Enqueues anIncrementalCommand
to be fired after all current events have been handled.void
CommandExecutor.submit
(IncrementalCommand command) Submits anIncrementalCommand
for execution.