org.jbpm.console.ng.pr.client.editors.definition.details
Interface ProcessDefDetailsPresenter.ProcessDefDetailsView
- All Superinterfaces:
- com.google.gwt.user.client.ui.IsWidget, org.uberfire.client.mvp.UberView<ProcessDefDetailsPresenter>
- All Known Implementing Classes:
- ProcessDefDetailsViewImpl
- Enclosing class:
- ProcessDefDetailsPresenter
public static interface ProcessDefDetailsPresenter.ProcessDefDetailsView
- extends org.uberfire.client.mvp.UberView<ProcessDefDetailsPresenter>
| Methods inherited from interface org.uberfire.client.mvp.UberView |
init |
| Methods inherited from interface com.google.gwt.user.client.ui.IsWidget |
asWidget |
displayNotification
void displayNotification(String text)
getNroOfHumanTasksText
com.github.gwtbootstrap.client.ui.TextBox getNroOfHumanTasksText()
getProcessNameText
com.github.gwtbootstrap.client.ui.TextBox getProcessNameText()
getHumanTasksListBox
com.github.gwtbootstrap.client.ui.ListBox getHumanTasksListBox()
getUsersGroupsListBox
com.github.gwtbootstrap.client.ui.ListBox getUsersGroupsListBox()
getProcessDataListBox
com.github.gwtbootstrap.client.ui.ListBox getProcessDataListBox()
getSubprocessListBox
com.github.gwtbootstrap.client.ui.ListBox getSubprocessListBox()
getDomainIdText
com.github.gwtbootstrap.client.ui.TextBox getDomainIdText()
setProcessAssetPath
void setProcessAssetPath(org.uberfire.backend.vfs.Path processAssetPath)
setEncodedProcessSource
void setEncodedProcessSource(String encodedProcessSource)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.