| Package | Description |
|---|---|
| com.vaadin.ui.components.grid |
| Modifier and Type | Field and Description |
|---|---|
static SourceDataProviderUpdater |
SourceDataProviderUpdater.NOOP
A NOOP updater that does not do anything for the source data provider.
|
| Modifier and Type | Method and Description |
|---|---|
SourceDataProviderUpdater<T> |
GridRowDragger.getSourceDataProviderUpdater()
Returns the source grid data provider updater.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridRowDragger.setSourceDataProviderUpdater(SourceDataProviderUpdater<T> sourceDataProviderUpdater)
Sets the source data provider updater, which handles removing items from
the drag source 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.