Uses of Record Class
com.vaadin.signals.impl.CommandResult.Accept
Packages that use CommandResult.Accept
-
Uses of CommandResult.Accept in com.vaadin.signals
Method parameters in com.vaadin.signals with type arguments of type CommandResult.AcceptModifier and TypeMethodDescriptionprotected <R> SignalOperation<R>
Signal.submit
(SignalCommand command, Function<CommandResult.Accept, R> resultConverter) Submits a command for this signal and uses the provided result converter to updates the created operation once the command result is confirmed.protected <R,
O extends SignalOperation<R>>
OSignal.submit
(SignalCommand command, Function<CommandResult.Accept, R> resultConverter, O operation) Submits a command for this signal and updates the given operation using the given result converter once the command result is confirmed. -
Uses of CommandResult.Accept in com.vaadin.signals.impl
Methods in com.vaadin.signals.impl that return CommandResult.AcceptModifier and TypeMethodDescriptionstatic CommandResult.Accept
CommandResult.ok()
Creates a simple accepted result without modifications or original inserts.