Module is.codion.swing.common.model
Interface FilterComboBoxModel.Builder.ItemsStep
- Enclosing interface:
FilterComboBoxModel.Builder<T>
public static interface FilterComboBoxModel.Builder.ItemsStep
Provides a
FilterComboBoxModel.Builder-
Method Summary
Modifier and TypeMethodDescription<T> FilterComboBoxModel.Builder<T> items(Collection<T> items) <T> FilterComboBoxModel.Builder<T> items(Supplier<Collection<T>> items) Returns aFilterComboBoxModel.ItemComboBoxModelBuilder, by default unsorted.
-
Method Details
-
items
- Type Parameters:
T- the item type- Parameters:
items- the items to add to the model- Returns:
- a new
FilterComboBoxModel.Builderinstance
-
items
- Type Parameters:
T- the item type- Parameters:
items- the item supplier- Returns:
- a new
FilterComboBoxModel.Builderinstance
-
items
Returns aFilterComboBoxModel.ItemComboBoxModelBuilder, by default unsorted.- Type Parameters:
T- the item type- Parameters:
items- the items to display in the model- Returns:
- a new
FilterComboBoxModel.ItemComboBoxModelBuilder - See Also:
-