Module is.codion.framework.model
Package is.codion.framework.model
Interface ForeignKeyConditionModel.Models
- Enclosing interface:
ForeignKeyConditionModel
public static interface ForeignKeyConditionModel.Models
Provides the models the operand components are based on, each created on first access.
Note that the selection of these models is not the operand, a component based on one must be linked to the operand it edits. The EQUAL and IN operands have models of their own, since the components for both operands exist at the same time.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe models the components of an operand are based on, each created on first access. -
Method Summary
-
Method Details
-
equal
- Returns:
- the models the EQUAL operand components are based on
-
in
- Returns:
- the models the IN operand components are based on
-
condition
Restricts the referenced entities offered by the models, applied to each model, created or not. Note that a condition set directly on a model is left alone until this one is set.- Returns:
- the
Valuecontrolling the condition restricting the referenced entities - See Also:
-