public interface RemoteValidator
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEnabled() |
void |
setEnabled(boolean enabled) |
boolean |
validateObject(java.lang.Object object,
java.lang.String property,
java.lang.Object value)
Trigger remote validation of an object
|
void setEnabled(boolean enabled)
boolean isEnabled()
boolean validateObject(java.lang.Object object,
java.lang.String property,
java.lang.Object value)
object - the object to validateproperty - the property to validatevalue - the value to validate