jBPM Console NG - Process Runtime Client 6.1.0.CR1

org.jbpm.console.ng.pr.client.editors.variables.list
Class ProcessVariableListViewImpl

java.lang.Object
  extended by com.google.gwt.user.client.ui.UIObject
      extended by com.google.gwt.user.client.ui.Widget
          extended by com.google.gwt.user.client.ui.Composite
              extended by org.jbpm.console.ng.pr.client.editors.variables.list.ProcessVariableListViewImpl
All Implemented Interfaces:
com.google.gwt.event.logical.shared.HasAttachHandlers, com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.EventListener, com.google.gwt.user.client.ui.HasVisibility, com.google.gwt.user.client.ui.IsRenderable, com.google.gwt.user.client.ui.IsWidget, com.google.gwt.user.client.ui.RequiresResize, ProcessVariableListPresenter.ProcessVariableListView, org.uberfire.client.mvp.UberView<ProcessVariableListPresenter>

@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


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled
 
Field Summary
 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
           
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Constructor Summary
ProcessVariableListViewImpl()
           
 
Method Summary
 void displayNotification(String text)
           
 void formClosed(org.uberfire.client.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)
           
 
Methods inherited from class com.google.gwt.user.client.ui.Composite
claimElement, getWidget, initializeClaimedElement, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, render, render, resolvePotentialElement, setWidget
 
Methods inherited from class com.google.gwt.user.client.ui.Widget
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents
 
Methods inherited from class com.google.gwt.user.client.ui.UIObject
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.google.gwt.user.client.ui.IsWidget
asWidget
 

Field Detail

processInstanceIdLabel

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.Label processInstanceIdLabel

processInstanceIdText

@Inject
@DataField
public com.google.gwt.user.client.ui.HTML processInstanceIdText

processNameLabel

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.Label processNameLabel

processNameText

@Inject
@DataField
public com.google.gwt.user.client.ui.HTML processNameText

processDefinitionIdLabel

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.Label processDefinitionIdLabel

processDefinitionIdText

@Inject
@DataField
public com.google.gwt.user.client.ui.HTML processDefinitionIdText

listContainer

@Inject
@DataField
public com.google.gwt.user.client.ui.LayoutPanel listContainer

processDataGrid

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.DataGrid<VariableSummary> processDataGrid

pager

@DataField
public com.github.gwtbootstrap.client.ui.SimplePager pager
Constructor Detail

ProcessVariableListViewImpl

public ProcessVariableListViewImpl()
Method Detail

init

public void init(ProcessVariableListPresenter presenter)
Specified by:
init in interface org.uberfire.client.mvp.UberView<ProcessVariableListPresenter>

onResize

public void onResize()
Specified by:
onResize in interface com.google.gwt.user.client.ui.RequiresResize

formClosed

public void formClosed(@Observes
                       org.uberfire.client.workbench.events.BeforeClosePlaceEvent closed)

displayNotification

public void displayNotification(String text)
Specified by:
displayNotification in interface ProcessVariableListPresenter.ProcessVariableListView

getProcessNameText

public com.google.gwt.user.client.ui.HTML getProcessNameText()
Specified by:
getProcessNameText in interface ProcessVariableListPresenter.ProcessVariableListView

getProcessInstanceIdText

public com.google.gwt.user.client.ui.HTML getProcessInstanceIdText()
Specified by:
getProcessInstanceIdText in interface ProcessVariableListPresenter.ProcessVariableListView

getProcessDefinitionIdText

public com.google.gwt.user.client.ui.HTML getProcessDefinitionIdText()
Specified by:
getProcessDefinitionIdText in interface ProcessVariableListPresenter.ProcessVariableListView

setProcessInstance

public void setProcessInstance(ProcessInstanceSummary pi)
Specified by:
setProcessInstance in interface ProcessVariableListPresenter.ProcessVariableListView

getActiveNodes

public List<NodeInstanceSummary> getActiveNodes()

setActiveNodes

public void setActiveNodes(List<NodeInstanceSummary> activeNodes)

getCompletedNodes

public List<NodeInstanceSummary> getCompletedNodes()

setCompletedNodes

public void setCompletedNodes(List<NodeInstanceSummary> completedNodes)

getProcessAssetPath

public org.uberfire.backend.vfs.Path getProcessAssetPath()

getEncodedProcessSource

public String getEncodedProcessSource()

jBPM Console NG - Process Runtime Client 6.1.0.CR1

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.