Uses of Interface
de.xima.fc.gui.interfaces.data.IEntityViewModel
- 
Packages that use IEntityViewModel Package Description de.xima.fc.gui.bean de.xima.fc.gui.bean.project de.xima.fc.gui.bean.resource de.xima.fc.gui.model.project  - 
- 
Uses of IEntityViewModel in de.xima.fc.gui.bean
Methods in de.xima.fc.gui.bean with parameters of type IEntityViewModel Modifier and Type Method Description voidAEntityDetailsBean. setEntity(IEntityViewModel<T> model) - 
Uses of IEntityViewModel in de.xima.fc.gui.bean.project
Methods in de.xima.fc.gui.bean.project with parameters of type IEntityViewModel Modifier and Type Method Description voidAProjectDetailsBean. setEntity(IEntityViewModel<Projekt> model)voidAProjectDetailsBean. setProject(IEntityViewModel<Projekt> model) - 
Uses of IEntityViewModel in de.xima.fc.gui.bean.resource
Methods in de.xima.fc.gui.bean.resource with parameters of type IEntityViewModel Modifier and Type Method Description voidProjectResourceBean. setProject(IEntityViewModel<Projekt> model) - 
Uses of IEntityViewModel in de.xima.fc.gui.model.project
Classes in de.xima.fc.gui.model.project that implement IEntityViewModel Modifier and Type Class Description classAEntityViewModel<E extends de.xima.cmn.dao.interfaces.IEntity<Long>>Abstract base class for entity view modelsclassProjectViewModelModel for displaying only the necessary information of a project 
 -