Uses of Class
com.vaadin.signals.operations.InsertOperation
Packages that use InsertOperation
-
Uses of InsertOperation in com.vaadin.signals
Methods in com.vaadin.signals that return InsertOperationModifier and TypeMethodDescriptionListSignal.insertAt(T value, ListSignal.ListPosition at) Inserts a value at the given position in this list.NodeSignal.insertChild(ListSignal.ListPosition at) Inserts a new node with no value as a list node at the given list position.NodeSignal.insertChildWithValue(Object value, ListSignal.ListPosition at) Inserts a new node with the given value as a list node at the given list position.ListSignal.insertFirst(T value) Inserts a value as the first entry in this list.ListSignal.insertLast(T value) Inserts a value as the last entry in this list.NodeSignal.putChildIfAbsent(String key) Creates a new node with no value if a map node with the given key doesn't already exist.MapSignal.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, Function<Id, I> childFactory) Submits a command for this signal and creates and insert operation that is updated once the command result is confirmed.