Uses of Interface
is.codion.swing.common.model.component.combobox.FilterComboBoxModel.ItemFinder
Packages that use FilterComboBoxModel.ItemFinder
Package
Description
Package configuration values:
FilterComboBoxModel.NULL_CAPTION
Package configuration values:
EntitySearchField.SEARCH_INDICATOR
DefaultEditComponentFactory.DEFAULT_TEXT_FIELD_COLUMNS
-
Uses of FilterComboBoxModel.ItemFinder in is.codion.swing.common.model.component.combobox
Methods in is.codion.swing.common.model.component.combobox with parameters of type FilterComboBoxModel.ItemFinderModifier and TypeMethodDescription<V> Value
<V> FilterComboBoxModel.createSelector
(FilterComboBoxModel.ItemFinder<T, V> itemFinder) -
Uses of FilterComboBoxModel.ItemFinder in is.codion.swing.framework.ui.component
Methods in is.codion.swing.framework.ui.component with parameters of type FilterComboBoxModel.ItemFinderModifier and TypeMethodDescription<B extends TextFieldBuilder<Integer,
NumberField<Integer>, B>>
TextFieldBuilder<Integer, NumberField<Integer>, B> EntityComboBox.integerSelectorField
(FilterComboBoxModel.ItemFinder<Entity, Integer> itemFinder) Creates aTextFieldBuilder
returning aNumberField
which value is bound to the selected value in this combo box<B extends TextFieldBuilder<String,
JTextField, B>>
TextFieldBuilder<String, JTextField, B> EntityComboBox.stringSelectorField
(FilterComboBoxModel.ItemFinder<Entity, String> itemFinder) Creates aTextFieldBuilder
returning a text field which value is bound to the selected value in this combo box