jBPM Console NG - Human Tasks Forms Client 6.1.0.CR1

org.jbpm.console.ng.ht.forms.client.editors.taskform
Interface FormDisplayPresenter.FormDisplayView

All Superinterfaces:
com.google.gwt.user.client.ui.IsWidget, org.uberfire.client.mvp.UberView<FormDisplayPresenter>
All Known Implementing Classes:
FormDisplayViewImpl
Enclosing class:
FormDisplayPresenter

public static interface FormDisplayPresenter.FormDisplayView
extends org.uberfire.client.mvp.UberView<FormDisplayPresenter>


Method Summary
 void displayNotification(String text)
           
 String getAction()
           
 org.jbpm.formModeler.renderer.client.FormRendererWidget getFormRenderer()
           
 com.google.gwt.user.client.ui.VerticalPanel getFormView()
           
 com.google.gwt.user.client.ui.FlowPanel getOptionsDiv()
           
 boolean isFormModeler()
           
 void loadContext(String ctxUID)
           
 void loadForm(String form)
           
 void submitChangeTab(String tab)
           
 void submitCompleteTaskForm()
           
 void submitForm()
           
 void submitSaveTaskStateForm()
           
 void submitStartProcessForm()
           
 
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)

getOptionsDiv

com.google.gwt.user.client.ui.FlowPanel getOptionsDiv()

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

getFormRenderer

org.jbpm.formModeler.renderer.client.FormRendererWidget getFormRenderer()

loadForm

void loadForm(String form)

isFormModeler

boolean isFormModeler()

jBPM Console NG - Human Tasks Forms Client 6.1.0.CR1

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