Uses of Interface
com.vaadin.client.Command
-
Packages that use Command Package Description com.vaadin.client com.vaadin.client.communication com.vaadin.client.flow.reactive -
-
Uses of Command in com.vaadin.client
Methods in com.vaadin.client with parameters of type Command Modifier and Type Method Description static 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 Command Modifier and Type Method Description 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 Command Modifier and Type Method Description static 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().
-