jbpm-form-modeler-api 6.2.0.Beta3

org.jbpm.formModeler.api.client
Class FormRenderContextTO

java.lang.Object
  extended by org.jbpm.formModeler.api.client.FormRenderContextTO
All Implemented Interfaces:
Serializable

@Portable
public class FormRenderContextTO
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
FormRenderContextTO()
           
FormRenderContextTO(FormRenderContext context)
           
FormRenderContextTO(String ctxUID)
           
FormRenderContextTO(String ctxUID, boolean submit, int errors)
           
 
Method Summary
 String getCtxUID()
           
 int getErrors()
           
 boolean isSubmit()
           
 void setCtxUID(String ctxUID)
           
 void setErrors(int errors)
           
 void setSubmit(boolean submit)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormRenderContextTO

public FormRenderContextTO()

FormRenderContextTO

public FormRenderContextTO(String ctxUID)

FormRenderContextTO

public FormRenderContextTO(FormRenderContext context)

FormRenderContextTO

public FormRenderContextTO(String ctxUID,
                           boolean submit,
                           int errors)
Method Detail

getCtxUID

public String getCtxUID()

setCtxUID

public void setCtxUID(String ctxUID)

isSubmit

public boolean isSubmit()

setSubmit

public void setSubmit(boolean submit)

getErrors

public int getErrors()

setErrors

public void setErrors(int errors)

jbpm-form-modeler-api 6.2.0.Beta3

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