Uses of Interface
com.google.gwt.user.client.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
Modifier and TypeMethodDescriptionCommandCanceledException.getCommand()
Returns theCommand
which was canceled by the user as a result of a slow script warning.Modifier 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. -
Uses of Command in com.google.gwt.user.client.ui
Modifier and TypeMethodDescriptionMenuItem.getCommand()
Deprecated.useMenuItem.getScheduledCommand()
insteadModifier and TypeMethodDescriptionvoid
MenuItem.setCommand
(Command cmd) Deprecated.useMenuItem.setScheduledCommand(ScheduledCommand)
instead
DeferredCommand.addCommand(Command)