com.vaadin.flow.data.provider.

Interface ArrayUpdater

  • All Superinterfaces:

    Serializable


    public interface ArrayUpdater
    extends Serializable

    Array update strategy aware class.

    Since:

    1.0

    Author:

    Vaadin Ltd

    • Nested Class Summary

      Nested Classes
      Modifier and Type Interface and Description
      static interface  ArrayUpdater.Update

      Array updater strategy.

    • Method Detail

      • startUpdate

        ArrayUpdater.Update startUpdate(int sizeChange)

        Starts update of an array.

        Parameters:

        sizeChange - the size of the array where changes happened

        Returns:

        array update strategy

      • initialize

        void initialize()

        Initialize the array.