org.jbpm.console.ng.ht.client.editors.taskform.popup
public static interface FormDisplayPopupPresenter.FormDisplayView extends org.uberfire.client.mvp.UberView<FormDisplayPopupPresenter>
Modifier and Type | Method and Description |
---|---|
void |
displayNotification(String text) |
String |
getAction() |
String |
getDomainId() |
com.google.gwt.user.client.ui.VerticalPanel |
getFormView() |
com.google.gwt.user.client.ui.FlowPanel |
getInnerNavPanel() |
com.google.gwt.user.client.ui.Label |
getNameText() |
com.github.gwtbootstrap.client.ui.base.UnorderedList |
getNavBarUL() |
com.google.gwt.user.client.ui.FlowPanel |
getOptionsDiv() |
String |
getProcessId() |
long |
getTaskId() |
com.google.gwt.user.client.ui.Label |
getTaskIdText() |
boolean |
isFormModeler() |
void |
loadContext(String ctxUID) |
void |
loadForm(String form) |
void |
setDomainId(String domainId) |
void |
setProcessId(String processId) |
void |
setTaskId(long taskId) |
void |
submitChangeTab(String tab) |
void |
submitCompleteTaskForm() |
void |
submitForm() |
void |
submitSaveTaskStateForm() |
void |
submitStartProcessForm() |
void displayNotification(String text)
long getTaskId()
void setTaskId(long taskId)
String getProcessId()
void setProcessId(String processId)
void setDomainId(String domainId)
String getDomainId()
com.google.gwt.user.client.ui.Label getNameText()
com.google.gwt.user.client.ui.Label getTaskIdText()
com.google.gwt.user.client.ui.FlowPanel getOptionsDiv()
com.github.gwtbootstrap.client.ui.base.UnorderedList getNavBarUL()
com.google.gwt.user.client.ui.FlowPanel getInnerNavPanel()
void loadContext(String ctxUID)
void submitStartProcessForm()
void submitChangeTab(String tab)
void submitSaveTaskStateForm()
void submitCompleteTaskForm()
void submitForm()
String getAction()
com.google.gwt.user.client.ui.VerticalPanel getFormView()
void loadForm(String form)
boolean isFormModeler()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.