@Dependent @Templated(value="ProcessVariableListViewImpl.html") public class ProcessVariableListViewImpl extends com.google.gwt.user.client.ui.Composite implements ProcessVariableListPresenter.ProcessVariableListView, com.google.gwt.user.client.ui.RequiresResize
Modifier and Type | Field and Description |
---|---|
com.google.gwt.user.client.ui.LayoutPanel |
listContainer |
com.github.gwtbootstrap.client.ui.SimplePager |
pager |
com.github.gwtbootstrap.client.ui.DataGrid<VariableSummary> |
processDataGrid |
com.github.gwtbootstrap.client.ui.Label |
processDefinitionIdLabel |
com.google.gwt.user.client.ui.HTML |
processDefinitionIdText |
com.github.gwtbootstrap.client.ui.Label |
processInstanceIdLabel |
com.google.gwt.user.client.ui.HTML |
processInstanceIdText |
com.github.gwtbootstrap.client.ui.Label |
processNameLabel |
com.google.gwt.user.client.ui.HTML |
processNameText |
Constructor and Description |
---|
ProcessVariableListViewImpl() |
Modifier and Type | Method and Description |
---|---|
void |
displayNotification(String text) |
void |
formClosed(org.uberfire.workbench.events.BeforeClosePlaceEvent closed) |
List<NodeInstanceSummary> |
getActiveNodes() |
List<NodeInstanceSummary> |
getCompletedNodes() |
String |
getEncodedProcessSource() |
org.uberfire.backend.vfs.Path |
getProcessAssetPath() |
com.google.gwt.user.client.ui.HTML |
getProcessDefinitionIdText() |
com.google.gwt.user.client.ui.HTML |
getProcessInstanceIdText() |
com.google.gwt.user.client.ui.HTML |
getProcessNameText() |
void |
init(ProcessVariableListPresenter presenter) |
void |
onResize() |
void |
setActiveNodes(List<NodeInstanceSummary> activeNodes) |
void |
setCompletedNodes(List<NodeInstanceSummary> completedNodes) |
void |
setProcessInstance(ProcessInstanceSummary pi) |
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.Label processInstanceIdLabel
@Inject @DataField public com.google.gwt.user.client.ui.HTML processInstanceIdText
@Inject @DataField public com.github.gwtbootstrap.client.ui.Label processNameLabel
@Inject @DataField public com.google.gwt.user.client.ui.HTML processNameText
@Inject @DataField public com.github.gwtbootstrap.client.ui.Label processDefinitionIdLabel
@Inject @DataField public com.google.gwt.user.client.ui.HTML processDefinitionIdText
@Inject @DataField public com.google.gwt.user.client.ui.LayoutPanel listContainer
@Inject @DataField public com.github.gwtbootstrap.client.ui.DataGrid<VariableSummary> processDataGrid
@DataField public com.github.gwtbootstrap.client.ui.SimplePager pager
public void init(ProcessVariableListPresenter presenter)
init
in interface org.uberfire.client.mvp.UberView<ProcessVariableListPresenter>
public void onResize()
onResize
in interface com.google.gwt.user.client.ui.RequiresResize
public void formClosed(@Observes org.uberfire.workbench.events.BeforeClosePlaceEvent closed)
public void displayNotification(String text)
displayNotification
in interface ProcessVariableListPresenter.ProcessVariableListView
public com.google.gwt.user.client.ui.HTML getProcessNameText()
getProcessNameText
in interface ProcessVariableListPresenter.ProcessVariableListView
public com.google.gwt.user.client.ui.HTML getProcessInstanceIdText()
getProcessInstanceIdText
in interface ProcessVariableListPresenter.ProcessVariableListView
public com.google.gwt.user.client.ui.HTML getProcessDefinitionIdText()
getProcessDefinitionIdText
in interface ProcessVariableListPresenter.ProcessVariableListView
public void setProcessInstance(ProcessInstanceSummary pi)
setProcessInstance
in interface ProcessVariableListPresenter.ProcessVariableListView
public List<NodeInstanceSummary> getActiveNodes()
public void setActiveNodes(List<NodeInstanceSummary> activeNodes)
public List<NodeInstanceSummary> getCompletedNodes()
public void setCompletedNodes(List<NodeInstanceSummary> completedNodes)
public org.uberfire.backend.vfs.Path getProcessAssetPath()
public String getEncodedProcessSource()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.