All Classes and Interfaces
Class
Description
A default
EntityEditModel implementationAn abstract
EntityTableModel implementationA default
TableConditionModel.ConditionModelFactory implementation for creating Entity based column condition models.DefaultDetailModelLink<M extends DefaultEntityModel<M,E,T>,E extends AbstractEntityEditModel,T extends EntityTableModel<E>>
A default
DetailModelLink implementation which does nothing.DefaultEntityApplicationModel<M extends DefaultEntityModel<M,E,T>,E extends AbstractEntityEditModel,T extends EntityTableModel<E>>
A central application model class.
DefaultEntityModel<M extends DefaultEntityModel<M,E,T>,E extends AbstractEntityEditModel,T extends EntityTableModel<E>>
A default EntityModel implementation.
DefaultForeignKeyDetailModelLink<M extends DefaultEntityModel<M,E,T>,E extends AbstractEntityEditModel,T extends EntityTableModel<E>>
A default
ForeignKeyDetailModelLink implementation.DetailModelLink<M extends EntityModel<M,E,T>,E extends EntityEditModel,T extends EntityTableModel<E>>
Represents a link between a master and detail model.
EntityApplicationModel<M extends EntityModel<M,E,T>,E extends EntityEditModel,T extends EntityTableModel<E>>
A central application model class.
Factory for
EntityConditionModel instances via
EntityConditionModel.entityConditionModel(EntityType, EntityConnectionProvider)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
ForeignKeyConditionModelForeignKeyDetailModelLink<M extends EntityModel<M,E,T>,E extends EntityEditModel,T extends EntityTableModel<E>>
Represents a link between a master and detail model based on a foreign key.