Bladeren bron

Detailed the usage of the GridRowDragger class (#11355)

tags/8.7.0.alpha1
edler-san 5 jaren geleden
bovenliggende
commit
10bfb39952
1 gewijzigde bestanden met toevoegingen van 2 en 1 verwijderingen
  1. 2
    1
      server/src/main/java/com/vaadin/ui/components/grid/GridRowDragger.java

+ 2
- 1
server/src/main/java/com/vaadin/ui/components/grid/GridRowDragger.java Bestand weergeven

@@ -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.
* <p>
* <em>NOTE: this helper works only with {@link ListDataProvider} on both grids.
* If you have another data provider, you should customize data provider

Laden…
Annuleren
Opslaan