Interface SwingForeignKeyConditionModel

All Superinterfaces:
ConditionModel<Entity>, ForeignKeyConditionModel

public interface SwingForeignKeyConditionModel extends ForeignKeyConditionModel
A condition model using a EntityComboBoxModel for the Operator.EQUAL operand and a EntitySearchModel for the Operator.IN operands.
See Also: