Class PlanoEstrategicoMenuPresenter

Object
AbstractPresenter<PlanoEstrategicoMenuView>
PlanoEstrategicoMenuPresenter
All Implemented Interfaces:
Presenter<PlanoEstrategicoMenuView>, PresenterLifeCicleAware<PlanoEstrategicoMenuView>, BSCPresenter<PlanoEstrategicoMenuView>, Serializable

@Component @Scope("prototype") @MenuContext(subMenu=true, subItemsPresenter=BSCPresenter.class, value=@Entry(closable=true,displayName="Planos Estrat\u00e9gicos",modal=true,singleton=true,resizeable=true,width="100%",height="100%",target="in-menu",menu="MAIN_MENU")) @Role(STRATEGIC_PLAN_VIEWER) public class PlanoEstrategicoMenuPresenter extends AbstractPresenter<PlanoEstrategicoMenuView> implements BSCPresenter<PlanoEstrategicoMenuView>
See Also: