jbpm-form-modeler-renderer-client 6.2.0.Beta1

org.jbpm.formModeler.renderer.includer
Class FormRendererPanelIncluderPresenter

java.lang.Object
  extended by org.jbpm.formModeler.renderer.includer.FormRendererPanelIncluderPresenter

@Dependent
public class FormRendererPanelIncluderPresenter
extends Object


Nested Class Summary
static interface FormRendererPanelIncluderPresenter.FormRendererIncluderPanelView
           
 
Constructor Summary
FormRendererPanelIncluderPresenter()
           
 
Method Summary
 void clearFormStatus()
           
 String getTitle()
           
 org.uberfire.client.mvp.UberView<FormRendererPanelIncluderPresenter> getView()
           
 void init()
           
 void notifyErrors(int errorNumber)
           
 void notifyFormProcessingError(String cause)
           
 void notifyFormSubmit()
           
 void onFormSubmitFail(FormSubmitFailEvent event)
           
 void onFormSubmitted(FormSubmittedEvent event)
           
 void persistForm()
           
 void startTest()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormRendererPanelIncluderPresenter

public FormRendererPanelIncluderPresenter()
Method Detail

init

@PostConstruct
public void init()

startTest

public void startTest()

persistForm

public void persistForm()

clearFormStatus

public void clearFormStatus()

getTitle

public String getTitle()

getView

public org.uberfire.client.mvp.UberView<FormRendererPanelIncluderPresenter> getView()

notifyErrors

public void notifyErrors(int errorNumber)

notifyFormSubmit

public void notifyFormSubmit()

notifyFormProcessingError

public void notifyFormProcessingError(String cause)

onFormSubmitted

public void onFormSubmitted(@Observes
                            FormSubmittedEvent event)

onFormSubmitFail

public void onFormSubmitFail(@Observes
                             FormSubmitFailEvent event)

jbpm-form-modeler-renderer-client 6.2.0.Beta1

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