Package is.codion.swing.framework.model
Interface SwingForeignKeyConditionModel.Builder
- Enclosing interface:
SwingForeignKeyConditionModel
public static interface SwingForeignKeyConditionModel.Builder
A builder for a
SwingForeignKeyConditionModel-
Method Summary
Modifier and TypeMethodDescriptionbuild()equalComboBoxModel(EntityComboBoxModel equalComboBoxModel) Note that this combo box model is linked to the EQUAL operand, so no linking is required when constructing a UI component.equalSearchModel(EntitySearchModel equalSearchModel) inSearchModel(EntitySearchModel inSearchModel) Note that this search model is linked to the IN operand, so no linking is required when constructing a UI component.
-
Method Details
-
equalComboBoxModel
Note that this combo box model is linked to the EQUAL operand, so no linking is required when constructing a UI component.- Parameters:
equalComboBoxModel- the combo box model to use for the EQUAl operator- Returns:
- this builder
-
equalSearchModel
- Throws:
UnsupportedOperationException
-
inSearchModel
Note that this search model is linked to the IN operand, so no linking is required when constructing a UI component.- Parameters:
inSearchModel- the search model to use for the IN operator- Returns:
- this builder
-
build
SwingForeignKeyConditionModel build()- Returns:
- a new
SwingForeignKeyConditionModelinstance
-