org.jbpm.console.ng.ht.forms.client.editors.taskform.popup
Interface FormDisplayPopupPresenter.FormDisplayView
- All Superinterfaces:
- com.google.gwt.user.client.ui.IsWidget, org.uberfire.client.mvp.UberView<FormDisplayPopupPresenter>
- All Known Implementing Classes:
- FormDisplayPopupViewImpl
- Enclosing class:
- FormDisplayPopupPresenter
public static interface FormDisplayPopupPresenter.FormDisplayView
- extends org.uberfire.client.mvp.UberView<FormDisplayPopupPresenter>
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)
getTaskId
long getTaskId()
setTaskId
void setTaskId(long taskId)
getProcessId
String getProcessId()
setProcessId
void setProcessId(String processId)
setDomainId
void setDomainId(String domainId)
getDomainId
String getDomainId()
getNameText
com.google.gwt.user.client.ui.Label getNameText()
getTaskIdText
com.google.gwt.user.client.ui.Label getTaskIdText()
getOptionsDiv
com.google.gwt.user.client.ui.FlowPanel getOptionsDiv()
getNavBarUL
com.github.gwtbootstrap.client.ui.base.UnorderedList getNavBarUL()
getInnerNavPanel
com.google.gwt.user.client.ui.FlowPanel getInnerNavPanel()
loadContext
void loadContext(String ctxUID)
submitStartProcessForm
void submitStartProcessForm()
submitChangeTab
void submitChangeTab(String tab)
submitSaveTaskStateForm
void submitSaveTaskStateForm()
submitCompleteTaskForm
void submitCompleteTaskForm()
submitForm
void submitForm()
getAction
String getAction()
getFormView
com.google.gwt.user.client.ui.VerticalPanel getFormView()
loadForm
void loadForm(String form)
isFormModeler
boolean isFormModeler()
displayHeader
void displayHeader(boolean display)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.