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 theCommandwhich 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 voidDeprecated.static voidDeferredCommand.addCommand(Command cmd) Deprecated.Enqueues aCommandto be fired after all current events have been handled.voidSubmits aCommandfor 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 TypeMethodDescriptionvoidMenuItem.setCommand(Command cmd) Deprecated.useMenuItem.setScheduledCommand(ScheduledCommand)instead
DeferredCommand.addCommand(Command)