@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.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 |
subprocessListBox |
com.github.gwtbootstrap.client.ui.Label |
subprocessListLabel |
com.google.gwt.user.client.ui.HTML |
usersGroupsListBox |
com.github.gwtbootstrap.client.ui.Label |
usersGroupsListLabel |
Constructor and Description |
---|
ProcessDefDetailsViewImpl() |
Modifier and Type | Method and Description |
---|---|
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 |
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) |
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.google.gwt.user.client.ui.HTML processIdText
@Inject @DataField public com.google.gwt.user.client.ui.HTML processNameText
@Inject @DataField public com.google.gwt.user.client.ui.HTML nroOfHumanTasksText
@Inject @DataField public com.google.gwt.user.client.ui.HTML humanTasksListBox
@Inject @DataField public com.google.gwt.user.client.ui.HTML usersGroupsListBox
@Inject @DataField public com.google.gwt.user.client.ui.HTML processDataListBox
@Inject @DataField public com.google.gwt.user.client.ui.HTML subprocessListBox
@Inject @DataField public com.google.gwt.user.client.ui.HTML 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.google.gwt.user.client.ui.HTML getProcessNameText()
getProcessNameText
in interface ProcessDefDetailsPresenter.ProcessDefDetailsView
public com.google.gwt.user.client.ui.HTML getNroOfHumanTasksText()
getNroOfHumanTasksText
in interface ProcessDefDetailsPresenter.ProcessDefDetailsView
public com.google.gwt.user.client.ui.HTML getHumanTasksListBox()
getHumanTasksListBox
in interface ProcessDefDetailsPresenter.ProcessDefDetailsView
public com.google.gwt.user.client.ui.HTML getUsersGroupsListBox()
getUsersGroupsListBox
in interface ProcessDefDetailsPresenter.ProcessDefDetailsView
public com.google.gwt.user.client.ui.HTML getProcessDataListBox()
getProcessDataListBox
in interface ProcessDefDetailsPresenter.ProcessDefDetailsView
public com.google.gwt.user.client.ui.HTML getSubprocessListBox()
getSubprocessListBox
in interface ProcessDefDetailsPresenter.ProcessDefDetailsView
public com.google.gwt.user.client.ui.HTML 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.google.gwt.user.client.ui.HTML 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-2014 JBoss by Red Hat. All Rights Reserved.