ComboBox.NewItemProvider
.@Deprecated @FunctionalInterface public static interface ComboBox.NewItemHandler extends SerializableConsumer<String>
NOTE 1: If the new item is rejected the client must be notified of the fact via ComboBoxClientRpc or selection handling won't complete.
NOTE 2: Selection handling must be completed separately if filtering the data source with the same value won't include the new item in the initial list of suggestions. Failing to do so will lead to selection handling never completing and previous selection remaining on the server.
Copyright © 2018 Vaadin Ltd. All rights reserved.