Class SwingForeignKeyConditionModel

java.lang.Object
is.codion.swing.framework.model.SwingForeignKeyConditionModel
All Implemented Interfaces:
ConditionModel<Entity>

public final class SwingForeignKeyConditionModel extends Object implements ConditionModel<Entity>
A condition model using a EntityComboBoxModel for the Operator.EQUAL operand and a EntitySearchModel for the Operator.IN operands.
See Also: