-
Methods Method Description com.vaadin.flow.data.provider.hierarchy.HasHierarchicalDataProvider.setDataProvider(DataProvider<T, ?>) UseHasHierarchicalDataProvider.setDataProvider(HierarchicalDataProvider)instead as the data should be hierarchicalcom.vaadin.flow.data.selection.MultiSelectionEvent.getNewSelection() UseMultiSelectionEvent.getValue()orMultiSelectionEvent.getAllSelectedItems()instead which are the exact replacements for this method.