Interface ListBoxBuilder<T>

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

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