Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

org.joget.apps.form.model.FormBinder

Field Detail

Constants
FORM_LOAD_BINDER
public static final java.lang.String FORM_LOAD_BINDER = "loadBinder";

Property key used in in Form Field Element to retrieve Form Load Binder Plugin

FORM_OPTIONS_BINDER
public static final java.lang.String FORM_OPTIONS_BINDER = "optionsBinder";

Property key used in in Form Field Element to retrieve Form Options Binder Plugin

FORM_STORE_BINDER
public static final java.lang.String FORM_STORE_BINDER = "storeBinder";

Property key used in in Form Field Element to retrieve Form Sore Binder Plugin

Method Detail

Utility Methods
getElement
public org.joget.apps.form.modelElement getElement()

Gets the form field element which own this binder

setElement
public void setElement(org.joget.apps.form.modelElement element)

Sets the form field element which own this binder

Interface

org.joget.apps.form.model.FormLoadBinder

...