Uses of Interface
com.vaadin.flow.server.Command
-
Uses of Command in com.vaadin.base.devserver
Methods in com.vaadin.base.devserver with parameters of type CommandModifier and TypeMethodDescriptionvoid
DevModeHandlerManagerImpl.registerShutdownCommand
(Command command) -
Uses of Command in com.vaadin.base.devserver.stats
Methods in com.vaadin.base.devserver.stats with parameters of type Command -
Uses of Command in com.vaadin.collaborationengine
Methods in com.vaadin.collaborationengine with parameters of type CommandModifier and TypeMethodDescriptionvoid
ActionDispatcher.dispatchAction
(Command action) Dispatches the given action.
-
Uses of Command in com.vaadin.flow.component
Methods in com.vaadin.flow.component with parameters of type CommandModifier and TypeMethodDescriptionProvides exclusive access to this UI from outside a request handling thread.
void
UI.accessSynchronously
(Command command) Locks the session of this UI and runs the provided command right away.
static ShortcutRegistration
Shortcuts.addShortcutListener
(Component lifecycleOwner, Command command, Key key, KeyModifier... keyModifiers) Invoke a
Command
when the shortcut is invoked.UI.addShortcutListener
(Command command, Key key, KeyModifier... keyModifiers) Registers a global shortcut tied to the
UI
which executes the givenCommand
when invoked. -
Uses of Command in com.vaadin.flow.internal
Methods in com.vaadin.flow.internal with parameters of type CommandModifier and TypeMethodDescriptionStateNode.addAttachListener
(Command attachListener) Adds a command as an attach listener.
StateNode.addDetachListener
(Command detachListener) Adds a command as a detach listener.
void
DevModeHandlerManager.registerShutdownCommand
(Command command) Registers a command that will run when DevModeHandler is shut down
-
Uses of Command in com.vaadin.flow.router
Methods in com.vaadin.flow.router with parameters of type Command -
Uses of Command in com.vaadin.flow.router.internal
Methods in com.vaadin.flow.router.internal with parameters of type Command -
Uses of Command in com.vaadin.flow.server
Subinterfaces of Command in com.vaadin.flow.serverModifier and TypeInterfaceDescriptioninterface
Defines the interface to handle exceptions thrown during the execution of a FutureAccess.
Methods in com.vaadin.flow.server with parameters of type CommandModifier and TypeMethodDescriptionProvides exclusive access to this session from outside a request handling thread.
VaadinService.accessSession
(VaadinSession session, Command command) Implementation for
VaadinSession.access(Command)
.void
VaadinSession.accessSynchronously
(Command command) Locks this session and runs the provided Command right away.
void
Block updates to the registry configuration from other threads until update command has completed.
Constructors in com.vaadin.flow.server with parameters of type CommandModifierConstructorDescriptionFutureAccess
(VaadinSession session, Command command) Creates an instance for the given command.