Uses of Class
com.vaadin.flow.signals.operations.InsertOperation
Packages that use InsertOperation
-
Uses of InsertOperation in com.vaadin.flow.signals.shared
Methods in com.vaadin.flow.signals.shared that return InsertOperationModifier and TypeMethodDescriptionSharedListSignal.insertAt(T value, SharedListSignal.ListPosition at) Inserts a value at the given position in this list.SharedNodeSignal.insertChild(SharedListSignal.ListPosition at) Inserts a new node with no value as a list node at the given list position.SharedNodeSignal.insertChildWithValue(Object value, SharedListSignal.ListPosition at) Inserts a new node with the given value as a list node at the given list position.SharedListSignal.insertFirst(T value) Inserts a value as the first entry in this list.SharedListSignal.insertLast(T value) Inserts a value as the last entry in this list.SharedNodeSignal.putChildIfAbsent(String key) Creates a new node with no value if a map node with the given key doesn't already exist.SharedMapSignal.putIfAbsent(String key, T value) Creates a new entry with the given value if an entry with the given key doesn't already exist.protected <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.