Interface ItemComboBoxBuilder<T>

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

public interface ItemComboBoxBuilder<T> extends ComponentValueBuilder<T,JComboBox<Item<T>>,ItemComboBoxBuilder<T>>
Builds a item combo box.