org.jbpm.formModeler.api.client
Class FormRenderContext
java.lang.Object
org.jbpm.formModeler.api.client.FormRenderContext
- All Implemented Interfaces:
- Serializable
public class FormRenderContext
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FormRenderContext
public FormRenderContext()
FormRenderContext
public FormRenderContext(String uid,
Form form,
Map<String,Object> inputData,
Map<String,Object> outputData)
getUID
public String getUID()
getForm
public Form getForm()
setForm
public void setForm(Form form)
getInputData
public Map<String,Object> getInputData()
getOutputData
public Map<String,Object> getOutputData()
isReadonly
public boolean isReadonly()
setReadonly
public void setReadonly(boolean readonly)
isSubmit
public boolean isSubmit()
setSubmit
public void setSubmit(boolean submit)
setErrors
public void setErrors(int errors)
getErrors
public int getErrors()
getContextForms
public Map<String,Object> getContextForms()
setContextForms
public void setContextForms(Map<String,Object> contextForms)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.