Uses of Interface
is.codion.framework.model.ForeignKeyConditionModel
Packages that use ForeignKeyConditionModel
Package
Description
Package configuration values:
EntityApplicationModel.USERNAME_PREFIX
EntityApplicationModel.SAVE_DEFAULT_USERNAME
EntityEditModel.POST_EDIT_EVENTS
EntityEditModel.EntityEditor.PERSIST_FOREIGN_KEYS
EntityQueryModel.LIMIT
EntityTableModel.ON_INSERT
EntityTableModel.HANDLE_EDIT_EVENTS
EntityTableModel.ORDER_QUERY_BY_SORT_ORDER
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
-
Uses of ForeignKeyConditionModel in is.codion.framework.model
Methods in is.codion.framework.model that return ForeignKeyConditionModelModifier and TypeMethodDescriptionForeignKeyConditionModel.Builder.build()
protected ForeignKeyConditionModel
EntityConditionModelFactory.conditionModel
(ForeignKey foreignKey) Only called ifEntityConditionModelFactory.include(ForeignKey)
returns trueEntityTableConditionModel.get
(ForeignKey foreignKey) Returns theConditionModel
associated with the given foreignKey. -
Uses of ForeignKeyConditionModel in is.codion.swing.framework.model
Subinterfaces of ForeignKeyConditionModel in is.codion.swing.framework.modelModifier and TypeInterfaceDescriptioninterface
A condition model using aEntityComboBoxModel
for theOperator.EQUAL
operand and aEntitySearchModel
for theOperator.IN
operands.Methods in is.codion.swing.framework.model that return ForeignKeyConditionModelModifier and TypeMethodDescriptionprotected ForeignKeyConditionModel
SwingEntityConditionModelFactory.conditionModel
(ForeignKey foreignKey)