Interface FormSubmissionListener

  • All Known Implementing Classes:
    DefaultFormSubmissionListener

    @Deprecated
    public interface FormSubmissionListener
    Deprecated.
    FormSubmissionListener is used to receive callbacks when an XhtmlForm has its submit action called. The entire query string is given over to the submit(String) method, which can then be submitted back to the panel for loading.
    Author:
    Christophe Marchand
    • Method Summary

      Modifier and Type Method Description
      void submit​(String query)
      Deprecated.
      Called by XhtmlForm when a form is submitted.
    • Method Detail

      • submit

        void submit​(String query)
        Deprecated.
        Called by XhtmlForm when a form is submitted.
        Parameters:
        query - the entire query string as composed from form elements and the form's action URL