Interface ItemUpdater<T,V>
-
- Type Parameters:
T- the item typeV- the value type
- All Superinterfaces:
BiConsumer<T,V>,Serializable,com.vaadin.flow.function.SerializableBiConsumer<T,V>
public interface ItemUpdater<T,V> extends com.vaadin.flow.function.SerializableBiConsumer<T,V>Callback that is called when a new value has been entered to an editor.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaccept(T item, V newValue)Called when a new value has been entered to an editor for an item.-
Methods inherited from interface java.util.function.BiConsumer
andThen
-
-