Uses of Interface
com.vaadin.ui.components.grid.TargetDataProviderUpdater
-
Packages that use TargetDataProviderUpdater Package Description com.vaadin.ui.components.grid -
-
Uses of TargetDataProviderUpdater in com.vaadin.ui.components.grid
Methods in com.vaadin.ui.components.grid that return TargetDataProviderUpdater Modifier and Type Method Description TargetDataProviderUpdater<T>
GridRowDragger. getTargetDataProviderUpdater()
Returns the target grid data provider updater.Methods in com.vaadin.ui.components.grid with parameters of type TargetDataProviderUpdater Modifier and Type Method Description void
GridRowDragger. setTargetDataProviderUpdater(TargetDataProviderUpdater<T> targetDataProviderUpdater)
Sets the target data provider updater, which handles adding the dropped items to the target grid.Constructors in com.vaadin.ui.components.grid with parameters of type TargetDataProviderUpdater Constructor 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.
-