Interface I_CmsFormHandler

    • Method Detail

      • isSubmitting

        boolean isSubmitting()
        Returns true if properties are currently being submitted.

        Returns:
        true if properties are being submitted
      • onSubmitValidationResult

        void onSubmitValidationResult​(CmsForm form,
                                      boolean ok)
        This method is called when the validation triggered by an attempt to submit the form has finished.

        Parameters:
        form - the form
        ok - the validation result
      • onValidationResult

        void onValidationResult​(CmsForm form,
                                boolean ok)
        This method is called when the normal validation triggered by changing fields has finished.

        Parameters:
        form - the form
        ok - the validation result