Class PlanejamentoV8Presenter

Object
AbstractPresenter<PlanejamentoV8View>
PlanejamentoV8Presenter
All Implemented Interfaces:
Presenter<PlanejamentoV8View>, PresenterLifeCicleAware<PlanejamentoV8View>, Serializable

@Component @Scope("prototype") public class PlanejamentoV8Presenter extends AbstractPresenter<PlanejamentoV8View>
See Also:
  • Constructor Details

    • PlanejamentoV8Presenter

      public PlanejamentoV8Presenter()
  • Method Details

    • getView

      public PlanejamentoV8View getView()
    • getProjeto

      public Projeto getProjeto()
    • setProjeto

      public void setProjeto(Projeto projeto)
    • handleSaveTask

      public void handleSaveTask(Tarefa task)
    • clearCaches

      public void clearCaches()
    • drop

      public void drop(GridDropEvent<PlanejamentoDTO> event)
    • isEditing

      public boolean isEditing()