com.vaadin.flow.component.gridpro.

Interface ItemUpdater<T,V>

    • Method Summary

      All Methods
      Modifier and Type Method and 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