Class CadastroTarefaPresenter

Object
AbstractFormViewPresenter<Tarefa,CadastroTarefaView>
VitruvioAbstractFormPresenter<Tarefa,CadastroTarefaView>
CadastroTarefaPresenter
All Implemented Interfaces:
Presenter<CadastroTarefaView>, PresenterLifeCicleAware<CadastroTarefaView>, Serializable

@Component @Scope("prototype") public class CadastroTarefaPresenter extends VitruvioAbstractFormPresenter<Tarefa,CadastroTarefaView>
See Also:
  • Constructor Details

    • CadastroTarefaPresenter

      public CadastroTarefaPresenter()
  • Method Details

    • getView

      public CadastroTarefaView getView()
    • buttonSavePressed

      protected void buttonSavePressed()
      Specified by:
      buttonSavePressed in class AbstractFormViewPresenter<Tarefa,CadastroTarefaView>