Class CadastroCampoModeloDocumentoPresenter
Object
AbstractFormViewPresenter<ModeloCampoDocumento,CadastroCampoModeloDocumentoView>
VitruvioAbstractFormPresenter<ModeloCampoDocumento,CadastroCampoModeloDocumentoView>
CadastroCampoModeloDocumentoPresenter
- All Implemented Interfaces:
Presenter<CadastroCampoModeloDocumentoView>,PresenterLifeCicleAware<CadastroCampoModeloDocumentoView>,Serializable
@Component
@Scope("prototype")
public class CadastroCampoModeloDocumentoPresenter
extends VitruvioAbstractFormPresenter<ModeloCampoDocumento,CadastroCampoModeloDocumentoView>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected voidgetView()protected voidinit()booleanisValid()voidsetDocumentEngineService(DocumentEngineService documentEngineService) voidsetEntity(ModeloCampoDocumento entity) voidMethods 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, setButtonsEnabled, setCheckIfIsModifiedOnClose, setEventBus
-
Constructor Details
-
CadastroCampoModeloDocumentoPresenter
public CadastroCampoModeloDocumentoPresenter()
-
-
Method Details
-
setDocumentEngineService
-
setView
-
getView
-
init
@PostConstruct protected void init()- Overrides:
initin classVitruvioAbstractFormPresenter<ModeloCampoDocumento,CadastroCampoModeloDocumentoView>
-
isValid
public boolean isValid()- Overrides:
isValidin classAbstractFormViewPresenter<ModeloCampoDocumento,CadastroCampoModeloDocumentoView>
-
buttonSavePressed
protected void buttonSavePressed()- Specified by:
buttonSavePressedin classAbstractFormViewPresenter<ModeloCampoDocumento,CadastroCampoModeloDocumentoView>
-
setEntity
public void setEntity(ModeloCampoDocumento entity) - Overrides:
setEntityin classAbstractFormViewPresenter<ModeloCampoDocumento,CadastroCampoModeloDocumentoView>
-
buttonUndoPressed
protected void buttonUndoPressed()- Overrides:
buttonUndoPressedin classVitruvioAbstractFormPresenter<ModeloCampoDocumento,CadastroCampoModeloDocumentoView>
-