Class CadastroPortifolioPresenter
Object
AbstractFormViewPresenter<Portifolio,CadastroPortifolioView>
VitruvioAbstractFormPresenter<Portifolio,CadastroPortifolioView>
CadastroPortifolioPresenter
- All Implemented Interfaces:
Presenter<CadastroPortifolioView>,PresenterLifeCicleAware<CadastroPortifolioView>,Serializable
@Component
@Scope("prototype")
public class CadastroPortifolioPresenter
extends VitruvioAbstractFormPresenter<Portifolio,CadastroPortifolioView>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class VitruvioAbstractFormPresenter
buttonDeleteConfirmed, buttonNewPressed, buttonSearchPressedMethods 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
-
CadastroPortifolioPresenter
public CadastroPortifolioPresenter()
-
-
Method Details
-
getView
-
init
@PostConstruct protected void init()- Overrides:
initin classVitruvioAbstractFormPresenter<Portifolio,CadastroPortifolioView>
-
setView
-
buttonSavePressed
protected void buttonSavePressed()- Specified by:
buttonSavePressedin classAbstractFormViewPresenter<Portifolio,CadastroPortifolioView>
-
setEntity
public void setEntity(Portifolio entity) - Overrides:
setEntityin classAbstractFormViewPresenter<Portifolio,CadastroPortifolioView>
-
buttonUndoPressed
protected void buttonUndoPressed()- Overrides:
buttonUndoPressedin classVitruvioAbstractFormPresenter<Portifolio,CadastroPortifolioView>
-