public static interface ProcessDefDetailsPresenter.ProcessDefDetailsView extends org.uberfire.client.mvp.UberView<ProcessDefDetailsPresenter>
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 |
setEncodedProcessSource(String encodedProcessSource) |
void |
setProcessAssetPath(org.uberfire.backend.vfs.Path processAssetPath) |
void displayNotification(String text)
com.google.gwt.user.client.ui.HTML getNroOfHumanTasksText()
com.google.gwt.user.client.ui.HTML getProcessNameText()
com.google.gwt.user.client.ui.HTML getProcessIdText()
com.google.gwt.user.client.ui.HTML getHumanTasksListBox()
com.google.gwt.user.client.ui.HTML getUsersGroupsListBox()
com.google.gwt.user.client.ui.HTML getProcessDataListBox()
com.google.gwt.user.client.ui.HTML getSubprocessListBox()
com.google.gwt.user.client.ui.HTML getDeploymentIdText()
void setProcessAssetPath(org.uberfire.backend.vfs.Path processAssetPath)
void setEncodedProcessSource(String encodedProcessSource)
org.uberfire.backend.vfs.Path getProcessAssetPath()
String getEncodedProcessSource()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.