Interface ListComboBoxBuilder<T>

Type Parameters:
T - the value type
All Superinterfaces:
ComponentBuilder<JComboBox<T>,ListComboBoxBuilder<T>>, ComponentValueBuilder<JComboBox<T>,Set<T>,ListComboBoxBuilder<T>>, Supplier<JComboBox<T>>

public interface ListComboBoxBuilder<T> extends ComponentValueBuilder<JComboBox<T>,Set<T>,ListComboBoxBuilder<T>>
Creates a JComboBox based ComponentValue instance, represented by the items in the combo box (as opposed to the selected item)