Class SystemMonitorMenuPresenter

Object
AbstractPresenter<SystemMonitorMenuView>
SystemMonitorMenuPresenter
All Implemented Interfaces:
Presenter<SystemMonitorMenuView>, PresenterLifeCicleAware<SystemMonitorMenuView>, Serializable

@Component @Scope("prototype") @MenuContext(subMenu=true, subItemsPresenter=SystemMonitorPresenter.class, value=@Entry(closable=true,displayName="Monitoramento",modal=true,singleton=true,resizeable=true,width="100%",height="100%",target="in-menu",menu="MAIN_MENU")) @Role({CONFIG_MANAGER,DEVELOPER}) public class SystemMonitorMenuPresenter extends AbstractPresenter<SystemMonitorMenuView>
See Also:
  • Constructor Details

    • SystemMonitorMenuPresenter

      public SystemMonitorMenuPresenter()
  • Method Details