Interface PropertyFieldValidator
-
- All Known Implementing Classes:
ColorValidator,LongValidator,MandatoryValidator,TextValidator
public interface PropertyFieldValidatorA validator of PropertyEditorFields. A field can contain multiples validators.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetValidatorErrorMessage()Error message used in property editor.booleanvalidate(Object value)Validate a field new value
-