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>
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<String> callback)
void setOnDiagramNodeSelectionCallback(org.uberfire.client.callbacks.Callback<String> callback)
void showNodeActions()
void hideNodeActions()
void setShowOrHideNodeActionsCommand(com.google.gwt.user.client.Command command)
void showOrHideNodeActionsTriggered()
void onShow()
void setSubProcessInstances(List<ProcessInstanceSummary> subProcessInstance)
void setParentProcessInstance(ProcessInstanceSummary parentProcessInstance)
void setParentSelectedCommand(com.google.gwt.user.client.Command parentSelectedCommand)
void showParentAndSubProcessPanel()
void hideParentAndSubProcessPanel()
void setShowOrHideParentAndSubProcessPanelCommand(com.google.gwt.user.client.Command command)
void showOrHideParentAndSubProcessPanelTriggered()
void expandDiagram()
void disableExpandAnchor()
void setOnDiagramNodeSelectionDoubleClick(org.uberfire.client.callbacks.Callback<String> callback)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.