org.jbpm.formModeler.api.client
Class FormRenderContextTO
java.lang.Object
org.jbpm.formModeler.api.client.FormRenderContextTO
- All Implemented Interfaces:
- Serializable
@Portable
public class FormRenderContextTO
- 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 |
FormRenderContextTO
public FormRenderContextTO()
FormRenderContextTO
public FormRenderContextTO(String ctxUID)
FormRenderContextTO
public FormRenderContextTO(FormRenderContext context)
FormRenderContextTO
public FormRenderContextTO(String ctxUID,
boolean submit,
int errors)
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)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.