116117118119120121122123124125126
return; } IndexedContainer container = (IndexedContainer) table .getContainerDataSource(); container.removeItem(dragged); addItemAfter(dragged, target); } }); }