Class ComboBoxDataCommunicator<TItem>

java.lang.Object
com.vaadin.flow.data.provider.DataCommunicator<TItem>
com.vaadin.flow.component.combobox.ComboBoxDataCommunicator<TItem>
Type Parameters:
TItem - The type of the item selectable in the combo box
All Implemented Interfaces:
Serializable

public class ComboBoxDataCommunicator<TItem> extends DataCommunicator<TItem>
Customized data communicator that uses a custom key mapper for preserving keys of selected items when using lazy-loading.
See Also: