Class PlanejamentoPresenter

Object
AbstractPresenter<PlanejamentoView>
PlanejamentoPresenter
All Implemented Interfaces:
Presenter<PlanejamentoView>, PresenterLifeCicleAware<PlanejamentoView>, Action.Handler, Serializable

@Component @Scope("prototype") public class PlanejamentoPresenter extends AbstractPresenter<PlanejamentoView> implements Action.Handler
See Also:
  • Constructor Details

    • PlanejamentoPresenter

      public PlanejamentoPresenter()
  • Method Details

    • getView

      public PlanejamentoView getView()
      Specified by:
      getView in interface Presenter<PlanejamentoView>
    • getProjeto

      public Projeto getProjeto()
    • setProjeto

      public void setProjeto(Projeto projeto)
    • handleSaveTask

      public void handleSaveTask(Tarefa task)
    • handleAction

      public void handleAction(Action action, Object sender, Object target)
      Specified by:
      handleAction in interface Action.Handler
    • getActions

      public Action[] getActions(Object target, Object sender)
      Specified by:
      getActions in interface Action.Handler
    • registerFocus

      public void registerFocus(Object itemId, Object propertyId)