You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.flow.component.gridpro.

Interface ItemUpdater<T,​V>

    • Method Summary

      All Methods
      Modifier and Type Method Description
      void accept​(T item, V newValue)

      Called when a new value has been entered to an editor for an item.

    • Method Detail

      • accept

        void accept​(T item,
                    V newValue)

        Called when a new value has been entered to an editor for an item.

        Specified by:

        accept in interface BiConsumer<T,​V>

        Parameters:

        item - the instance of the item

        newValue - the new value of the property