org.jbpm.console.ng.ht.client.editors.taskform
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()
getFormView
com.google.gwt.user.client.ui.VerticalPanel getFormView()
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()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.