@Dependent public class ProcessDiagramPresenter extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ProcessDiagramPresenter.View |
| Constructor and Description |
|---|
ProcessDiagramPresenter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
displayImage(String svgContent,
String containerId) |
String |
getName() |
com.google.gwt.user.client.ui.IsWidget |
getView() |
void |
onProcessInstanceSelectionEvent(ProcessInstanceSelectionEvent event) |
void |
onProcessSelectionEvent(ProcessDefSelectionEvent event) |
void |
setProcessImageService(org.jboss.errai.common.client.api.Caller<ProcessImageService> processImageService) |
@Inject public void setProcessImageService(org.jboss.errai.common.client.api.Caller<ProcessImageService> processImageService)
public void onProcessInstanceSelectionEvent(@Observes
ProcessInstanceSelectionEvent event)
public void onProcessSelectionEvent(@Observes
ProcessDefSelectionEvent event)
public String getName()
public com.google.gwt.user.client.ui.IsWidget getView()
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.