jbpm-form-modeler-api 6.2.0.Beta1

org.jbpm.formModeler.api.events
Class FormSubmitFailEvent

java.lang.Object
  extended by org.jbpm.formModeler.api.events.FormRenderEvent
      extended by org.jbpm.formModeler.api.events.FormSubmitFailEvent
All Implemented Interfaces:
Serializable

@Portable
public class FormSubmitFailEvent
extends FormRenderEvent

See Also:
Serialized Form

Constructor Summary
FormSubmitFailEvent()
           
FormSubmitFailEvent(FormRenderContextTO context, String cause)
           
 
Method Summary
 String getCause()
           
 void setCause(String cause)
           
 
Methods inherited from class org.jbpm.formModeler.api.events.FormRenderEvent
getContext, isMine, isMine, setContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormSubmitFailEvent

public FormSubmitFailEvent()

FormSubmitFailEvent

public FormSubmitFailEvent(FormRenderContextTO context,
                           String cause)
Method Detail

getCause

public String getCause()

setCause

public void setCause(String cause)

jbpm-form-modeler-api 6.2.0.Beta1

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