jBPM Console NG - Process Runtime Client 6.0.0.Beta4

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.NavLink createProcessInstanceButton
           
 com.github.gwtbootstrap.client.ui.Label domainIdLabel
           
 com.github.gwtbootstrap.client.ui.TextBox domainIdText
           
 com.github.gwtbootstrap.client.ui.ListBox humanTasksListBox
           
 com.github.gwtbootstrap.client.ui.Label humanTasksListLabel
           
 com.github.gwtbootstrap.client.ui.Label nroOfHumanTasksLabel
           
 com.github.gwtbootstrap.client.ui.TextBox nroOfHumanTasksText
           
 com.github.gwtbootstrap.client.ui.NavLink openProcessDesignerButton
           
 com.github.gwtbootstrap.client.ui.ListBox processDataListBox
           
 com.github.gwtbootstrap.client.ui.Label processDataListLabel
           
 com.github.gwtbootstrap.client.ui.Label processDetailsLabel
           
 com.github.gwtbootstrap.client.ui.Label processNameLabel
           
 com.github.gwtbootstrap.client.ui.TextBox processNameText
           
 com.github.gwtbootstrap.client.ui.base.IconAnchor refreshIcon
           
 com.github.gwtbootstrap.client.ui.ListBox subprocessListBox
           
 com.github.gwtbootstrap.client.ui.Label subprocessListLabel
           
 com.github.gwtbootstrap.client.ui.ListBox usersGroupsListBox
           
 com.github.gwtbootstrap.client.ui.Label usersGroupsListLabel
           
 com.github.gwtbootstrap.client.ui.NavLink viewProcessInstancesButton
           
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Constructor Summary
ProcessDefDetailsViewImpl()
           
 
Method Summary
 void createProcessInstance(com.google.gwt.event.dom.client.ClickEvent e)
           
 void displayNotification(String text)
           
 com.github.gwtbootstrap.client.ui.TextBox getDomainIdText()
           
 com.github.gwtbootstrap.client.ui.ListBox getHumanTasksListBox()
           
 com.github.gwtbootstrap.client.ui.TextBox getNroOfHumanTasksText()
           
 com.github.gwtbootstrap.client.ui.ListBox getProcessDataListBox()
           
 com.github.gwtbootstrap.client.ui.TextBox getProcessNameText()
           
 com.github.gwtbootstrap.client.ui.ListBox getSubprocessListBox()
           
 com.github.gwtbootstrap.client.ui.ListBox getUsersGroupsListBox()
           
 void init(ProcessDefDetailsPresenter presenter)
           
 void openProcessDesignerButton(com.google.gwt.event.dom.client.ClickEvent e)
           
 void setEncodedProcessSource(String encodedProcessSource)
           
 void setProcessAssetPath(org.uberfire.backend.vfs.Path processAssetPath)
           
 void viewProcessInstancesButton(com.google.gwt.event.dom.client.ClickEvent e)
           
 
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

processNameText

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.TextBox processNameText

nroOfHumanTasksText

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.TextBox nroOfHumanTasksText

humanTasksListBox

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.ListBox humanTasksListBox

usersGroupsListBox

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.ListBox usersGroupsListBox

processDataListBox

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.ListBox processDataListBox

subprocessListBox

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.ListBox subprocessListBox

domainIdText

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.TextBox domainIdText

refreshIcon

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.base.IconAnchor refreshIcon

viewProcessInstancesButton

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.NavLink viewProcessInstancesButton

createProcessInstanceButton

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.NavLink createProcessInstanceButton

openProcessDesignerButton

@Inject
@DataField
public com.github.gwtbootstrap.client.ui.NavLink openProcessDesignerButton

processDetailsLabel

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

processNameLabel

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

nroOfHumanTasksLabel

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

domainIdLabel

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

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
Constructor Detail

ProcessDefDetailsViewImpl

public ProcessDefDetailsViewImpl()
Method Detail

init

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

createProcessInstance

@EventHandler(value="createProcessInstanceButton")
public void createProcessInstance(com.google.gwt.event.dom.client.ClickEvent e)

viewProcessInstancesButton

@EventHandler(value="viewProcessInstancesButton")
public void viewProcessInstancesButton(com.google.gwt.event.dom.client.ClickEvent e)

openProcessDesignerButton

@EventHandler(value="openProcessDesignerButton")
public void openProcessDesignerButton(com.google.gwt.event.dom.client.ClickEvent e)

getProcessNameText

public com.github.gwtbootstrap.client.ui.TextBox getProcessNameText()
Specified by:
getProcessNameText in interface ProcessDefDetailsPresenter.ProcessDefDetailsView

getNroOfHumanTasksText

public com.github.gwtbootstrap.client.ui.TextBox getNroOfHumanTasksText()
Specified by:
getNroOfHumanTasksText in interface ProcessDefDetailsPresenter.ProcessDefDetailsView

getHumanTasksListBox

public com.github.gwtbootstrap.client.ui.ListBox getHumanTasksListBox()
Specified by:
getHumanTasksListBox in interface ProcessDefDetailsPresenter.ProcessDefDetailsView

getUsersGroupsListBox

public com.github.gwtbootstrap.client.ui.ListBox getUsersGroupsListBox()
Specified by:
getUsersGroupsListBox in interface ProcessDefDetailsPresenter.ProcessDefDetailsView

getProcessDataListBox

public com.github.gwtbootstrap.client.ui.ListBox getProcessDataListBox()
Specified by:
getProcessDataListBox in interface ProcessDefDetailsPresenter.ProcessDefDetailsView

getSubprocessListBox

public com.github.gwtbootstrap.client.ui.ListBox getSubprocessListBox()
Specified by:
getSubprocessListBox in interface ProcessDefDetailsPresenter.ProcessDefDetailsView

getDomainIdText

public com.github.gwtbootstrap.client.ui.TextBox getDomainIdText()
Specified by:
getDomainIdText 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

jBPM Console NG - Process Runtime Client 6.0.0.Beta4

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