Class ConfiguracaoProcessoStatusPresenter

Object
AbstractPresenter<ConfiguracaoProcessoStatusView>
ConfiguracaoProcessoStatusPresenter
All Implemented Interfaces:
Presenter<ConfiguracaoProcessoStatusView>, PresenterLifeCicleAware<ConfiguracaoProcessoStatusView>, CloseableWindowValidator, Serializable

@Component @Scope("prototype") public class ConfiguracaoProcessoStatusPresenter extends AbstractPresenter<ConfiguracaoProcessoStatusView> implements CloseableWindowValidator
See Also:
  • Constructor Details

    • ConfiguracaoProcessoStatusPresenter

      public ConfiguracaoProcessoStatusPresenter()
  • Method Details

    • getView

      public ConfiguracaoProcessoStatusView getView()
      Specified by:
      getView in interface Presenter<ConfiguracaoProcessoStatusView>
    • setView

      @Autowired public void setView(ConfiguracaoProcessoStatusView view)
    • setProcessoService

      @Autowired public void setProcessoService(ProcessoService processoService)
    • init

      public void init(ProcessoVersao processoVersao, String processName)
    • shouldConfirmExit

      public boolean shouldConfirmExit()
      Specified by:
      shouldConfirmExit in interface CloseableWindowValidator