Class CadastroFiltroPresenter
Object
AbstractFormViewPresenter<ProcessoFiltro,CadastroFiltroView>
VitruvioAbstractFormPresenter<ProcessoFiltro,CadastroFiltroView>
CadastroFiltroPresenter
- All Implemented Interfaces:
Presenter<CadastroFiltroView>,PresenterLifeCicleAware<CadastroFiltroView>,Serializable
@Component
@Scope("prototype")
public class CadastroFiltroPresenter
extends VitruvioAbstractFormPresenter<ProcessoFiltro,CadastroFiltroView>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected voidProcessoFiltroConfiggetView()protected voidinit()voidsetFilterConfig(ProcessoFiltroConfig filterConfig) voidsetProcessoInstanciaService(ProcessoInstanciaService processoInstanciaService) voidsetView(CadastroFiltroView 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, isValid, setButtonsEnabled, setCheckIfIsModifiedOnClose, setEntity, setEventBus
-
Constructor Details
-
CadastroFiltroPresenter
public CadastroFiltroPresenter()
-
-
Method Details
-
setProcessoInstanciaService
@Autowired public void setProcessoInstanciaService(ProcessoInstanciaService processoInstanciaService) -
init
@PostConstruct protected void init()- Overrides:
initin classVitruvioAbstractFormPresenter<ProcessoFiltro,CadastroFiltroView>
-
setView
-
getView
-
buttonSavePressed
protected void buttonSavePressed()- Specified by:
buttonSavePressedin classAbstractFormViewPresenter<ProcessoFiltro,CadastroFiltroView>
-
buttonUndoPressed
protected void buttonUndoPressed()- Overrides:
buttonUndoPressedin classVitruvioAbstractFormPresenter<ProcessoFiltro,CadastroFiltroView>
-
getFilterConfig
public ProcessoFiltroConfig getFilterConfig() -
setFilterConfig
public void setFilterConfig(ProcessoFiltroConfig filterConfig)
-