Package | Description |
---|---|
com.vaadin.flow.component.combobox | |
com.vaadin.flow.component.combobox.dataview |
Modifier and Type | Method and Description |
---|---|
Registration |
ComboBox.addCustomValueSetListener(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(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(DataCommunicator<T> dataCommunicator,
ComboBox<T> comboBox,
SerializableBiConsumer<SerializablePredicate<T>,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.