Class FormContext.Form
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
This data structure contains general information about the form.
|
| Field Attributes | Field Name and Description |
|---|---|
| <static> |
FormContext.Form.isViewOnly
Whether this form is currently executed in view-only mode, i.e.
|
| <static> |
FormContext.Form.locale
The locale in which the form is displayed.
|
Field Detail
<static>
{Boolean}
FormContext.Form.isViewOnly
Whether this form is currently executed in view-only mode, i.e. is not
allowed to make any changes to the form content.
<static>
{String}
FormContext.Form.locale
The locale in which the form is displayed. If the form does not
explicitly define any locales, this is null.