Uses of Interface
com.google.gwt.user.client.Command
Packages that use Command
Package
Description
Fundamental user-interface classes used in client-side GWT code.
Widgets, Panels, and other user-interface classes.
-
Uses of Command in com.google.gwt.user.client
Methods in com.google.gwt.user.client that return CommandModifier and TypeMethodDescriptionCommandCanceledException.getCommand()
Returns theCommand
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 CommandModifier and TypeMethodDescriptionstatic void
Deprecated.static void
DeferredCommand.addCommand
(Command cmd) Deprecated.Enqueues aCommand
to be fired after all current events have been handled.void
Submits aCommand
for execution.Constructors in com.google.gwt.user.client with parameters of type Command -
Uses of Command in com.google.gwt.user.client.ui
Methods in com.google.gwt.user.client.ui that return CommandModifier and TypeMethodDescriptionMenuItem.getCommand()
Deprecated.useMenuItem.getScheduledCommand()
insteadMethods in com.google.gwt.user.client.ui with parameters of type CommandModifier and TypeMethodDescriptionvoid
MenuItem.setCommand
(Command cmd) Deprecated.useMenuItem.setScheduledCommand(ScheduledCommand)
instead
DeferredCommand.addCommand(Command)