Class 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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAction[]getActions(Object target, Object sender) ProjetogetView()voidhandleAction(Action action, Object sender, Object target) voidhandleSaveTask(Tarefa task) voidregisterFocus(Object itemId, Object propertyId) voidsetProjeto(Projeto projeto) Methods inherited from class AbstractPresenter
closeAllowed, getEventBus, handlePresenterAttach, handlePresenterClose, handlePresenterDetach, setEventBus
-
Constructor Details
-
PlanejamentoPresenter
public PlanejamentoPresenter()
-
-
Method Details
-
getView
- Specified by:
getViewin interfacePresenter<PlanejamentoView>
-
getProjeto
public Projeto getProjeto() -
setProjeto
public void setProjeto(Projeto projeto) -
handleSaveTask
public void handleSaveTask(Tarefa task) -
handleAction
- Specified by:
handleActionin interfaceAction.Handler
-
getActions
- Specified by:
getActionsin interfaceAction.Handler
-
registerFocus
-