Class CadastroProcessoPresenter
Object
AbstractFormViewPresenter<Processo,CadastroProcessoView>
CadastroProcessoPresenter
- All Implemented Interfaces:
Presenter<CadastroProcessoView>,PresenterLifeCicleAware<CadastroProcessoView>,Serializable
@Component
@Scope("prototype")
public class CadastroProcessoPresenter
extends AbstractFormViewPresenter<Processo,CadastroProcessoView>
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected voidprotected voidprotected voidprotected voidgetView()protected voidinit()voidsetEntity(Processo entity) voidsetProcessoService(ProcessoService processoService) voidsetView(CadastroProcessoView view) Methods 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, setEventBus
-
Constructor Details
-
CadastroProcessoPresenter
public CadastroProcessoPresenter()
-
-
Method Details
-
init
@PostConstruct protected void init()- Overrides:
initin classAbstractFormViewPresenter<Processo,CadastroProcessoView>
-
setEntity
public void setEntity(Processo entity) - Overrides:
setEntityin classAbstractFormViewPresenter<Processo,CadastroProcessoView>
-
setProcessoService
-
setView
-
getView
-
buttonNewPressed
protected void buttonNewPressed()- Specified by:
buttonNewPressedin classAbstractFormViewPresenter<Processo,CadastroProcessoView>
-
buttonSavePressed
protected void buttonSavePressed()- Specified by:
buttonSavePressedin classAbstractFormViewPresenter<Processo,CadastroProcessoView>
-
buttonSearchPressed
protected void buttonSearchPressed()- Specified by:
buttonSearchPressedin classAbstractFormViewPresenter<Processo,CadastroProcessoView>
-
buttonUndoPressed
protected void buttonUndoPressed()- Specified by:
buttonUndoPressedin classAbstractFormViewPresenter<Processo,CadastroProcessoView>
-
buttonDeleteConfirmed
protected void buttonDeleteConfirmed()- Specified by:
buttonDeleteConfirmedin classAbstractFormViewPresenter<Processo,CadastroProcessoView>
-