public abstract class PropertyValidatorBase extends Object implements PropertyValidator
Constructor and Description |
---|
PropertyValidatorBase() |
Modifier and Type | Method and Description |
---|---|
void |
applyParams(HashMap<String,Object> params) |
String |
getNegativeMessage() |
String |
getPositiveMessage() |
void |
setNegativeMessage(String value) |
void |
setPositiveMessage(String value) |
void |
validate(Object input,
String propertyName,
ValidationCompletedListener callback) |
public void validate(Object input, String propertyName, ValidationCompletedListener callback)
validate
in interface PropertyValidator
public String getPositiveMessage()
getPositiveMessage
in interface PropertyValidator
public void setPositiveMessage(String value)
setPositiveMessage
in interface PropertyValidator
public String getNegativeMessage()
getNegativeMessage
in interface PropertyValidator
public void setNegativeMessage(String value)
setNegativeMessage
in interface PropertyValidator