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

Interface ArrayUpdater

    • Nested Class Summary

      Nested Classes
      Modifier and Type Interface 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.