Uses of Interface
is.codion.framework.model.EntitySearchModel
Packages that use EntitySearchModel
Package
Description
Package configuration values:
EntityApplicationModel.USER_PREFERENCES
EntityApplicationModel.PREFERENCES_KEY
EntityEditModel.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
Swing model classes
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.protected EntitySearchModelEntityConditions.createEqualSearchModel(ForeignKey foreignKey) protected EntitySearchModelEntityConditions.createInSearchModel(ForeignKey foreignKey) ForeignKeyConditionModel.equalSearchModel()EntityEditor.SearchModels.get(ForeignKey foreignKey) Returns theEntitySearchModelassociated with the given foreign key.ForeignKeyConditionModel.inSearchModel()default EntitySearchModelEntityEditor.ComponentModels.searchModel(ForeignKey foreignKey, R editor) Creates aEntitySearchModelfor looking up entities of the type referenced by the given foreign key, using the search attributes defined for that entity type.Methods in is.codion.framework.model with parameters of type EntitySearchModelModifier and TypeMethodDescriptionForeignKeyConditionModel.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.ModelStep.model(EntitySearchModel model) Instantiates a newEntitySearchField.Builder.FactoryEntitySearchFieldPanel.Builder.ModelStep.model(EntitySearchModel model) EntityComponents.searchField(ForeignKey foreignKey, EntitySearchModel searchModel) Creates aEntitySearchField.Builder.Factory.EntityComponents.searchFieldPanel(ForeignKey foreignKey, EntitySearchModel searchModel, Supplier<EntityEditPanel> editPanel) Creates aEntitySearchFieldPanel.Builder.Factory.