GWT 2.7.0

Uses of Interface
com.google.gwt.user.client.IncrementalCommand

Packages that use IncrementalCommand
com.google.gwt.user.client Fundamental user-interface classes used in client-side GWT code. 
 

Uses of IncrementalCommand in com.google.gwt.user.client
 

Methods in com.google.gwt.user.client that return IncrementalCommand
 IncrementalCommand IncrementalCommandCanceledException.getCommand()
          Returns the IncrementalCommand which was canceled by the user as a result of a slow script warning.
 

Methods in com.google.gwt.user.client with parameters of type IncrementalCommand
static void DeferredCommand.addCommand(IncrementalCommand cmd)
          Deprecated. Enqueues an IncrementalCommand to be fired after all current events have been handled.
 void CommandExecutor.submit(IncrementalCommand command)
          Submits an IncrementalCommand for execution.
 

Constructors in com.google.gwt.user.client with parameters of type IncrementalCommand
IncrementalCommandCanceledException(IncrementalCommand command)
           
 


GWT 2.7.0