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 TypeMethodDescriptionAbstractEntityComboBoxModelBuilder.build()EntityComboBoxModel.Builder.build()default EntityComboBoxModelEntityEditor.ComponentModels.comboBoxModel(ForeignKey foreignKey, EntityConnection connection) 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()Note that the selection of this combo box model is not the EQUAL operand, a component based on it must be linked toConditionModel.Operands.equal().Map<ForeignKey, ? extends EntityComboBoxModel> EntityEditor.ComboBoxModels.foreignKey()Returns the foreign key based combo box models initialized viaEntityEditor.ComboBoxModels.get(ForeignKey).ForeignKeyConditionModel.inComboBoxModel()Note that the selection of this combo box model is not the IN operand, a component based on it must be linked toConditionModel.Operands.in().Methods in is.codion.framework.model with parameters of type EntityComboBoxModelModifier and TypeMethodDescriptionForeignKeyConditionModel.Builder.equalComboBoxModel(EntityComboBoxModel equalComboBoxModel) Note that the selection of this combo box model is not the EQUAL operand, a component based on it must be linked toConditionModel.Operands.equal().final BAbstractEntityComboBoxModelBuilder.filter(ForeignKey foreignKey, EntityComboBoxModel filterModel) 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.ForeignKeyConditionModel.Builder.inComboBoxModel(EntityComboBoxModel inComboBoxModel) Note that the selection of this combo box model is not the IN operand, a component based on it must be linked toConditionModel.Operands.in().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 howSwingFilterComboBoxModelrelates toFilterComboBoxModel).