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 void
AEntityDetailsBean. 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 void
AProjectDetailsBean. setEntity(IEntityViewModel<Projekt> model)
void
AProjectDetailsBean. setProject(IEntityViewModel<Projekt> model)
void
ProjectShareBean. 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 void
ProjectResourceBean. 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 class
AEntityViewModel<E extends de.xima.cmn.dao.interfaces.IEntity<Long>>
Abstract base class for entity view modelsclass
ProjectViewModel
Model for displaying only the necessary information of a project
-