Class CmsNonEmptyValidator

    • Constructor Summary

      Constructors 
      Constructor Description
      CmsNonEmptyValidator​(java.lang.String errorMessage)
      Constructs a new validator with a given error message.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void validate​(I_CmsFormField field, I_CmsValidationController controller)
      If this method is called, the object should either validate the form field and report the result to the validation controller, or request asynchronous validation of the field from the validation controller.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait