Uses of Interface
is.codion.framework.model.EntityComboBoxModel
Packages that use EntityComboBoxModel
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
Package configuration values:
PERSISTENCE_AWARE
-
Uses of EntityComboBoxModel in is.codion.framework.model
Classes in is.codion.framework.model with type parameters of type EntityComboBoxModelModifier and TypeClassDescriptionprotected static classAbstractEntityEditor.DefaultComboBoxModels<F extends EntityComboBoxModel,C extends FilterComboBoxModel<?>> Provides default ComboBoxModel management.Methods in is.codion.framework.model that return EntityComboBoxModelModifier and TypeMethodDescriptionEntityComboBoxModel.Builder.build()default EntityComboBoxModelEntityEditor.ComponentModels.comboBoxModel(ForeignKey foreignKey, EntityConnectionProvider connectionProvider) Creates a newEntityComboBoxModelfor the given foreign key, override to provide a customEntityComboBoxModelimplementation.EntityEditor.ComboBoxModels.create(ForeignKey foreignKey) Creates a newEntityComboBoxModelfor the given foreign key.EntityEditor.ComboBoxModels.get(ForeignKey foreignKey) Returns theEntityComboBoxModelassociated with the given foreign key.Methods in is.codion.framework.model that return types with arguments of type EntityComboBoxModelModifier and TypeMethodDescriptionForeignKeyConditionModel.equalComboBoxModel()Map<ForeignKey, ? extends EntityComboBoxModel> EntityEditor.ComboBoxModels.foreignKey()Returns the foreign key based combo box models initialized viaEntityEditor.ComboBoxModels.get(ForeignKey).Methods in is.codion.framework.model with parameters of type EntityComboBoxModelModifier and TypeMethodDescriptionForeignKeyConditionModel.Builder.equalComboBoxModel(EntityComboBoxModel equalComboBoxModel) Note that this combo box model is linked to the EQUAL operand, so no linking is required when constructing a UI component.EntityComboBoxModel.Builder.filter(ForeignKey foreignKey, EntityComboBoxModel filterModel) Links the given combo box model representing foreign key entities to this combo box model so that selection in the foreign key model filters this model.voidEntityComboBoxModel.ForeignKeyFilter.link(EntityComboBoxModel filterModel) Links the given combo box model representing foreign key entities to this combo box model so that selection in the foreign key model filters this model. -
Uses of EntityComboBoxModel in is.codion.swing.framework.model.component
Subinterfaces of EntityComboBoxModel 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).