org.jbpm.console.ng.pr.client.editors.definition.details
Class ProcessDefDetailsViewImpl
java.lang.Object
com.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.google.gwt.user.client.ui.Composite
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 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 |
| Fields inherited from class com.google.gwt.user.client.ui.UIObject |
DEBUG_ID_PREFIX |
| 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 interface com.google.gwt.user.client.ui.IsWidget |
asWidget |
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
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
ProcessDefDetailsViewImpl
public ProcessDefDetailsViewImpl()
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
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
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.