org.jbpm.console.ng.pr.client.editors.instance.details
@Dependent @Templated(value="ProcessInstanceDetailsViewImpl.html") public class ProcessInstanceDetailsViewImpl extends com.google.gwt.user.client.ui.Composite implements ProcessInstanceDetailsPresenter.ProcessInstanceDetailsView
Modifier and Type | Field and Description |
---|---|
com.github.gwtbootstrap.client.ui.ListBox |
currentActivitiesListBox |
com.github.gwtbootstrap.client.ui.Label |
currentActivitiesListLabel |
com.google.gwt.user.client.ui.FlowPanel |
listContainer |
com.github.gwtbootstrap.client.ui.TextArea |
logTextArea |
com.github.gwtbootstrap.client.ui.Label |
logTextLabel |
com.github.gwtbootstrap.client.ui.SimplePager |
pager |
com.github.gwtbootstrap.client.ui.DataGrid<VariableSummary> |
processDataGrid |
com.github.gwtbootstrap.client.ui.Label |
processDefinitionIdLabel |
com.github.gwtbootstrap.client.ui.TextBox |
processDefinitionIdText |
com.github.gwtbootstrap.client.ui.Label |
processDeploymentLabel |
com.github.gwtbootstrap.client.ui.TextBox |
processDeploymentText |
com.github.gwtbootstrap.client.ui.Label |
processInstanceIdLabel |
com.github.gwtbootstrap.client.ui.TextBox |
processInstanceIdText |
com.github.gwtbootstrap.client.ui.Label |
processNameLabel |
com.github.gwtbootstrap.client.ui.TextBox |
processNameText |
com.github.gwtbootstrap.client.ui.Label |
processVersionLabel |
com.github.gwtbootstrap.client.ui.TextBox |
processVersionText |
com.github.gwtbootstrap.client.ui.Label |
stateLabel |
com.github.gwtbootstrap.client.ui.TextBox |
stateText |
Constructor and Description |
---|
ProcessInstanceDetailsViewImpl() |
Modifier and Type | Method and Description |
---|---|
void |
displayNotification(String text) |
void |
formClosed(org.uberfire.workbench.events.BeforeClosePlaceEvent closed) |
List<NodeInstanceSummary> |
getActiveNodes() |
List<NodeInstanceSummary> |
getCompletedNodes() |
com.github.gwtbootstrap.client.ui.ListBox |
getCurrentActivitiesListBox() |
String |
getEncodedProcessSource() |
com.github.gwtbootstrap.client.ui.TextArea |
getLogTextArea() |
org.uberfire.backend.vfs.Path |
getProcessAssetPath() |
com.github.gwtbootstrap.client.ui.TextBox |
getProcessDefinitionIdText() |
com.github.gwtbootstrap.client.ui.TextBox |
getProcessDeploymentText() |
com.github.gwtbootstrap.client.ui.TextBox |
getProcessInstanceIdText() |
com.github.gwtbootstrap.client.ui.TextBox |
getProcessNameText() |
com.github.gwtbootstrap.client.ui.TextBox |
getProcessVersionText() |
com.github.gwtbootstrap.client.ui.TextBox |
getStateText() |
void |
init(ProcessInstanceDetailsPresenter presenter) |
void |
setActiveNodes(List<NodeInstanceSummary> activeNodes) |
void |
setCompletedNodes(List<NodeInstanceSummary> completedNodes) |
void |
setCurrentActiveNodes(List<NodeInstanceSummary> activeNodes) |
void |
setCurrentCompletedNodes(List<NodeInstanceSummary> completedNodes) |
void |
setEncodedProcessSource(String encodedProcessSource) |
void |
setProcessAssetPath(org.uberfire.backend.vfs.Path processAssetPath) |
void |
setProcessInstance(ProcessInstanceSummary processInstance) |
claimElement, getWidget, initializeClaimedElement, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, render, render, resolvePotentialElement, setWidget
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toString, unsinkEvents
@Inject @DataField public com.github.gwtbootstrap.client.ui.TextBox processDefinitionIdText
@Inject @DataField public com.github.gwtbootstrap.client.ui.Label processInstanceIdLabel
@Inject @DataField public com.github.gwtbootstrap.client.ui.TextBox processInstanceIdText
@Inject @DataField public com.github.gwtbootstrap.client.ui.TextBox processNameText
@Inject @DataField public com.github.gwtbootstrap.client.ui.TextBox processDeploymentText
@Inject @DataField public com.google.gwt.user.client.ui.FlowPanel listContainer
@Inject @DataField public com.github.gwtbootstrap.client.ui.TextBox processVersionText
@Inject @DataField public com.github.gwtbootstrap.client.ui.TextBox stateText
@Inject @DataField public com.github.gwtbootstrap.client.ui.ListBox currentActivitiesListBox
@Inject @DataField public com.github.gwtbootstrap.client.ui.TextArea logTextArea
@Inject @DataField public com.github.gwtbootstrap.client.ui.Label processDefinitionIdLabel
@Inject @DataField public com.github.gwtbootstrap.client.ui.Label processNameLabel
@Inject @DataField public com.github.gwtbootstrap.client.ui.Label processDeploymentLabel
@Inject @DataField public com.github.gwtbootstrap.client.ui.Label processVersionLabel
@Inject @DataField public com.github.gwtbootstrap.client.ui.Label stateLabel
@Inject @DataField public com.github.gwtbootstrap.client.ui.Label currentActivitiesListLabel
@Inject @DataField public com.github.gwtbootstrap.client.ui.Label logTextLabel
@Inject @DataField public com.github.gwtbootstrap.client.ui.DataGrid<VariableSummary> processDataGrid
public com.github.gwtbootstrap.client.ui.SimplePager pager
public void init(ProcessInstanceDetailsPresenter presenter)
init
in interface org.uberfire.client.mvp.UberView<ProcessInstanceDetailsPresenter>
public com.github.gwtbootstrap.client.ui.TextBox getProcessDefinitionIdText()
getProcessDefinitionIdText
in interface ProcessInstanceDetailsPresenter.ProcessInstanceDetailsView
public com.github.gwtbootstrap.client.ui.ListBox getCurrentActivitiesListBox()
getCurrentActivitiesListBox
in interface ProcessInstanceDetailsPresenter.ProcessInstanceDetailsView
public com.github.gwtbootstrap.client.ui.TextArea getLogTextArea()
getLogTextArea
in interface ProcessInstanceDetailsPresenter.ProcessInstanceDetailsView
public void displayNotification(String text)
displayNotification
in interface ProcessInstanceDetailsPresenter.ProcessInstanceDetailsView
public com.github.gwtbootstrap.client.ui.TextBox getProcessNameText()
getProcessNameText
in interface ProcessInstanceDetailsPresenter.ProcessInstanceDetailsView
public com.github.gwtbootstrap.client.ui.TextBox getProcessInstanceIdText()
getProcessInstanceIdText
in interface ProcessInstanceDetailsPresenter.ProcessInstanceDetailsView
public void formClosed(@Observes org.uberfire.workbench.events.BeforeClosePlaceEvent closed)
public void setProcessInstance(ProcessInstanceSummary processInstance)
setProcessInstance
in interface ProcessInstanceDetailsPresenter.ProcessInstanceDetailsView
public com.github.gwtbootstrap.client.ui.TextBox getStateText()
getStateText
in interface ProcessInstanceDetailsPresenter.ProcessInstanceDetailsView
public com.github.gwtbootstrap.client.ui.TextBox getProcessDeploymentText()
getProcessDeploymentText
in interface ProcessInstanceDetailsPresenter.ProcessInstanceDetailsView
public com.github.gwtbootstrap.client.ui.TextBox getProcessVersionText()
getProcessVersionText
in interface ProcessInstanceDetailsPresenter.ProcessInstanceDetailsView
public void setProcessAssetPath(org.uberfire.backend.vfs.Path processAssetPath)
setProcessAssetPath
in interface ProcessInstanceDetailsPresenter.ProcessInstanceDetailsView
public void setCurrentActiveNodes(List<NodeInstanceSummary> activeNodes)
setCurrentActiveNodes
in interface ProcessInstanceDetailsPresenter.ProcessInstanceDetailsView
public void setCurrentCompletedNodes(List<NodeInstanceSummary> completedNodes)
setCurrentCompletedNodes
in interface ProcessInstanceDetailsPresenter.ProcessInstanceDetailsView
public void setEncodedProcessSource(String encodedProcessSource)
setEncodedProcessSource
in interface ProcessInstanceDetailsPresenter.ProcessInstanceDetailsView
public List<NodeInstanceSummary> getActiveNodes()
getActiveNodes
in interface ProcessInstanceDetailsPresenter.ProcessInstanceDetailsView
public void setActiveNodes(List<NodeInstanceSummary> activeNodes)
public List<NodeInstanceSummary> getCompletedNodes()
getCompletedNodes
in interface ProcessInstanceDetailsPresenter.ProcessInstanceDetailsView
public void setCompletedNodes(List<NodeInstanceSummary> completedNodes)
public org.uberfire.backend.vfs.Path getProcessAssetPath()
getProcessAssetPath
in interface ProcessInstanceDetailsPresenter.ProcessInstanceDetailsView
public String getEncodedProcessSource()
getEncodedProcessSource
in interface ProcessInstanceDetailsPresenter.ProcessInstanceDetailsView
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.