...
Method Detail
Interface Methods
useAjax
public boolean useAjax()
Use to decide this field is using AJAX to load its options or not.
loadAjaxOptions
public org.joget.apps.form.model.FormRowSet loadAjaxOptions(java.lang.String[] dependencyValues)
Retrieve options based on dependency values
org.joget.apps.form.model.FormReferenceDataRetriever
Under wflow-core module
- Indicate that this field hold the primary keys for other form data records. The reference records can be retrieve using the its interface method.
- This interface is used by org.joget.apps.form.service.FormUtil.loadFormData() and org.joget.apps.form.service.FormUtil.loadFormDataJson() method to to to fetch submitted form data values including data from subforms, and reference fields.
...