jBPM Console NG - Human Tasks Client 6.0.0.Beta2

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>


Method Summary
 void displayNotification(String text)
           
 String getDomainId()
           
 com.google.gwt.user.client.ui.VerticalPanel getFormView()
           
 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()
           
 void setDomainId(String domainId)
           
 void setProcessId(String processId)
           
 void setTaskId(long taskId)
           
 
Methods inherited from interface org.uberfire.client.mvp.UberView
init
 
Methods inherited from interface com.google.gwt.user.client.ui.IsWidget
asWidget
 

Method Detail

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()

jBPM Console NG - Human Tasks Client 6.0.0.Beta2

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.