@Dependent public class ExecutionErrorDetailsPresenter extends Object implements org.uberfire.ext.widgets.common.client.menu.RefreshMenuBuilder.SupportsRefresh
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExecutionErrorDetailsPresenter.ExecErrorDetailsView |
| Modifier and Type | Field and Description |
|---|---|
static String |
SCREEN_ID |
ExecutionErrorDetailsPresenter.ExecErrorDetailsView |
view |
| Constructor and Description |
|---|
ExecutionErrorDetailsPresenter() |
| Modifier and Type | Method and Description |
|---|---|
org.uberfire.workbench.model.Position |
getPosition() |
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) |
public static final String SCREEN_ID
@Inject public ExecutionErrorDetailsPresenter.ExecErrorDetailsView view
public org.uberfire.client.mvp.UberElement<ExecutionErrorDetailsPresenter> getView()
public org.uberfire.workbench.model.Position getPosition()
public String getTitle()
public void onStartup(org.uberfire.mvp.PlaceRequest place)
public void onExecutionErrorSelectedEvent(@Observes
ExecutionErrorSelectedEvent event)
public void onRefresh()
onRefresh in interface org.uberfire.ext.widgets.common.client.menu.RefreshMenuBuilder.SupportsRefreshpublic 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–2018 JBoss by Red Hat. All rights reserved.