jBPM Console NG - Process Runtime Client 6.1.0.Beta2

org.jbpm.console.ng.pr.client.editors.definition.details
Class ProcessDefDetailsViewImpl

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.definition.details.ProcessDefDetailsViewImpl
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, ProcessDefDetailsPresenter.ProcessDefDetailsView, org.uberfire.client.mvp.UberView<ProcessDefDetailsPresenter>

@Dependent
@Templated(value="ProcessDefDetailsViewImpl.html")
public class ProcessDefDetailsViewImpl
extends com.google.gwt.user.client.ui.Composite
implements ProcessDefDetailsPresenter.ProcessDefDetailsView


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.github.gwtbootstrap.client.ui.Label deploymentIdLabel
           
 com.google.gwt.user.client.ui.HTML deploymentIdText
           
 com.google.gwt.user.client.ui.HTML humanTasksListBox
           
 com.github.gwtbootstrap.client.ui.Label humanTasksListLabel
           
 com.github.gwtbootstrap.client.ui.Label nroOfHumanTasksLabel
           
 com.google.gwt.user.client.ui.HTML nroOfHumanTasksText
           
 com.google.gwt.user.client.ui.HTML processDataListBox
           
 com.github.gwtbootstrap.client.ui.Label processDataListLabel
           
 com.github.gwtbootstrap.client.ui.Label processIdLabel
           
 com.google.gwt.user.client.ui.HTML processIdText
           
 com.github.gwtbootstrap.client.ui.Label processNameLabel
           
 com.google.gwt.user.client.ui.HTML processNameText
           
 com.google.gwt.user.client.ui.HTML processServicesListBox
           
 com.github.gwtbootstrap.client.ui.Label processServicesListLabel
           
 com.google.gwt.user.client.ui.HTML subprocessListBox
           
 com.github.gwtbootstrap.client.ui.Label subprocessListLabel
           
 com.google.gwt.user.client.ui.HTML usersGroupsListBox
           
 com.github.gwtbootstrap.client.ui.Label usersGroupsListLabel
           
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Constructor Summary
ProcessDefDetailsViewImpl()
           
 
Method Summary
 void displayNotification(String text)
           
 com.google.gwt.user.client.ui.HTML getDeploymentIdText()
           
 String getEncodedProcessSource()
           
 com.google.gwt.user.client.ui.HTML getHumanTasksListBox()
           
 com.google.gwt.user.client.ui.HTML getNroOfHumanTasksText()
           
 org.uberfire.backend.vfs.Path getProcessAssetPath()
           
 com.google.gwt.user.client.ui.HTML getProcessDataListBox()
           
 com.google.gwt.user.client.ui.HTML getProcessIdText()
           
 com.google.gwt.user.client.ui.HTML getProcessNameText()
           
 com.google.gwt.user.client.ui.HTML getProcessServicesListBox()
           
 com.google.gwt.user.client.ui.HTML getSubprocessListBox()
           
 com.google.gwt.user.client.ui.HTML getUsersGroupsListBox()
           
 void init(ProcessDefDetailsPresenter presenter)
           
 void setEncodedProcessSource(String encodedProcessSource)
           
 void setProcessAssetPath(org.uberfire.backend.vfs.Path processAssetPath)
           
 
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

processIdText

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

processNameText

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

nroOfHumanTasksText

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

humanTasksListBox

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

usersGroupsListBox

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

processDataListBox

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

processServicesListBox

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

subprocessListBox

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

deploymentIdText

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

processNameLabel

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

processIdLabel

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

nroOfHumanTasksLabel

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

deploymentIdLabel

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

humanTasksListLabel

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

usersGroupsListLabel

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

subprocessListLabel

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

processDataListLabel

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

processServicesListLabel

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.Label processServicesListLabel
Constructor Detail

ProcessDefDetailsViewImpl

public ProcessDefDetailsViewImpl()
Method Detail

init

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

getProcessNameText

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

getNroOfHumanTasksText

public com.google.gwt.user.client.ui.HTML getNroOfHumanTasksText()
Specified by:
getNroOfHumanTasksText in interface ProcessDefDetailsPresenter.ProcessDefDetailsView

getHumanTasksListBox

public com.google.gwt.user.client.ui.HTML getHumanTasksListBox()
Specified by:
getHumanTasksListBox in interface ProcessDefDetailsPresenter.ProcessDefDetailsView

getUsersGroupsListBox

public com.google.gwt.user.client.ui.HTML getUsersGroupsListBox()
Specified by:
getUsersGroupsListBox in interface ProcessDefDetailsPresenter.ProcessDefDetailsView

getProcessDataListBox

public com.google.gwt.user.client.ui.HTML getProcessDataListBox()
Specified by:
getProcessDataListBox in interface ProcessDefDetailsPresenter.ProcessDefDetailsView

getProcessServicesListBox

public com.google.gwt.user.client.ui.HTML getProcessServicesListBox()
Specified by:
getProcessServicesListBox in interface ProcessDefDetailsPresenter.ProcessDefDetailsView

getSubprocessListBox

public com.google.gwt.user.client.ui.HTML getSubprocessListBox()
Specified by:
getSubprocessListBox in interface ProcessDefDetailsPresenter.ProcessDefDetailsView

getDeploymentIdText

public com.google.gwt.user.client.ui.HTML getDeploymentIdText()
Specified by:
getDeploymentIdText in interface ProcessDefDetailsPresenter.ProcessDefDetailsView

displayNotification

public void displayNotification(String text)
Specified by:
displayNotification in interface ProcessDefDetailsPresenter.ProcessDefDetailsView

setProcessAssetPath

public void setProcessAssetPath(org.uberfire.backend.vfs.Path processAssetPath)
Specified by:
setProcessAssetPath in interface ProcessDefDetailsPresenter.ProcessDefDetailsView

setEncodedProcessSource

public void setEncodedProcessSource(String encodedProcessSource)
Specified by:
setEncodedProcessSource in interface ProcessDefDetailsPresenter.ProcessDefDetailsView

getProcessIdText

public com.google.gwt.user.client.ui.HTML getProcessIdText()
Specified by:
getProcessIdText in interface ProcessDefDetailsPresenter.ProcessDefDetailsView

getProcessAssetPath

public org.uberfire.backend.vfs.Path getProcessAssetPath()
Specified by:
getProcessAssetPath in interface ProcessDefDetailsPresenter.ProcessDefDetailsView

getEncodedProcessSource

public String getEncodedProcessSource()
Specified by:
getEncodedProcessSource in interface ProcessDefDetailsPresenter.ProcessDefDetailsView

jBPM Console NG - Process Runtime Client 6.1.0.Beta2

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