Class CadastroContaEmailPresenter
Object
AbstractFormViewPresenter<EmailAccount,CadastroContaEmailView>
- All Implemented Interfaces:
Presenter<CadastroContaEmailView>,PresenterLifeCicleAware<CadastroContaEmailView>,Serializable
@Component
@Scope("prototype")
public class CadastroContaEmailPresenter
extends VitruvioAbstractFormPresenter<EmailAccount,CadastroContaEmailView>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidgetView()protected voidinit()booleanisValid()voidsetEntity(EmailAccount entity) Methods inherited from class VitruvioAbstractFormPresenter
buttonDeleteConfirmed, buttonNewPressed, buttonSearchPressed, buttonUndoPressedMethods inherited from class AbstractFormViewPresenter
closeAllowed, disableAllButtons, disableOnly, enableAllButtons, enableOnly, getEntity, getEventBus, handleButtonClose, handleButtons, handleDelete, handleNew, handlePresenterAttach, handlePresenterClose, handlePresenterDetach, handleSave, handleSearch, handleUndo, isCheckIfIsModifiedOnClose, isModified, setButtonsEnabled, setCheckIfIsModifiedOnClose, setEventBus
-
Constructor Details
-
CadastroContaEmailPresenter
public CadastroContaEmailPresenter()
-
-
Method Details
-
getView
-
isValid
public boolean isValid()- Overrides:
isValidin classAbstractFormViewPresenter<EmailAccount,CadastroContaEmailView>
-
buttonSavePressed
protected void buttonSavePressed()- Specified by:
buttonSavePressedin classAbstractFormViewPresenter<EmailAccount,CadastroContaEmailView>
-
init
@PostConstruct protected void init()- Overrides:
initin classVitruvioAbstractFormPresenter<EmailAccount,CadastroContaEmailView>
-
setEntity
- Overrides:
setEntityin classAbstractFormViewPresenter<EmailAccount,CadastroContaEmailView>
-