Uses of Interface
is.codion.framework.model.EntitySearchModel
Packages that use EntitySearchModel
Package
Description
Package configuration values:
EntityApplicationModel.USER_PREFERENCES
EntityApplicationModel.PREFERENCES_KEY
EntityEditor.PUBLISH_PERSISTENCE_EVENTS
EntityEditor.PERSIST_FOREIGN_KEYS
EntityQueryModel.LIMIT
EntityTableModel.ON_INSERT
EntityTableModel.ORDER_QUERY
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
PERSISTENCE_AWARE
WILDCARD_PREFIX
WILDCARD_POSTFIX
SPACE_AS_WILDCARD
CASE_SENSITIVE
EntityConditionModel.NEGATION_INCLUDES_NULL
Package configuration values:
EntitySearchField.SEARCH_INDICATOR
EntitySearchField.SEARCH_PROGRESS_BAR_DELAY
DefaultEditComponent.TEXT_FIELD_COLUMNS
-
Uses of EntitySearchModel in is.codion.framework.model
Methods in is.codion.framework.model that return EntitySearchModelModifier and TypeMethodDescriptionEntitySearchModel.Builder.build()EntityEditor.SearchModels.create(ForeignKey foreignKey) Creates aEntitySearchModelfor looking up entities of the type referenced by the given foreign key, using the search attributes defined for that entity type.EntityEditor.SearchModels.get(ForeignKey foreignKey) Returns theEntitySearchModelassociated with the given foreign key.default EntitySearchModelEntityEditor.ComponentModels.searchModel(ForeignKey foreignKey, EntityConnection connection) Creates aEntitySearchModelfor looking up entities of the type referenced by the given foreign key, using the search attributes defined for that entity type.ForeignKeyConditionModel.Models.Operand.searchModel()Methods in is.codion.framework.model with parameters of type EntitySearchModelModifier and TypeMethodDescriptionfinal BAbstractEntityComboBoxModelBuilder.filter(ForeignKey foreignKey, EntitySearchModel filterModel) EntityComboBoxModel.Builder.filter(ForeignKey foreignKey, EntitySearchModel filterModel) Links the given search model representing foreign key entities to this combo box model so that selection in the foreign key model filters this model.EntitySearchModel.Builder.filter(ForeignKey foreignKey, EntitySearchModel filterModel) Links the given search model representing foreign key entities to this search model so that selection in the foreign key model filters this model.voidForeignKeyFilter.link(EntitySearchModel filterModel) Links the given search model, representing the referenced entities, to this filter, so that the selection in the given model filters this model, an entity selected in this model selecting the entity it references in the given model.Method parameters in is.codion.framework.model with type arguments of type EntitySearchModelModifier and TypeMethodDescriptionForeignKeyConditionModel.Builder.searchModel(Supplier<EntitySearchModel> searchModel) Supplies the search models, called once per operand, on first access, a separate instance per operand. -
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.ModelStep.model(EntitySearchModel model) EntitySearchInput.Builder.ModelStep.model(EntitySearchModel model) EntityComponents.searchField(ForeignKey foreignKey, EntitySearchModel searchModel) Creates aEntitySearchField.Builder.EntityComponents.searchFieldInput(ForeignKey foreignKey, EntitySearchModel searchModel, Supplier<EntityEditPanel> editPanel) Creates aEntitySearchInput.Builder.