org.jbpm.console.ng.pr.client.editors.definition.details
@Dependent @Templated(value="ProcessDefDetailsViewImpl.html") public class ProcessDefDetailsViewImpl extends com.google.gwt.user.client.ui.Composite implements ProcessDefDetailsPresenter.ProcessDefDetailsView
Modifier and Type | Field and Description |
---|---|
com.github.gwtbootstrap.client.ui.Label |
deploymentIdLabel |
com.github.gwtbootstrap.client.ui.TextBox |
deploymentIdText |
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.ListBox |
processDataListBox |
com.github.gwtbootstrap.client.ui.Label |
processDataListLabel |
com.github.gwtbootstrap.client.ui.Label |
processIdLabel |
com.github.gwtbootstrap.client.ui.TextBox |
processIdText |
com.github.gwtbootstrap.client.ui.Label |
processNameLabel |
com.github.gwtbootstrap.client.ui.TextBox |
processNameText |
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 |
Constructor and Description |
---|
ProcessDefDetailsViewImpl() |
Modifier and Type | Method and Description |
---|---|
void |
displayNotification(String text) |
com.github.gwtbootstrap.client.ui.TextBox |
getDeploymentIdText() |
String |
getEncodedProcessSource() |
com.github.gwtbootstrap.client.ui.ListBox |
getHumanTasksListBox() |
com.github.gwtbootstrap.client.ui.TextBox |
getNroOfHumanTasksText() |
org.uberfire.backend.vfs.Path |
getProcessAssetPath() |
com.github.gwtbootstrap.client.ui.ListBox |
getProcessDataListBox() |
com.github.gwtbootstrap.client.ui.TextBox |
getProcessIdText() |
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 |
setEncodedProcessSource(String encodedProcessSource) |
void |
setProcessAssetPath(org.uberfire.backend.vfs.Path processAssetPath) |
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.TextBox processIdText
@Inject @DataField public com.github.gwtbootstrap.client.ui.TextBox processNameText
@Inject @DataField public com.github.gwtbootstrap.client.ui.TextBox nroOfHumanTasksText
@Inject @DataField public com.github.gwtbootstrap.client.ui.ListBox humanTasksListBox
@Inject @DataField public com.github.gwtbootstrap.client.ui.ListBox usersGroupsListBox
@Inject @DataField public com.github.gwtbootstrap.client.ui.ListBox processDataListBox
@Inject @DataField public com.github.gwtbootstrap.client.ui.ListBox subprocessListBox
@Inject @DataField public com.github.gwtbootstrap.client.ui.TextBox deploymentIdText
@Inject @DataField public com.github.gwtbootstrap.client.ui.Label processNameLabel
@Inject @DataField public com.github.gwtbootstrap.client.ui.Label processIdLabel
@Inject @DataField public com.github.gwtbootstrap.client.ui.Label nroOfHumanTasksLabel
@Inject @DataField public com.github.gwtbootstrap.client.ui.Label deploymentIdLabel
@Inject @DataField public com.github.gwtbootstrap.client.ui.Label humanTasksListLabel
@Inject @DataField public com.github.gwtbootstrap.client.ui.Label usersGroupsListLabel
@Inject @DataField public com.github.gwtbootstrap.client.ui.Label subprocessListLabel
@Inject @DataField public com.github.gwtbootstrap.client.ui.Label processDataListLabel
public void init(ProcessDefDetailsPresenter presenter)
init
in interface org.uberfire.client.mvp.UberView<ProcessDefDetailsPresenter>
public com.github.gwtbootstrap.client.ui.TextBox getProcessNameText()
getProcessNameText
in interface ProcessDefDetailsPresenter.ProcessDefDetailsView
public com.github.gwtbootstrap.client.ui.TextBox getNroOfHumanTasksText()
getNroOfHumanTasksText
in interface ProcessDefDetailsPresenter.ProcessDefDetailsView
public com.github.gwtbootstrap.client.ui.ListBox getHumanTasksListBox()
getHumanTasksListBox
in interface ProcessDefDetailsPresenter.ProcessDefDetailsView
public com.github.gwtbootstrap.client.ui.ListBox getUsersGroupsListBox()
getUsersGroupsListBox
in interface ProcessDefDetailsPresenter.ProcessDefDetailsView
public com.github.gwtbootstrap.client.ui.ListBox getProcessDataListBox()
getProcessDataListBox
in interface ProcessDefDetailsPresenter.ProcessDefDetailsView
public com.github.gwtbootstrap.client.ui.ListBox getSubprocessListBox()
getSubprocessListBox
in interface ProcessDefDetailsPresenter.ProcessDefDetailsView
public com.github.gwtbootstrap.client.ui.TextBox getDeploymentIdText()
getDeploymentIdText
in interface ProcessDefDetailsPresenter.ProcessDefDetailsView
public void displayNotification(String text)
displayNotification
in interface ProcessDefDetailsPresenter.ProcessDefDetailsView
public void setProcessAssetPath(org.uberfire.backend.vfs.Path processAssetPath)
setProcessAssetPath
in interface ProcessDefDetailsPresenter.ProcessDefDetailsView
public void setEncodedProcessSource(String encodedProcessSource)
setEncodedProcessSource
in interface ProcessDefDetailsPresenter.ProcessDefDetailsView
public com.github.gwtbootstrap.client.ui.TextBox getProcessIdText()
getProcessIdText
in interface ProcessDefDetailsPresenter.ProcessDefDetailsView
public org.uberfire.backend.vfs.Path getProcessAssetPath()
getProcessAssetPath
in interface ProcessDefDetailsPresenter.ProcessDefDetailsView
public String getEncodedProcessSource()
getEncodedProcessSource
in interface ProcessDefDetailsPresenter.ProcessDefDetailsView
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.