| Package | Description |
|---|---|
| com.vaadin.ui.components.grid |
| Modifier and Type | Method and Description |
|---|---|
TargetDataProviderUpdater<T> |
GridRowDragger.getTargetDataProviderUpdater()
Returns the target grid data provider updater.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridRowDragger.setTargetDataProviderUpdater(TargetDataProviderUpdater<T> targetDataProviderUpdater)
Sets the target data provider updater, which handles adding the dropped
items to the target grid.
|
| Constructor and Description |
|---|
GridRowDragger(Grid<T> source,
Grid<T> target,
TargetDataProviderUpdater<T> targetDataProviderUpdater,
SourceDataProviderUpdater<T> sourceDataProviderUpdater)
Enables DnD moving of rows from the source grid to the target grid with
the custom data provider updaters.
|
Copyright © 2019 Vaadin Ltd. All rights reserved.