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
EntitySearchModel.WILDCARD_PREFIX
EntitySearchModel.WILDCARD_POSTFIX
EntitySearchModel.SPACE_AS_WILDCARD
EntitySearchModel.CASE_SENSITIVE
EntityConditionModel.NEGATION_INCLUDES_NULL
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.ForeignKeyConditionModel.Models.Operand.comboBoxModel()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 TypeMethodDescriptionMap<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 TypeMethodDescriptionfinal 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.EntitySearchModel.Builder.filter(ForeignKey foreignKey, EntityComboBoxModel filterModel) Links the given combo box model representing foreign key entities to this search model so that selection in the foreign key model filters this model.voidForeignKeyFilter.link(EntityComboBoxModel filterModel) Links the given combo box model, representing the referenced entities, to this filter, so that the selection in the given model filters this model, an entity selected in this model selecting the entity it references in the given model.Method parameters in is.codion.framework.model with type arguments of type EntityComboBoxModelModifier and TypeMethodDescriptionForeignKeyConditionModel.Builder.comboBoxModel(Supplier<EntityComboBoxModel> comboBoxModel) Supplies the combo box models, called once per operand, on first access, a separate instance per operand. -
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).Methods in is.codion.swing.framework.model.component with parameters of type EntityComboBoxModelModifier and TypeMethodDescriptionstatic SwingEntityComboBoxModelSwingEntityComboBoxModel.model(EntityComboBoxModel model) Returns aSwingEntityComboBoxModelbased on the givenEntityComboBoxModel, the given model itself in case it is one already.