Uses of Interface
is.codion.swing.common.model.component.combobox.FilterComboBoxModel
Packages that use FilterComboBoxModel
Package
Description
ComboBox model implementations with filtering support and null handling.
Package configuration values:
Completion.COMPLETION_MODE
Completion.NORMALIZE
Look and feel related classes
Swing model classes
Package configuration values:
EntityComboBoxModel.PERSISTENCE_AWARE
-
Uses of FilterComboBoxModel in is.codion.swing.common.model.component.combobox
Methods in is.codion.swing.common.model.component.combobox that return FilterComboBoxModel -
Uses of FilterComboBoxModel in is.codion.swing.common.ui.component.combobox
Methods in is.codion.swing.common.ui.component.combobox with parameters of type FilterComboBoxModelModifier and TypeMethodDescription<T> ItemComboBoxBuilder<T> ItemComboBoxBuilder.BuilderFactory.model(FilterComboBoxModel<Item<T>> comboBoxModel) -
Uses of FilterComboBoxModel in is.codion.swing.common.ui.laf
Methods in is.codion.swing.common.ui.laf that return FilterComboBoxModel -
Uses of FilterComboBoxModel in is.codion.swing.framework.model
Methods in is.codion.swing.framework.model that return FilterComboBoxModelModifier and TypeMethodDescriptiondefault <T> FilterComboBoxModel<T> SwingEntityEditor.SwingComponentModels.comboBoxModel(Column<T> column, SwingEntityEditor editor) Creates a combo box model containing the current values of the given column.<T> FilterComboBoxModel<T> Creates a combo box model containing the current values of the given column.<T> FilterComboBoxModel<T> Returns theFilterComboBoxModelassociated with the given column.Methods in is.codion.swing.framework.model that return types with arguments of type FilterComboBoxModelModifier and TypeMethodDescriptionMap<Column<?>, FilterComboBoxModel<?>> SwingEntityEditor.ComboBoxModels.column()Returns the column based combo box models initialized viaSwingEntityEditor.ComboBoxModels.get(Column). -
Uses of FilterComboBoxModel in is.codion.swing.framework.model.component
Subinterfaces of FilterComboBoxModel in is.codion.swing.framework.model.componentModifier and TypeInterfaceDescriptioninterfaceA ComboBoxModel based on an Entity, showing by default all the entities in the underlying table.