Module is.codion.swing.common.model
Interface SwingFilterComboBoxModel.Builder.ItemsStep
- Enclosing interface:
SwingFilterComboBoxModel.Builder<T>
public static interface SwingFilterComboBoxModel.Builder.ItemsStep
Provides a Swing
SwingFilterComboBoxModel.Builder-
Method Summary
Modifier and TypeMethodDescriptionitems(Collection<T> items) items(Supplier<Collection<T>> items)
-
Method Details
-
items
- Type Parameters:
T- the item type- Parameters:
items- the items to add to the model- Returns:
- a new
SwingFilterComboBoxModel.Builderinstance
-
items
- Type Parameters:
T- the item type- Parameters:
items- the item supplier- Returns:
- a new
SwingFilterComboBoxModel.Builderinstance
-
items
- Type Parameters:
T- the item type- Parameters:
items- the items to display in the model- Returns:
- a new
SwingFilterComboBoxModel.SwingItemComboBoxModelBuilder
-