Class HistoricReportPresenter
- All Implemented Interfaces:
Presenter<HistoricReportView>,PresenterLifeCicleAware<HistoricReportView>,Serializable
@Component
@Scope("prototype")
public class HistoricReportPresenter
extends AbstractPresenter<HistoricReportView>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetView()voidsetAllowActions(boolean allowActions) voidsetRelatorio(Relatorio relatorio) Methods inherited from class AbstractPresenter
closeAllowed, getEventBus, handlePresenterAttach, handlePresenterClose, handlePresenterDetach, setEventBus
-
Constructor Details
-
HistoricReportPresenter
public HistoricReportPresenter()
-
-
Method Details
-
setRelatorio
public void setRelatorio(Relatorio relatorio) -
setAllowActions
public void setAllowActions(boolean allowActions) -
getView
-