diff options
author | Pekka Hyvönen <pekka@vaadin.com> | 2017-11-15 14:37:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-15 14:37:33 +0200 |
commit | 6e01211931df3c294f8e3c077849c5d433c1d35f (patch) | |
tree | 4d2006267d7b2bde598d588947e52d95bca8bf31 /all/src | |
parent | 3344de2f9aa238d90205a0b8ed11b0853e8b85c4 (diff) | |
download | vaadin-framework-6e01211931df3c294f8e3c077849c5d433c1d35f.tar.gz vaadin-framework-6e01211931df3c294f8e3c077849c5d433c1d35f.zip |
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.
Diffstat (limited to 'all/src')
-rw-r--r-- | all/src/main/templates/release-notes.html | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ <li><tt>AbstractDateField</tt> is not a <tt>LegacyComponent</tt> anymore.</li> <li><tt>AbstractDateField</tt>.<tt>formatDate</tt> is now abstract.</li> <li><tt>VAbstractTextualDate</tt>.<tt>updateDateVariables()</tt> is now <tt>updateBufferedResolutions()</tt> and <tt>updateAndSendBufferedValues()</tt>.</li> + <li><tt></tt></li> + <li>For <tt>GridDragStartEvent</tt> and <tt>GridDragEndEvent</tt> classes, the method <tt>getDraggedItems</tt> now returns a <tt>List</tt> instead of a <tt>Set</tt>, with the first-to-last item ordering from client side.</li> <h2>For incompatible or behavior-altering changes in 8.1, please see <a href="https://vaadin.com/download/release/8.1/8.1.0/release-notes.html#incompatible">8.1 release notes</a></h2> |