All Classes and Interfaces

Class
Description
A default EntityEditModel implementation
A default DetailModelLink implementation which does nothing.
A central application model class.
A default EntityModel implementation.
A default ForeignKeyDetailModelLink implementation.
Represents a link between a master and detail model.
A central application model class.
A default ColumnConditionModel.Factory implementation for creating condition models.
A central event hub for listening for entity inserts, updates and deletes.
Specifies a class for editing Entity instances.
Represents a task for deleting entities.
The delete task result
The task performing the delete operation
Represents a task for inserting entities, split up for use with a background thread.
The insert task result
The task performing the insert operation
Represents a task for updating entities.
The update task result
The task performing the update operation
Specifies a class responsible for, among other things, coordinating a EntityEditModel and an EntityTableModel.
Searches for entities based on a search text and set of String based condition columns.
A builder for a EntitySearchModel.
Column search settings
This interface defines filtering functionality, which refers to showing/hiding entities already available in a table model and searching functionality, which refers to configuring the underlying query, which then needs to be re-run.
Factory for EntityTableConditionModel instances via EntityTableConditionModel.entityTableConditionModel(EntityType, EntityConnectionProvider, ColumnConditionModel.Factory)
Specifies a table model containing Entity instances.
Defines the actions a table model can perform when entities are inserted via the associated edit model
A default foreign key condition model using EntitySearchModel for both the ForeignKeyConditionModel.equalValue() and ForeignKeyConditionModel.inValues().
A builder for a ForeignKeyConditionModel
Represents a link between a master and detail model based on a foreign key.