T - the bean type@FunctionalInterface public interface SourceDataProviderUpdater<T> extends Serializable
GridRowDragger.
Used to handle updates to the source grid's DataProvider after a
drop.| Modifier and Type | Field and Description |
|---|---|
static SourceDataProviderUpdater |
NOOP
A NOOP updater that does not do anything for the source data provider.
|
| Modifier and Type | Method and Description |
|---|---|
void |
removeItems(DropEffect dropEffect,
DataProvider<T,?> dataProvider,
Collection<T> items)
Called when Items have been dragged.
|
static final SourceDataProviderUpdater NOOP
void removeItems(DropEffect dropEffect, DataProvider<T,?> dataProvider, Collection<T> items)
dropEffect - the reported drop effect from the drop eventdataProvider - the data provider for the source griditems - dragged items.Copyright © 2020 Vaadin Ltd. All rights reserved.