-
Classes Class Description com.vaadin.flow.component.combobox.GeneratedVaadinComboBox This class is not used in any API, and will be removed in a future major version.com.vaadin.flow.component.combobox.GeneratedVaadinComboBox.CustomValueSetEvent UseComboBoxBase.CustomValueSetEventinstead. This class will be removed in a future major version.com.vaadin.flow.component.combobox.GeneratedVaadinComboBox.FilterChangeEvent This class is not used in any API, and will be removed in a future major version.com.vaadin.flow.component.combobox.GeneratedVaadinComboBox.InvalidChangeEvent This class is not used in any API, and will be removed in a future major version.com.vaadin.flow.component.combobox.GeneratedVaadinComboBox.OpenedChangeEvent This class is not used in any API, and will be removed in a future major version.com.vaadin.flow.component.combobox.GeneratedVaadinComboBox.SelectedItemChangeEvent This class is not used in any API, and will be removed in a future major version.
-
Methods Method Description com.vaadin.flow.component.combobox.ComboBox.addToPrefix(Component...) since v23.3com.vaadin.flow.component.combobox.ComboBox.isPreventInvalidInput() Since 23.2, this API is deprecated.com.vaadin.flow.component.combobox.ComboBox.remove(Component...) since v23.3com.vaadin.flow.component.combobox.ComboBox.removeAll() since v23.3com.vaadin.flow.component.combobox.ComboBox.setPreventInvalidInput(boolean) Since 23.2, this API is deprecated in favor ofHasAllowedCharPattern.setAllowedCharPattern(String)com.vaadin.flow.component.combobox.ComboBoxBase.setDataProvider(DataProvider<TItem, String>) use instead one of thesetItemsmethods which provide access to eitherComboBoxListDataVieworComboBoxLazyDataViewcom.vaadin.flow.component.combobox.ComboBoxBase.setItems(Stream<TItem>) Because the stream is collected to a list anyway, useComboBoxBase.setItems(Collection)orComboBoxBase.setItems(CallbackDataProvider.FetchCallback)instead.