Uses of Interface
is.codion.common.model.component.combobox.FilterComboBoxModel.ItemFinder
Packages that use FilterComboBoxModel.ItemFinder
Package
Description
Package configuration values:
EntitySearchField.SEARCH_INDICATOR
EntitySearchField.SEARCH_PROGRESS_BAR_DELAY
DefaultEditComponent.TEXT_FIELD_COLUMNS
-
Uses of FilterComboBoxModel.ItemFinder in is.codion.common.model.component.combobox
Methods in is.codion.common.model.component.combobox with parameters of type FilterComboBoxModel.ItemFinderModifier and TypeMethodDescription<V> Value<V> FilterComboBoxModel.selector(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<NumberField<Integer>,Integer, B>>
TextFieldBuilder<NumberField<Integer>, Integer, B> EntityComboBox.Selector.integerField(FilterComboBoxModel.ItemFinder<Entity, Integer> itemFinder) Creates aTextFieldBuilderreturning aNumberFieldwhich value is bound to the selected value in this combo box<B extends TextFieldBuilder<JTextField,String, B>>
TextFieldBuilder<JTextField, String, B> EntityComboBox.Selector.stringField(FilterComboBoxModel.ItemFinder<Entity, String> itemFinder) Creates aTextFieldBuilderreturning a text field which value is bound to the selected value in this combo box