Package br.com.davinti.vitruvio.ui.bsc
Class ListaPlanoEstrategicoPresenter
- All Implemented Interfaces:
Presenter<ListaPlanoEstrategicoView>,PresenterLifeCicleAware<ListaPlanoEstrategicoView>,BSCPresenter<ListaPlanoEstrategicoView>,Serializable
@Component
@Scope("prototype")
@MenuContext(@Entry(displayName="Planos",path="Cadastro",menu="STRATEGIC_PLAN_MENU"))
@Role({PROJECT_MANAGER,PROJECT_VIEWER})
public class ListaPlanoEstrategicoPresenter
extends AbstractPresenter<ListaPlanoEstrategicoView>
implements BSCPresenter<ListaPlanoEstrategicoView>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractPresenter
closeAllowed, getEventBus, handlePresenterAttach, handlePresenterDetach, setEventBusMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Presenter
getEventBus
-
Constructor Details
-
ListaPlanoEstrategicoPresenter
public ListaPlanoEstrategicoPresenter()
-
-
Method Details
-
getView
- Specified by:
getViewin interfacePresenter<ListaPlanoEstrategicoView>
-
handlePresenterClose
public void handlePresenterClose(PresenterCloseEvent event) - Specified by:
handlePresenterClosein interfacePresenterLifeCicleAware<ListaPlanoEstrategicoView>- Overrides:
handlePresenterClosein classAbstractPresenter<ListaPlanoEstrategicoView>
-