@Dependent public class ExecutionErrorDetailsPresenter extends Object implements RefreshMenuBuilder.SupportsRefresh
Modifier and Type | Class and Description |
---|---|
static interface |
ExecutionErrorDetailsPresenter.ExecErrorDetailsView |
Modifier and Type | Field and Description |
---|---|
ExecutionErrorDetailsPresenter.ExecErrorDetailsView |
view |
Constructor and Description |
---|
ExecutionErrorDetailsPresenter() |
Modifier and Type | Method and Description |
---|---|
static String |
getErrorDetailTitle(ExecutionErrorSummary summary) |
String |
getTitle() |
org.uberfire.client.mvp.UberElement<ExecutionErrorDetailsPresenter> |
getView() |
void |
onExecutionErrorSelectedEvent(ExecutionErrorSelectedEvent event) |
void |
onRefresh() |
void |
onStartup(org.uberfire.mvp.PlaceRequest place) |
void |
refreshExecutionErrorDataRemote(String serverTemplateId,
String deploymentId,
String errorId) |
void |
setChangeTitleWidgetEvent(javax.enterprise.event.Event<org.uberfire.client.workbench.events.ChangeTitleWidgetEvent> changeTitleWidgetEvent) |
void |
setExecutorService(org.jboss.errai.common.client.api.Caller<ExecutorService> executorServices) |
@Inject public ExecutionErrorDetailsPresenter.ExecErrorDetailsView view
public org.uberfire.client.mvp.UberElement<ExecutionErrorDetailsPresenter> getView()
public String getTitle()
public void onStartup(org.uberfire.mvp.PlaceRequest place)
public static String getErrorDetailTitle(ExecutionErrorSummary summary)
public void onExecutionErrorSelectedEvent(@Observes ExecutionErrorSelectedEvent event)
public void onRefresh()
onRefresh
in interface RefreshMenuBuilder.SupportsRefresh
public void refreshExecutionErrorDataRemote(String serverTemplateId, String deploymentId, String errorId)
@Inject public void setExecutorService(org.jboss.errai.common.client.api.Caller<ExecutorService> executorServices)
@Inject public void setChangeTitleWidgetEvent(javax.enterprise.event.Event<org.uberfire.client.workbench.events.ChangeTitleWidgetEvent> changeTitleWidgetEvent)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.