public interface ProcessInstanceDiagramView extends org.uberfire.ext.widgets.common.client.common.HasBusyIndicator, com.google.gwt.user.client.ui.IsWidget, com.google.gwt.user.client.TakesValue<ProcessNodeSummary>
| Modifier and Type | Method and Description |
|---|---|
void |
displayImage(String svgContent) |
void |
displayMessage(String message) |
void |
hideNodeActions() |
void |
setNodeInstances(List<NodeInstanceSummary> nodes) |
void |
setOnProcessNodeSelectedCallback(org.uberfire.client.callbacks.Callback<Long> onProcessNodeSelectedCallback) |
void |
setProcessNodes(List<ProcessNodeSummary> nodes) |
void |
setTimerInstances(List<TimerInstanceSummary> timers) |
void displayImage(String svgContent)
void displayMessage(String message)
void setProcessNodes(List<ProcessNodeSummary> nodes)
void setNodeInstances(List<NodeInstanceSummary> nodes)
void setTimerInstances(List<TimerInstanceSummary> timers)
void setOnProcessNodeSelectedCallback(org.uberfire.client.callbacks.Callback<Long> onProcessNodeSelectedCallback)
void hideNodeActions()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.