From 6e01211931df3c294f8e3c077849c5d433c1d35f Mon Sep 17 00:00:00 2001 From: Pekka Hyvönen Date: Wed, 15 Nov 2017 14:37:33 +0200 Subject: Add helper for Grid row DnD (#10255) * Added Griddragger. * Refactored the GridDragger to match FW style Unit tests, Test UI and documentation to come next. * Change DropMode to BETWEEN and add Test UIs * Simplify GridDragger API * Fixes and unit tests for GridDragger Fixed issues regarding drop index calculation when sourche and target grid is the same. When the ListDataProvider is not internally using List, always drops to the end. Updates the old data provider instead of creating a new one to preserve filters&sorting. --- all/src/main/templates/release-notes.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'all/src') diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html index 84fea86ec2..ba6a6a16f5 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -126,6 +126,8 @@
  • AbstractDateField is not a LegacyComponent anymore.
  • AbstractDateField.formatDate is now abstract.
  • VAbstractTextualDate.updateDateVariables() is now updateBufferedResolutions() and updateAndSendBufferedValues().
  • +
  • +
  • For GridDragStartEvent and GridDragEndEvent classes, the method getDraggedItems now returns a List instead of a Set, with the first-to-last item ordering from client side.
  • For incompatible or behavior-altering changes in 8.1, please see 8.1 release notes

    -- cgit v1.2.3