Class CadastroProjetoPresenter

Object
AbstractFormViewPresenter<Projeto,CadastroProjetoView>
VitruvioAbstractFormPresenter<Projeto,CadastroProjetoView>
CadastroProjetoPresenter
All Implemented Interfaces:
Presenter<CadastroProjetoView>, PresenterLifeCicleAware<CadastroProjetoView>, Serializable

@Component @Scope("prototype") public class CadastroProjetoPresenter extends VitruvioAbstractFormPresenter<Projeto,CadastroProjetoView>
See Also:
  • Constructor Details

    • CadastroProjetoPresenter

      public CadastroProjetoPresenter()
  • Method Details

    • setProjetoObjetivos

      public void setProjetoObjetivos(ProjetoObjetivos projetoObjetivos)
    • setEntity

      public void setEntity(Projeto entity)
      Overrides:
      setEntity in class AbstractFormViewPresenter<Projeto,CadastroProjetoView>
    • init

      @PostConstruct protected void init()
      Overrides:
      init in class VitruvioAbstractFormPresenter<Projeto,CadastroProjetoView>
    • getView

      public CadastroProjetoView getView()
    • isValid

      public boolean isValid()
      Overrides:
      isValid in class AbstractFormViewPresenter<Projeto,CadastroProjetoView>
    • buttonSavePressed

      protected void buttonSavePressed()
      Specified by:
      buttonSavePressed in class AbstractFormViewPresenter<Projeto,CadastroProjetoView>