Module is.codion.framework.model
Package is.codion.framework.model
Interface ForeignKeyConditionModel.Models.Operand
- Enclosing interface:
ForeignKeyConditionModel.Models
public static interface ForeignKeyConditionModel.Models.Operand
The models the components of an operand are based on, each created on first access.
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
comboBoxModel
EntityComboBoxModel comboBoxModel()- Returns:
- the combo box model, created on first access
- Throws:
IllegalStateException- in case the model supplied is the one of the other operand
-
searchModel
EntitySearchModel searchModel()- Returns:
- the search model, created on first access
- Throws:
IllegalStateException- in case the model supplied is the one of the other operand
-