Interface Form

    • Method Detail

      • load

        void load​(FormDataProvider data,
                  Form proxy)
           throws ValidationException
        Before using the form, implementors must ensure this method is called to initialize form data, otherwise NPE will be thrown. This method must never be called by clients. It is internal to validation implementation and should be called only by implementors when creating a form.
        Parameters:
        data - the form data source
        proxy - the proxy to the user form
        Throws:
        ValidationException
      • fields

        Map<String,​String[]> fields()
        Get the form fields as submitted by the client. The fields are present even if the form is not valid
        Returns:
        the form fields or an empty map if none