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.isResumed
Whether this form is currently resumed, that is, the execution is
continued.
|
| <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.
|
| <static> |
FormContext.Form.savepoint
The name of the savepoint with which this form has been resumed or null
in case this form has not been resumed.
|
Field Detail
<static>
{Boolean}
FormContext.Form.isResumed
Whether this form is currently resumed, that is, the execution is
continued. This may be required for initialising controls, e. g. not
setting default values but using the values from before suspension.
<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.
<static>
{String}
FormContext.Form.savepoint
The name of the savepoint with which this form has been resumed or null
in case this form has not been resumed.