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 Summary
Constructors -
Method Summary
Methods inherited from class VitruvioAbstractFormPresenter
buttonDeleteConfirmed, buttonNewPressed, buttonSearchPressed, buttonUndoPressed, initMethods inherited from class AbstractFormViewPresenter
closeAllowed, disableAllButtons, disableOnly, enableAllButtons, enableOnly, getEntity, getEventBus, handleButtonClose, handleButtons, handleDelete, handleNew, handlePresenterAttach, handlePresenterClose, handlePresenterDetach, handleSave, handleSearch, handleUndo, isCheckIfIsModifiedOnClose, isModified, isValid, setButtonsEnabled, setCheckIfIsModifiedOnClose, setEntity, setEventBus
-
Constructor Details
-
CadastroTarefaPresenter
public CadastroTarefaPresenter()
-
-
Method Details
-
getView
-
buttonSavePressed
protected void buttonSavePressed()- Specified by:
buttonSavePressedin classAbstractFormViewPresenter<Tarefa,CadastroTarefaView>
-