public class ConfigForm
extends java.lang.Object
| Constructor and Description |
|---|
ConfigForm() |
ConfigForm(java.lang.String formId,
boolean useCustomCtxt,
ReportContext ctxt) |
| Modifier and Type | Method and Description |
|---|---|
ReportContext |
getContext() |
java.lang.String |
getFormId() |
boolean |
isUseCustomContext() |
void |
setContext(ReportContext context) |
void |
setFormId(java.lang.String formId) |
void |
setUseCustomContext(boolean useCustomContext) |
public ConfigForm()
public ConfigForm(java.lang.String formId,
boolean useCustomCtxt,
ReportContext ctxt)
public java.lang.String getFormId()
public boolean isUseCustomContext()
public ReportContext getContext()
public void setFormId(java.lang.String formId)
formId - the formId to setpublic void setUseCustomContext(boolean useCustomContext)
useCustomContext - the useCustomContext to setpublic void setContext(ReportContext context)
context - the context to set