Package br.com.davinti.vitruvio.ui
Class AbstractPresenter<V extends View>
Object
AbstractPresenter<V>
- Type Parameters:
V-
- All Implemented Interfaces:
Presenter<V>,PresenterLifeCicleAware<V>,Serializable
- Direct Known Subclasses:
AbstractBaseTaskFormPresenter,AttachmentsPresenter,BindParameterEditorPresenter,BindPropertyEditorPresenter,BulkTaskFormPresenter,CadastroAutoRefreshNotificationRulesPresenter,CadastroComunicacaoErroConfigPresenter,CadastroRelatorioInstanciaPresenter,CadastroWhatsappScreenshotProviderPresenter,CalendarioProcessosPresenter,ChangePasswordPresenter,ChangePasswordWithTokenPresenter,CloneUsuarioPresenter,ConfigCentralPresenter,ConfigNotificationPresenter,ConfiguracaoProcessoStatusPresenter,CopyProjectPresenter,CustomerLogoConfigPresenter,CustomNotificationRenderer,DadosClienteConfigPresenter,DataSourceEditorPresenter,DBFilterPresenter,DBSearchPresenter,DBTableColumnEditorPresenter,DefinicaoStatusPorTempoPresenter,DefinicaoStatusPorTempoTaskPresenter,DetalhesAtividadePresenter,DetalhesLogPresenter,DetalhesScheduleJobLogPresenter,DocumentacaoProcessoPresenter,EditaPlanoEstrategicoPresenter,EmbeddedAttachmentsPresenter,EmbeddedNotesPresenter,ExecHolidayPresenter,ExecutionMonitoringConfigPresenter,FavoritoRenamePresenter,FilterParameterInputPresenter,FinishProcessPresenter,FormChangeLogPresenter,FormEditorPresenter,GitContentConfigPresenter,GraficoGanttPresenter,GrupoPermissaoPresenter,GrupoPermissaoV8Presenter,HistoricPanelPresenter,HistoricProcessVersionPresenter,HistoricReportPresenter,HistoricScriptPresenter,ImportacaoSelecaoPresenter,ImportacaoUploadPresenter,InlineUploadPresenter,InstanceNotificationsPresenter,InstanciaReportsPresenter,ListaInstanciasPresenter,ListaLogsPresenter,ListaPatchEmpresaAmbientePresenter,ListaPatchPresenter,ListaPerfilExportacaoDiffPresenter,ListaPerfilExportacaoPresenter,ListaPlanoEstrategicoPresenter,ListaProjetosPresenter,ListaRegistroLentidaoPresenter,ListaRelatorioInstanciaPresenter,ListaScheduleDataPresenter,ListaScheduleLogsExecPresenter,ListaScheduleLogsUsuarioPresenter,ListaSchedulesSistemaPresenter,ListaSincronizaPerfilExportacaoPresenter,ListPanelPermaLinkPresenter,ListTaskPermaLinkPresenter,LoadFilterPresenter,LoadWTPPresenter,LoginPresenter,MainAreaViewConfigPresenter,MainAreaViewMenuConfigPresenter,MainAreaViewPresenter,MapaEstrategicoPresenter,MessageListPresenter,MobileServicesConfigPresenter,ModalWrapperFormViewPresenter,MultiFileUploadInlinePresenter,MultiFileUploadPresenter,NotificacaoEtapaListPresenter,NotificacaoEtapaPresenter,NotificacaoRenderPresenter,NotificacoesPresenter,NotificationConfigurationViewConfigPresenter,OCRProviderConfigPresenter,OCRResultPresenter,PadraoCredentialConfigPresenter,PanelManagerPresenter,PanelNotificationPresenter,PanelPresentationPresenter,PerfilEmpresaSincronizacaoListaPresenter,PerfilExportacaoDiffPresenter,PermaLinkPresenter,PermalinkRulesConfigPresenter,PesquisaProcessosPresenter,PlanejamentoPresenter,PlanejamentoV8Presenter,PlanoEstrategicoMenuPresenter,ProcessAuthorizationPresenter,ProcessDiagramPresenter,ProcessJobRetryConfigPresenter,ProcessoNotasPresenter,ProcessoStatusPresenter,ProcessScheduleListPresenter,ProcessSchedulePresenter,QueryMapperPresenter,QueryViewPresenter,ReabrirAtividadePresenter,ReportGeneratorPresenter,ReportManagerPresenter,ReportScheduleListPresenter,ReportSchedulePresenter,ResumoNotificacoesPopupPresenter,ResumoProcessosUsuariosPresenter,RightAreaViewPresenter,RolePropertyConfigPresenter,RootViewPresenter,RunningScriptInfoViewPresenter,RunningScriptsListPresenter,RunningSqlScriptsListPresenter,ScheduleLogsTabsPresenter,ScriptDebugPresenter,ScriptEditorPresenter,ScriptScheduleListPresenter,ScriptSchedulePresenter,SelecionaIndicadorPresenter,SelecionaProjetoPresenter,SendNoteEmailPresenter,SignatureConfigPresenter,SimpleScheduleCustomParametersPresenter,SingleUploadPresenter,SoftCancelConfigPresenter,StartProcessViewPresenter,SubFormProgressPresenter,SystemMonitorMenuPresenter,TaskFormModalWrapperViewPresenter,TaskReopenPresenter,TaskTransferPresenter,TextToClipboardPresenter,TransferirAtividadePresenter,TriggerEditorPresenter,UploadFormDefPresenter,UploadPicuturePresenter,UploadVersaoPresenter,UserPanelsConfigPresenter,UserPanelsPresenter,UsuariosFavoritosPresenter,WorkspaceBpmnPresenter,WTPPermissionPresenter
public abstract class AbstractPresenter<V extends View>
extends Object
implements PresenterLifeCicleAware<V>
EventBus abstrato local, para injecao automatica de bus
- Author:
- Eduardo Frazao
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanEventBusvoidhandlePresenterAttach(PresenterAttachEvent event) voidhandlePresenterClose(PresenterCloseEvent event) voidhandlePresenterDetach(PresenterDetachEvent event) voidsetEventBus(EventBus eventBus) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Presenter
getView
-
Constructor Details
-
AbstractPresenter
public AbstractPresenter()
-
-
Method Details
-
getEventBus
public EventBus getEventBus()- Specified by:
getEventBusin interfacePresenter<V extends View>
-
setEventBus
@Autowired public void setEventBus(EventBus eventBus) -
closeAllowed
public boolean closeAllowed()- Specified by:
closeAllowedin interfacePresenterLifeCicleAware<V extends View>
-
handlePresenterClose
public void handlePresenterClose(PresenterCloseEvent event) - Specified by:
handlePresenterClosein interfacePresenterLifeCicleAware<V extends View>
-
handlePresenterAttach
public void handlePresenterAttach(PresenterAttachEvent event) - Specified by:
handlePresenterAttachin interfacePresenterLifeCicleAware<V extends View>
-
handlePresenterDetach
public void handlePresenterDetach(PresenterDetachEvent event) - Specified by:
handlePresenterDetachin interfacePresenterLifeCicleAware<V extends View>
-