All Classes and Interfaces

Class
Description
A default EntityEditModel implementation
An abstract EntityTableModel implementation
A default TableConditionModel.ConditionModelFactory implementation for creating Entity based column condition models.
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 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
Provides access to the active entity being edited.
Indicates whether the active entity exists in the database.
Indicates whether the active entity is modified.
Provides access the an Attribute value in the entity being edited.
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.
Provides entities fetched from a database.
Specifies an additional condition supplier.
Searches for entities based on a search text and set of String based condition columns.
A builder for a EntitySearchModel.
Controls the selection
Column search settings
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 Operator.EQUAL and Operator.IN operands.
A builder for a ForeignKeyConditionModel
Represents a link between a master and detail model based on a foreign key.