Uses of Interface
com.vaadin.signals.AbstractSignal.ChildSignalFactory
Packages that use AbstractSignal.ChildSignalFactory
-
Uses of AbstractSignal.ChildSignalFactory in com.vaadin.signals
Methods in com.vaadin.signals with parameters of type AbstractSignal.ChildSignalFactoryModifier and TypeMethodDescriptionprotected <I extends AbstractSignal<?>>
InsertOperation<I> AbstractSignal.submitInsert(SignalCommand command, AbstractSignal.ChildSignalFactory<I> childFactory) Submits a command for this signal and creates and insert operation that is updated once the command result is confirmed.