Uses of Interface
is.codion.framework.model.EntitySearchModel
Packages that use EntitySearchModel
Package
Description
Package configuration values:
EntityApplicationModel.USERNAME_PREFIX
EntityApplicationModel.SAVE_DEFAULT_USERNAME
EntityEditModel.POST_EDIT_EVENTS
EntityEditModel.EntityEditor.PERSIST_FOREIGN_KEYS
EntityQueryModel.LIMIT
EntityTableModel.ON_INSERT
EntityTableModel.HANDLE_EDIT_EVENTS
EntityTableModel.ORDER_QUERY_BY_SORT_ORDER
ForeignKeyModelLink.SET_CONDITION_ON_INSERT
ForeignKeyModelLink.SET_VALUE_ON_INSERT
ForeignKeyModelLink.REFRESH_ON_SELECTION
ForeignKeyModelLink.CLEAR_CONDITION_ON_EMPTY_SELECTION
ForeignKeyModelLink.CLEAR_VALUE_ON_EMPTY_SELECTION
DEFAULT_LIMIT
Package configuration values:
EntitySearchField.SEARCH_INDICATOR
DefaultEditComponentFactory.DEFAULT_TEXT_FIELD_COLUMNS
-
Uses of EntitySearchModel in is.codion.framework.model
Methods in is.codion.framework.model that return EntitySearchModelModifier and TypeMethodDescriptionEntitySearchModel.Builder.build()
protected EntitySearchModel
EntityConditionModelFactory.createEqualSearchModel
(ForeignKey foreignKey) protected EntitySearchModel
EntityConditionModelFactory.createInSearchModel
(ForeignKey foreignKey) AbstractEntityEditModel.createSearchModel
(ForeignKey foreignKey) EntityEditModel.createSearchModel
(ForeignKey foreignKey) Creates aEntitySearchModel
for looking up entities of the type referenced by the given foreign key, using the search attributes defined for that entity type.ForeignKeyConditionModel.equalSearchModel()
ForeignKeyConditionModel.inSearchModel()
final EntitySearchModel
AbstractEntityEditModel.searchModel
(ForeignKey foreignKey) EntityEditModel.searchModel
(ForeignKey foreignKey) Returns theEntitySearchModel
associated with the given foreign key.Methods in is.codion.framework.model with parameters of type EntitySearchModelModifier and TypeMethodDescriptionprotected void
AbstractEntityEditModel.configureSearchModel
(ForeignKey foreignKey, EntitySearchModel entitySearchModel) Called when aEntitySearchModel
is created inAbstractEntityEditModel.searchModel(ForeignKey)
.ForeignKeyConditionModel.Builder.equalSearchModel
(EntitySearchModel equalSearchModel) Note that this search model is linked to the EQUAL operand, so no linking is required when constructing a UI component.ForeignKeyConditionModel.Builder.inSearchModel
(EntitySearchModel inSearchModel) Note that this search model is linked to the IN operand, so no linking is required when constructing a UI component. -
Uses of EntitySearchModel in is.codion.swing.framework.model
Methods in is.codion.swing.framework.model with parameters of type EntitySearchModelModifier and TypeMethodDescriptionSwingForeignKeyConditionModel.Builder.equalSearchModel
(EntitySearchModel equalSearchModel) SwingForeignKeyConditionModel.Builder.inSearchModel
(EntitySearchModel inSearchModel) Note that this search model is linked to the IN operand, so no linking is required when constructing a UI component. -
Uses of EntitySearchModel in is.codion.swing.framework.ui.component
Methods in is.codion.swing.framework.ui.component that return EntitySearchModelMethods in is.codion.swing.framework.ui.component with parameters of type EntitySearchModelModifier and TypeMethodDescriptionEntitySearchField.builder
(EntitySearchModel searchModel) Instantiates a newEntitySearchField.Builder.Factory
EntitySearchFieldPanel.builder
(EntitySearchModel entitySearchModel, Supplier<EntityEditPanel> editPanel) protected EntitySearchField.SingleSelectionBuilder
DefaultEditComponentFactory.searchField
(ForeignKey foreignKey, EntityDefinition entityDefinition, EntitySearchModel searchModel) EntityComponents.searchField
(ForeignKey foreignKey, EntitySearchModel searchModel) Creates aEntitySearchField.Builder.Factory
.EntityComponents.searchFieldPanel
(ForeignKey foreignKey, EntitySearchModel searchModel, Supplier<EntityEditPanel> editPanel) Creates aEntitySearchFieldPanel.Builder.Factory
.