Class DynamicSQLReportPresenter
Object
AbstractFormViewPresenter<Relatorio,DynamicSQLReportView>
VitruvioAbstractFormPresenter<Relatorio,DynamicSQLReportView>
DynamicSQLReportPresenter
- All Implemented Interfaces:
Presenter<DynamicSQLReportView>,PresenterLifeCicleAware<DynamicSQLReportView>,Serializable
@Component
@Scope("prototype")
public class DynamicSQLReportPresenter
extends VitruvioAbstractFormPresenter<Relatorio,DynamicSQLReportView>
- 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
-
DynamicSQLReportPresenter
public DynamicSQLReportPresenter()
-
-
Method Details
-
init
@PostConstruct protected void init()- Overrides:
initin classVitruvioAbstractFormPresenter<Relatorio,DynamicSQLReportView>
-
setEntity
public void setEntity(Relatorio entity) - Overrides:
setEntityin classAbstractFormViewPresenter<Relatorio,DynamicSQLReportView>
-
setView
-
getView
-
isValid
protected boolean isValid()- Overrides:
isValidin classAbstractFormViewPresenter<Relatorio,DynamicSQLReportView>
-
buttonSavePressed
protected void buttonSavePressed()- Specified by:
buttonSavePressedin classAbstractFormViewPresenter<Relatorio,DynamicSQLReportView>
-