| Package | Description |
|---|---|
| com.vaadin.flow.component.combobox | |
| com.vaadin.flow.component.combobox.dataview |
| Modifier and Type | Method and Description |
|---|---|
com.vaadin.flow.shared.Registration |
ComboBox.addCustomValueSetListener(com.vaadin.flow.component.ComponentEventListener<GeneratedVaadinComboBox.CustomValueSetEvent<ComboBox<T>>> listener)
Adds a listener for the event which is fired when user inputs a string
value that does not match any existing items and commits it eg.
|
| Constructor and Description |
|---|
ComboBoxDataView(com.vaadin.flow.data.provider.DataCommunicator<T> dataCommunicator,
ComboBox<T> comboBox)
Creates a new generic data view for ComboBox and verifies the passed data
provider is compatible with this data view implementation.
|
ComboBoxListDataView(com.vaadin.flow.data.provider.DataCommunicator<T> dataCommunicator,
ComboBox<T> comboBox,
com.vaadin.flow.function.SerializableBiConsumer<com.vaadin.flow.function.SerializablePredicate<T>,com.vaadin.flow.function.SerializableComparator<T>> filterOrSortingChangedCallback)
Creates a new instance of ComboBox in-memory data view and verifies the
passed data provider is compatible with this data view implementation.
|
Copyright © 2021. All rights reserved.