Uses of Interface
is.codion.framework.model.EntitySearchModel
Packages that use EntitySearchModel
Package
Description
Package configuration values:
EntityApplicationModel.USER_PREFERENCES
EntityApplicationModel.RESTORE_DEFAULT_PREFERENCES
EntityApplicationModel.PREFERENCES_KEY
EntityEditModel.EDIT_EVENTS
EntityEditModel.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
Swing model classes
-
Uses of EntitySearchModel in is.codion.framework.model
Methods in is.codion.framework.model that return EntitySearchModelModifier and TypeMethodDescriptionEntitySearchModel.Builder.build()protected EntitySearchModelEntityConditionModelFactory.createEqualSearchModel(ForeignKey foreignKey) protected EntitySearchModelEntityConditionModelFactory.createInSearchModel(ForeignKey foreignKey) AbstractEntityEditModel.createSearchModel(ForeignKey foreignKey) EntityEditModel.createSearchModel(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.ForeignKeyConditionModel.equalSearchModel()ForeignKeyConditionModel.inSearchModel()final EntitySearchModelAbstractEntityEditModel.searchModel(ForeignKey foreignKey) EntityEditModel.searchModel(ForeignKey foreignKey) Returns theEntitySearchModelassociated with the given foreign key.Methods in is.codion.framework.model with parameters of type EntitySearchModelModifier and TypeMethodDescriptionprotected voidAbstractEntityEditModel.configure(ForeignKey foreignKey, EntitySearchModel entitySearchModel) Called when aEntitySearchModelis 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.ModelStep.model(EntitySearchModel model) Instantiates a newEntitySearchField.Builder.FactoryEntitySearchFieldPanel.Builder.ModelStep.model(EntitySearchModel model) protected EntitySearchField.SingleSelectionBuilderDefaultEditComponentFactory.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.