Uses of Interface
com.vaadin.flow.server.Command
Packages that use Command
Package
Description
-
Uses of Command in com.vaadin.collaborationengine
Methods in com.vaadin.collaborationengine with parameters of type CommandModifier and TypeMethodDescriptionvoidActionDispatcher.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.voidUI.accessSynchronously(Command command) Locks the session of this UI and runs the provided command right away.static ShortcutRegistrationShortcuts.addShortcutListener(Component lifecycleOwner, Command command, Key key, KeyModifier... keyModifiers) Invoke aCommandwhen the shortcut is invoked.UI.addShortcutListener(Command command, Key key, KeyModifier... keyModifiers) Registers a global shortcut tied to theUIwhich executes the givenCommandwhen 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.voidDevModeHandlerManager.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 TypeInterfaceDescriptioninterfaceDefines 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 forVaadinSession.access(Command).voidVaadinSession.accessSynchronously(Command command) Locks this session and runs the provided Command right away.voidBlock 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.