You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.flow.component.combobox.

Class 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:

    Serialized Form