We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.component.gridpro.
Interface ItemUpdater<T,V>
Type Parameters:
T
- the item type
V
- the value type
All Superinterfaces:
BiConsumer<T,
, Serializable
, SerializableBiConsumer<T,
Callback that is called when a new value has been entered to an editor.
-
Method Summary
Methods inherited from interface java.util.function.BiConsumer
andThen
-
Method Details
-
accept
Called when a new value has been entered to an editor for an item.
Specified by:
accept
in interfaceBiConsumer<T,
V> Parameters:
item
- the instance of the itemnewValue
- the new value of the property
-