Method and Description |
---|
com.vaadin.flow.data.selection.MultiSelectionEvent.getNewSelection()
Use
MultiSelectionEvent.getValue() or MultiSelectionEvent.getAllSelectedItems()
instead which are the exact replacements for this method. |
com.vaadin.flow.data.provider.HasDataGenerators.removeDataGenerator(DataGenerator<T>)
Use the registration returned from
HasDataGenerators.addDataGenerator(DataGenerator) instead. |
Copyright © 2000–2023 Vaadin Ltd. All rights reserved.