Class ListaProjetosPresenter

Object
AbstractPresenter<ListaProjetosView>
ListaProjetosPresenter
All Implemented Interfaces:
Presenter<ListaProjetosView>, PresenterLifeCicleAware<ListaProjetosView>, Serializable

@Component @Scope("prototype") @MenuContext(@Entry(target="main-area",menu="MAIN_MENU",displayName="Projetos",singleton=true)) @Role({PROJECT_MANAGER,PROJECT_VIEWER}) public class ListaProjetosPresenter extends AbstractPresenter<ListaProjetosView>
See Also: