Back to Index

Overview


Class FormContext.Form

Class Summary
Constructor Attributes Constructor Name and Description
 
This data structure contains general information about the form.
Field Summary
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.
Class Detail
FormContext.Form()
This data structure contains general information about the form.
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.

Documentation generated by JsDoc Toolkit 2.3.0 on Thu Mar 11 2021 10:58:35 GMT+0100 (MEZ)