Interface ListBoxBuilder<T>

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

public interface ListBoxBuilder<T> extends ComponentBuilder<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)