Package br.com.davinti.vitruvio.ui.bsc
Class CadastroIndicadorPresenter
Object
AbstractFormViewPresenter<Indicador,CadastroIndicadorView>
VitruvioAbstractFormPresenter<Indicador,CadastroIndicadorView>
CadastroIndicadorPresenter
- All Implemented Interfaces:
Presenter<CadastroIndicadorView>,PresenterLifeCicleAware<CadastroIndicadorView>,Serializable
@Component
@Scope("prototype")
public class CadastroIndicadorPresenter
extends VitruvioAbstractFormPresenter<Indicador,CadastroIndicadorView>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected voidgetView()protected voidinit()booleanisValid()voidsetEntity(Indicador entity) voidsetIndicadorObjetivos(IndicadorObjetivos indicadorObjetivos) voidsetView(CadastroIndicadorView view) 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, setButtonsEnabled, setCheckIfIsModifiedOnClose, setEventBus
-
Constructor Details
-
CadastroIndicadorPresenter
public CadastroIndicadorPresenter()
-
-
Method Details
-
getView
-
init
@PostConstruct protected void init()- Overrides:
initin classVitruvioAbstractFormPresenter<Indicador,CadastroIndicadorView>
-
setView
-
isValid
public boolean isValid()- Overrides:
isValidin classAbstractFormViewPresenter<Indicador,CadastroIndicadorView>
-
buttonSavePressed
protected void buttonSavePressed()- Specified by:
buttonSavePressedin classAbstractFormViewPresenter<Indicador,CadastroIndicadorView>
-
setIndicadorObjetivos
public void setIndicadorObjetivos(IndicadorObjetivos indicadorObjetivos) -
setEntity
public void setEntity(Indicador entity) - Overrides:
setEntityin classAbstractFormViewPresenter<Indicador,CadastroIndicadorView>
-
buttonUndoPressed
protected void buttonUndoPressed()- Overrides:
buttonUndoPressedin classVitruvioAbstractFormPresenter<Indicador,CadastroIndicadorView>
-