From 10bfb3995258018186aee1711af07e67aaf8c525 Mon Sep 17 00:00:00 2001 From: edler-san <19165931+edler-san@users.noreply.github.com> Date: Wed, 5 Dec 2018 08:39:56 +0100 Subject: [PATCH] Detailed the usage of the GridRowDragger class (#11355) --- .../java/com/vaadin/ui/components/grid/GridRowDragger.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/server/src/main/java/com/vaadin/ui/components/grid/GridRowDragger.java b/server/src/main/java/com/vaadin/ui/components/grid/GridRowDragger.java index 5e4a4c96f6..56ebe406ca 100644 --- a/server/src/main/java/com/vaadin/ui/components/grid/GridRowDragger.java +++ b/server/src/main/java/com/vaadin/ui/components/grid/GridRowDragger.java @@ -40,7 +40,8 @@ import com.vaadin.ui.Grid.Column; * {@link #getGridDragSource()} and {@link #getGridDropTarget()}.The drop target * grid has been set to not allow drops for a target row when the grid has been * sorted, since the visual drop target location would not match where the item - * would actually be dropped into. + * would actually be dropped into. Additionally, a grid MUST NOT be the target + * of more than one GridRowDragger. *

* NOTE: this helper works only with {@link ListDataProvider} on both grids. * If you have another data provider, you should customize data provider -- 2.39.5