We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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.