Uses of Interface
com.vaadin.signals.AbstractSignal.ResultConverter
Packages that use AbstractSignal.ResultConverter
-
Uses of AbstractSignal.ResultConverter in com.vaadin.signals
Methods in com.vaadin.signals with parameters of type AbstractSignal.ResultConverterModifier and TypeMethodDescriptionprotected <R> SignalOperation<R> AbstractSignal.submit(SignalCommand command, AbstractSignal.ResultConverter<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>>
OAbstractSignal.submit(SignalCommand command, AbstractSignal.ResultConverter<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.