Class ProcessJobRetryConfigPresenter

Object
AbstractPresenter<View>
ProcessJobRetryConfigPresenter
All Implemented Interfaces:
Presenter<View>, PresenterLifeCicleAware<View>, View, ConfigPresenter<View>, Serializable

@Component @Scope("prototype") @MenuContext(@Entry(displayName="Jobs de processos",menu="CENTRAL_CONFIG_MENU",path="Servi\u00e7os/Sistema",target="new-window")) @ConfigInfo(type=SYSTEM) public class ProcessJobRetryConfigPresenter extends AbstractPresenter<View> implements View, ConfigPresenter<View>
See Also:
  • Constructor Details

    • ProcessJobRetryConfigPresenter

      public ProcessJobRetryConfigPresenter()
  • Method Details

    • handlePresenterDetach

      public void handlePresenterDetach(PresenterDetachEvent event)
      Specified by:
      handlePresenterDetach in interface PresenterLifeCicleAware<View>
      Overrides:
      handlePresenterDetach in class AbstractPresenter<View>
    • getView

      public View getView()
      Specified by:
      getView in interface Presenter<View>
    • getViewComponent

      public Component getViewComponent()
      Specified by:
      getViewComponent in interface View
    • getTitle

      public String getTitle()
      Specified by:
      getTitle in interface View