Uses of Interface
is.codion.swing.common.model.component.combobox.FilterComboBoxModel.ItemComboBoxModelBuilder
Packages that use FilterComboBoxModel.ItemComboBoxModelBuilder
Package
Description
ComboBox model implementations with filtering support and null handling.
-
Uses of FilterComboBoxModel.ItemComboBoxModelBuilder in is.codion.swing.common.model.component.combobox
Methods in is.codion.swing.common.model.component.combobox that return FilterComboBoxModel.ItemComboBoxModelBuilderModifier and TypeMethodDescriptionReturns aFilterComboBoxModel.ItemComboBoxModelBuilder, by default unsorted.Sets the initally selected itemSets the initally selected itemFilterComboBoxModel.ItemComboBoxModelBuilder.sorted(boolean sorted) Default false.FilterComboBoxModel.ItemComboBoxModelBuilder.sorted(Comparator<Item<T>> comparator)