Uses of Interface
com.google.gwt.user.client.IncrementalCommand
-
Packages that use IncrementalCommand Package Description 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 Modifier and Type Method Description IncrementalCommandIncrementalCommandCanceledException. getCommand()Returns theIncrementalCommandwhich 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 Modifier and Type Method Description static voidDeferredCommand. addCommand(IncrementalCommand cmd)Deprecated.Enqueues anIncrementalCommandto be fired after all current events have been handled.voidCommandExecutor. submit(IncrementalCommand command)Submits anIncrementalCommandfor execution.Constructors in com.google.gwt.user.client with parameters of type IncrementalCommand Constructor Description IncrementalCommandCanceledException(IncrementalCommand command)
-