Interface HierarchicalArrayUpdater

All Superinterfaces:
ArrayUpdater, Serializable

@Deprecated(since="24.9", forRemoval=true) public interface HierarchicalArrayUpdater extends ArrayUpdater
Deprecated, for removal: This API element is subject to removal in a future version.
since 24.9 and will be replaced by ArrayUpdater in Vaadin 25.
Hierarchical array update strategy aware class.

For internal use only. May be renamed or removed in a future release.

Since:
1.1
Author:
Vaadin Ltd
  • Method Details

    • startUpdate

      HierarchicalArrayUpdater.HierarchicalUpdate startUpdate(int sizeChange)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from interface: ArrayUpdater
      Starts update of an array.
      Specified by:
      startUpdate in interface ArrayUpdater
      Parameters:
      sizeChange - the size of the array where changes happened
      Returns:
      array update strategy