Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Table of Contents |
---|
Form Validator Plugins are used to extend ways to validate form data.
org.joget.apps.form.model.FormValidator
Code Block |
---|
// Variables
private Map<String, Object> properties;
private Element element;
// Abstract and Interface Methods
public String getName();
public String getDescription();
public String getVersion();
public String getLabel();
public String getClassName();
public String getPropertyOptions();
public boolean validate(Element element, FormData data, String[] values);
// Available Methods
public Map<String, Object> getProperties();
public void setProperties(Map<String, Object> properties);
public Object getProperty(String property);
public String getPropertyString(String property);
public void setProperty(String property, Object value);
public Element getElement();
public String getElementDecoration(); //For overriding
|
Coming soon.