Package br.com.davinti.vitruvio.ui.bsc
Class CadastroPlanoEstrategicoPresenter
Object
AbstractFormViewPresenter<PlanoEstrategico,CadastroPlanoEstrategicoView>
VitruvioAbstractFormPresenter<PlanoEstrategico,CadastroPlanoEstrategicoView>
CadastroPlanoEstrategicoPresenter
- All Implemented Interfaces:
Presenter<CadastroPlanoEstrategicoView>,PresenterLifeCicleAware<CadastroPlanoEstrategicoView>,Serializable
@Component
@Scope("prototype")
public class CadastroPlanoEstrategicoPresenter
extends VitruvioAbstractFormPresenter<PlanoEstrategico,CadastroPlanoEstrategicoView>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
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
-
CadastroPlanoEstrategicoPresenter
public CadastroPlanoEstrategicoPresenter()
-
-
Method Details
-
setEntity
public void setEntity(PlanoEstrategico entity) - Overrides:
setEntityin classAbstractFormViewPresenter<PlanoEstrategico,CadastroPlanoEstrategicoView>
-
init
@PostConstruct protected void init()- Overrides:
initin classVitruvioAbstractFormPresenter<PlanoEstrategico,CadastroPlanoEstrategicoView>
-
getView
-
isValid
public boolean isValid()- Overrides:
isValidin classAbstractFormViewPresenter<PlanoEstrategico,CadastroPlanoEstrategicoView>
-
buttonSavePressed
protected void buttonSavePressed()- Specified by:
buttonSavePressedin classAbstractFormViewPresenter<PlanoEstrategico,CadastroPlanoEstrategicoView>
-