Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
public abstract boolean validate(org.joget.apps.form.model.Element element, org.joget.apps.form.model.FormData data, java.lang.String[] values)
Validate the submitted values for an element.
public java.lang.String getElementDecoration()
Return the HTML decoration for the attached element, e.g. marking a required field.
public java.lang.String getElementDecoration(org.joget.apps.form.model.Element element, org.joget.apps.form.model.FormData formData)
Return the HTML decoration for the attached element, e.g. marking a required field.
public org.joget.apps.form.model.Element getElement()
Gets Element that this validator is tied to.
public void setElement(org.joget.apps.form.model.Element element)
Sets Element that this validator is tied to.
public abstract boolean validate(org.joget.apps.form.model.Element element, org.joget.apps.form.model.FormData data, org.joget.apps.form.model.FormRowSet rows)
Validate the submitted rows for an element.
public java.lang.String getElementDecoration()
Return the HTML decoration for the attached element, e.g. marking a required field.
public java.lang.String getElementDecoration(org.joget.apps.form.model.Element element, org.joget.apps.form.model.FormData formData)
Return the HTML decoration for the attached element, e.g. marking a required field.
public org.joget.apps.form.model.Element getElement()
Gets Element that this validator is tied to.
public void setElement(org.joget.apps.form.model.Element element)
Sets Element that this validator is tied to.