Uses of Package
org.jminor.framework.client.model

Packages that use org.jminor.framework.client.model
org.jminor.framework.client.model   
org.jminor.framework.client.ui   
org.jminor.framework.tools.testing   
 

Classes in org.jminor.framework.client.model used by org.jminor.framework.client.model
EntityApplicationModel
          A central application model class.
EntityComboBoxModel
          Specifies a ComboBoxModel containing entities.
EntityDataProvider
          The base interface for model objects responsible for reading and writing entities to and from a database.
EntityEditModel
          Specifies a class for editing entity instances.
EntityLookupModel
          A interface responsible for doing entity lookups based on a set of criteria properties.
EntityModel
          Specifies a class responsible for, among other things, coordinating a EntityEditModel and an EntityTableModel.
EntityTableModel
          Specifies a table model containing Entity objects
EntityTableSearchModel
          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.
ForeignKeySearchModel
          A search model based on foreign key properties.
PropertyFilterModelProvider
          Specifies an object responsible for providing property filter models
PropertySearchModel
          A base interface for searching a set of entities based on a property.
PropertySearchModelProvider
          Specifies an object responsible for providing property search models
PropertySummaryModel
          A interface defining a class for providing summaries of numerical table columns: sum, average, minimum, maximum and minimum & maximum.
PropertySummaryModel.PropertyValueProvider
          Provides the values used when creating the summary value.
PropertySummaryModel.SummaryType
           
 

Classes in org.jminor.framework.client.model used by org.jminor.framework.client.ui
EntityApplicationModel
          A central application model class.
EntityComboBoxModel
          Specifies a ComboBoxModel containing entities.
EntityEditModel
          Specifies a class for editing entity instances.
EntityLookupModel
          A interface responsible for doing entity lookups based on a set of criteria properties.
EntityModel
          Specifies a class responsible for, among other things, coordinating a EntityEditModel and an EntityTableModel.
EntityTableModel
          Specifies a table model containing Entity objects
EntityTableSearchModel
          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.
ForeignKeySearchModel
          A search model based on foreign key properties.
PropertySearchModel
          A base interface for searching a set of entities based on a property.
PropertySummaryModel
          A interface defining a class for providing summaries of numerical table columns: sum, average, minimum, maximum and minimum & maximum.
 

Classes in org.jminor.framework.client.model used by org.jminor.framework.tools.testing
EntityApplicationModel
          A central application model class.
EntityTableModel
          Specifies a table model containing Entity objects