Uses of Interface
is.codion.common.model.component.combobox.FilterComboBoxModel
Packages that use FilterComboBoxModel
Package
Description
Package configuration values:
EntityApplicationModel.USER_PREFERENCES
EntityApplicationModel.PREFERENCES_KEY
EntityEditor.PUBLISH_PERSISTENCE_EVENTS
EntityEditor.PERSIST_FOREIGN_KEYS
EntityQueryModel.LIMIT
EntityTableModel.ON_INSERT
EntityTableModel.ORDER_QUERY
ForeignKeyModelLink.SET_CONDITION_ON_INSERT
ForeignKeyModelLink.SET_VALUE_ON_INSERT
ForeignKeyModelLink.REFRESH_ON_SELECTION
ForeignKeyModelLink.CLEAR_CONDITION_ON_EMPTY_SELECTION
ForeignKeyModelLink.CLEAR_VALUE_ON_EMPTY_SELECTION
EntitySearchModel.DEFAULT_LIMIT
EntitySearchModel.PERSISTENCE_AWARE
ComboBox model implementations with filtering support and null handling.
Package configuration values:
EntityComboBoxModel.PERSISTENCE_AWARE
-
Uses of FilterComboBoxModel in is.codion.common.model.component.combobox
Methods in is.codion.common.model.component.combobox that return FilterComboBoxModel -
Uses of FilterComboBoxModel in is.codion.framework.model
Classes in is.codion.framework.model with type parameters of type FilterComboBoxModelModifier and TypeClassDescriptionprotected static classAbstractEntityEditor.DefaultComboBoxModels<F extends EntityComboBoxModel,C extends FilterComboBoxModel<?>> Provides default ComboBoxModel management.Subinterfaces of FilterComboBoxModel in is.codion.framework.modelModifier and TypeInterfaceDescriptioninterfaceA ComboBoxModel based on an Entity, showing by default all the entities in the underlying table.Methods in is.codion.framework.model that return FilterComboBoxModelModifier and TypeMethodDescriptiondefault <T> FilterComboBoxModel<T> EntityEditor.ComponentModels.comboBoxModel(Column<T> column, EntityConnectionProvider connectionProvider) Creates a combo box model containing the current values of the given column.<T> FilterComboBoxModel<T> <T> FilterComboBoxModel<T> Creates a combo box model containing the current values of the given column.<T> FilterComboBoxModel<T> <T> FilterComboBoxModel<T> Returns theFilterComboBoxModelassociated with the given column.Methods in is.codion.framework.model that return types with arguments of type FilterComboBoxModelModifier and TypeMethodDescriptionMap<Column<?>, ? extends FilterComboBoxModel<?>> EntityEditor.ComboBoxModels.column()Returns the column based combo box models initialized viaEntityEditor.ComboBoxModels.get(Column). -
Uses of FilterComboBoxModel in is.codion.swing.common.model.component.combobox
Subinterfaces of FilterComboBoxModel in is.codion.swing.common.model.component.comboboxModifier and TypeInterfaceDescriptioninterfaceA SwingComboBoxModelbased on the UI-agnosticFilterComboBoxModel, adding theComboBoxModelinterface — mirroring howSwingTableModelextendsTableModel.Methods in is.codion.swing.common.model.component.combobox with parameters of type FilterComboBoxModelModifier and TypeMethodDescriptionstatic <T> SwingFilterComboBoxModel<T> SwingFilterComboBoxModel.model(FilterComboBoxModel<T> model) Wraps the given UI-agnosticFilterComboBoxModelwith the SwingComboBoxModelcoat — used to give an already-built common model (e.g. -
Uses of FilterComboBoxModel in is.codion.swing.framework.model.component
Subinterfaces of FilterComboBoxModel in is.codion.swing.framework.model.componentModifier and TypeInterfaceDescriptioninterfaceA SwingComboBoxModelbased on an Entity — the Swing coat over the UI-agnosticEntityComboBoxModel, adding theSwingFilterComboBoxModelinterface (mirroring howSwingComboBoxModelrelates toFilterComboBoxModel).