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