Uses of Interface
org.jminor.framework.client.model.EntityModel

Packages that use EntityModel
org.jminor.framework.client.model   
org.jminor.framework.client.ui   
 

Uses of EntityModel in org.jminor.framework.client.model
 

Classes in org.jminor.framework.client.model that implement EntityModel
 class DefaultEntityModel
          A default EntityModel implementation.
 

Methods in org.jminor.framework.client.model that return EntityModel
 EntityModel EntityModel.addDetailModel(EntityModel detailModel)
          Adds the given detail model to this model
 EntityModel DefaultEntityModel.addDetailModel(EntityModel detailModel)
          Adds the given detail model to this model
 EntityModel EntityApplicationModel.addMainApplicationModel(EntityModel detailModel)
          Adds the given detail model to this model
 EntityModel DefaultEntityApplicationModel.addMainApplicationModel(EntityModel detailModel)
          Adds the given detail model to this model
 EntityModel EntityModel.getDetailModel(Class<? extends EntityModel> modelClass)
          Returns the first detail model of the given type, this method does not automatically create an entity model if none is available
 EntityModel DefaultEntityModel.getDetailModel(Class<? extends EntityModel> modelClass)
          Returns the first detail model of the given type, this method does not automatically create an entity model if none is available
 EntityModel EntityModel.getDetailModel(String entityID)
          Returns a detail model of the given type, automatically creates a default entity model if none is available and auto creation is turned on
 EntityModel DefaultEntityModel.getDetailModel(String entityID)
          Returns a detail model of the given type, automatically creates a default entity model if none is available and auto creation is turned on
 EntityModel EntityApplicationModel.getMainApplicationModel(Class<? extends EntityModel> modelClass)
           
 EntityModel DefaultEntityApplicationModel.getMainApplicationModel(Class<? extends EntityModel> modelClass)
          
 EntityModel EntityApplicationModel.getMainApplicationModel(String entityID)
           
 EntityModel DefaultEntityApplicationModel.getMainApplicationModel(String entityID)
          
 EntityModel EntityModel.getMasterModel()
           
 EntityModel DefaultEntityModel.getMasterModel()
          
 

Methods in org.jminor.framework.client.model that return types with arguments of type EntityModel
 Collection<? extends EntityModel> EntityModel.getDetailModels()
           
 Collection<? extends EntityModel> DefaultEntityModel.getDetailModels()
          
 Collection<EntityModel> EntityModel.getLinkedDetailModels()
           
 Collection<EntityModel> DefaultEntityModel.getLinkedDetailModels()
          
 List<? extends EntityModel> EntityApplicationModel.getMainApplicationModels()
           
 List<? extends EntityModel> DefaultEntityApplicationModel.getMainApplicationModels()
          
 

Methods in org.jminor.framework.client.model with parameters of type EntityModel
 EntityModel EntityModel.addDetailModel(EntityModel detailModel)
          Adds the given detail model to this model
 EntityModel DefaultEntityModel.addDetailModel(EntityModel detailModel)
          Adds the given detail model to this model
 void EntityModel.addDetailModels(EntityModel... detailModels)
          Adds the given detail models to this model.
 void DefaultEntityModel.addDetailModels(EntityModel... detailModels)
          Adds the given detail models to this model.
 EntityModel EntityApplicationModel.addMainApplicationModel(EntityModel detailModel)
          Adds the given detail model to this model
 EntityModel DefaultEntityApplicationModel.addMainApplicationModel(EntityModel detailModel)
          Adds the given detail model to this model
 void EntityApplicationModel.addMainApplicationModels(EntityModel... mainApplicationModels)
          Adds the given detail models to this model.
 void DefaultEntityApplicationModel.addMainApplicationModels(EntityModel... mainApplicationModels)
          Adds the given detail models to this model.
 boolean EntityModel.containsDetailModel(EntityModel detailModel)
           
 boolean DefaultEntityModel.containsDetailModel(EntityModel detailModel)
          
 void EntityModel.setLinkedDetailModels(EntityModel... detailModels)
          Sets the currently linked detail models.
 void DefaultEntityModel.setLinkedDetailModels(EntityModel... detailModels)
          Sets the currently linked detail models.
 void EntityModel.setMasterModel(EntityModel entityModel)
          Sets the model serving as master model
 void DefaultEntityModel.setMasterModel(EntityModel entityModel)
          Sets the model serving as master model
 

Method parameters in org.jminor.framework.client.model with type arguments of type EntityModel
 boolean EntityModel.containsDetailModel(Class<? extends EntityModel> modelClass)
           
 boolean DefaultEntityModel.containsDetailModel(Class<? extends EntityModel> modelClass)
          
 EntityModel EntityModel.getDetailModel(Class<? extends EntityModel> modelClass)
          Returns the first detail model of the given type, this method does not automatically create an entity model if none is available
 EntityModel DefaultEntityModel.getDetailModel(Class<? extends EntityModel> modelClass)
          Returns the first detail model of the given type, this method does not automatically create an entity model if none is available
 EntityModel EntityApplicationModel.getMainApplicationModel(Class<? extends EntityModel> modelClass)
           
 EntityModel DefaultEntityApplicationModel.getMainApplicationModel(Class<? extends EntityModel> modelClass)
          
 

Uses of EntityModel in org.jminor.framework.client.ui
 

Methods in org.jminor.framework.client.ui that return EntityModel
 EntityModel EntityPanel.getModel()
           
 

Methods in org.jminor.framework.client.ui that return types with arguments of type EntityModel
 Class<? extends EntityModel> EntityPanelProvider.getModelClass()
           
 

Methods in org.jminor.framework.client.ui with parameters of type EntityModel
protected  void EntityPanelProvider.configureModel(EntityModel entityModel)
           
 EntityPanel EntityPanelProvider.createPanel(EntityModel model)
           
 

Method parameters in org.jminor.framework.client.ui with type arguments of type EntityModel
 EntityPanelProvider EntityPanelProvider.setModelClass(Class<? extends EntityModel> modelClass)
           
 

Constructors in org.jminor.framework.client.ui with parameters of type EntityModel
EntityPanel(EntityModel entityModel)
          Initializes a new EntityPanel instance.
EntityPanel(EntityModel entityModel, EntityEditPanel editPanel)
          Instantiates a new EntityPanel instance.
EntityPanel(EntityModel entityModel, EntityEditPanel editPanel, EntityTablePanel tablePanel)
          Instantiates a new EntityPanel instance.
EntityPanel(EntityModel entityModel, EntityTablePanel tablePanel)
          Instantiates a new EntityPanel instance.
EntityPanel(EntityModel entityModel, String caption)
          Initializes a new EntityPanel instance.
EntityPanel(EntityModel entityModel, String caption, EntityEditPanel editPanel)
          Instantiates a new EntityPanel instance.
EntityPanel(EntityModel entityModel, String caption, EntityEditPanel editPanel, EntityTablePanel tablePanel)
          Instantiates a new EntityPanel instance.
EntityPanel(EntityModel entityModel, String caption, EntityTablePanel tablePanel)
          Instantiates a new EntityPanel instance.
 

Constructor parameters in org.jminor.framework.client.ui with type arguments of type EntityModel
EntityPanelProvider(String entityID, Class<? extends EntityModel> entityModelClass, Class<? extends EntityPanel> entityPanelClass)
          Instantiates a new EntityPanelProvider
EntityPanelProvider(String entityID, String caption, Class<? extends EntityModel> entityModelClass, Class<? extends EntityPanel> entityPanelClass)
          Instantiates a new EntityPanelProvider