Uses of Package
is.codion.framework.model
Packages that use is.codion.framework.model
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
EntitySearchModel.DEFAULT_LIMIT
Package configuration values:
EntitySearchField.SEARCH_INDICATOR
DefaultEditComponentFactory.DEFAULT_TEXT_FIELD_COLUMNS
-
Classes in is.codion.framework.model used by is.codion.framework.modelClassDescriptionA central application model class.Manages the
EntityModel
s for aEntityApplicationModel
Specifies a class for editingEntity
instances.Represents a task for deleting entities, split up for use with a background thread.The delete task resultThe task performing the delete operationRepresents an edit eventProvides edit access to anAttribute
value in the underlying entity being edited.Provides edit access to the underlying entity.Indicates whether the active entity exists in the database.Indicates whether the active entity is modified, that is, exists and has one or more modified attribute values.Represents a task for inserting entities, split up for use with a background thread.The insert task resultThe task performing the insert operationRepresents a task for updating entities, split up for use with a background thread.The update task resultThe task performing the update operationSpecifies a class responsible for, among other things, coordinating aEntityEditModel
and anEntityTableModel
.Manages the detail models for aEntityModel
Provides entities based on query conditions.Specifies an additional condition supplier.Manages the attributes to include when querying.Searches for entities based on a search text and set of String based condition columns.A builder for aEntitySearchModel
.Manages the search strings and provides search results.Controls the selectionColumn search settingsSpecifies a table model containingEntity
instances.Defines the actions a table model can perform when entities are inserted via the associated edit modelA default foreign key condition model usingEntitySearchModel
for both theOperator.EQUAL
andOperator.IN
operands.A builder for aForeignKeyConditionModel
Represents a link between two entity models based on a foreign key.Builds aForeignKeyModelLink
Represents a link between two entity models.Builds aModelLink
-
Classes in is.codion.framework.model used by is.codion.framework.model.testClassDescriptionA default
EntityEditModel
implementationAn abstractEntityModel
implementation.Specifies a class for editingEntity
instances.Specifies a class responsible for, among other things, coordinating aEntityEditModel
and anEntityTableModel
.Specifies a table model containingEntity
instances. -
Classes in is.codion.framework.model used by is.codion.swing.framework.modelClassDescriptionA default
EntityEditModel
implementationAn abstractEntityModel
implementation.An abstractEntityTableModel
implementationA central application model class.A central application model class.A defaultConditionModel
factory for Entity based condition models.Specifies a class for editingEntity
instances.Specifies a class responsible for, among other things, coordinating aEntityEditModel
and anEntityTableModel
.Provides entities based on query conditions.Searches for entities based on a search text and set of String based condition columns.Specifies a table model containingEntity
instances.A default foreign key condition model usingEntitySearchModel
for both theOperator.EQUAL
andOperator.IN
operands. -
Classes in is.codion.framework.model used by is.codion.swing.framework.ui.componentClassDescriptionSearches for entities based on a search text and set of String based condition columns.