Uses of Interface
com.vaadin.client.Command
Packages that use Command
Package
Description
-
Uses of Command in com.vaadin.client
Methods in com.vaadin.client with parameters of type CommandModifier and TypeMethodDescriptionstatic voidDependencyLoader.runWhenEagerDependenciesLoaded(Command command) Adds a command to be run when all eager dependencies have finished loading. -
Uses of Command in com.vaadin.client.communication
Methods in com.vaadin.client.communication with parameters of type CommandModifier and TypeMethodDescriptionfinal voidAtmospherePushConnection.disconnect(Command command) voidPushConnection.disconnect(Command command) Closes the push connection.voidMessageHandler.setNextResponseSessionExpiredHandler(Command nextResponseSessionExpiredHandler) Sets a temporary handler for session expiration. -
Uses of Command in com.vaadin.client.flow.reactive
Methods in com.vaadin.client.flow.reactive with parameters of type CommandModifier and TypeMethodDescriptionstatic ComputationReactive.runWhenDependenciesChange(Command command) Evaluates the given command whenever there is a change in anyReactiveValueused in the command.static voidReactive.runWithComputation(Computation computation, Command command) Runs a task with the given computation set asReactive.getCurrentComputation().