com.arsdigita.formbuilder.ui
Class PropertiesEditor.PropertiesFormSubmissionListener

java.lang.Object
  extended bycom.arsdigita.formbuilder.ui.PropertiesEditor.PropertiesFormSubmissionListener
All Implemented Interfaces:
EventListener, FormSubmissionListener
Enclosing class:
PropertiesEditor

protected class PropertiesEditor.PropertiesFormSubmissionListener
extends Object
implements FormSubmissionListener


Field Summary
 
Fields inherited from interface com.arsdigita.bebop.event.FormSubmissionListener
versionId
 
Constructor Summary
PropertiesEditor.PropertiesFormSubmissionListener(FormSubmissionListener l)
           
 
Method Summary
 void submitted(FormSectionEvent e)
          This method gets called as soon as the FormData for a form has been filled with the request parameters.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesEditor.PropertiesFormSubmissionListener

public PropertiesEditor.PropertiesFormSubmissionListener(FormSubmissionListener l)
Method Detail

submitted

public void submitted(FormSectionEvent e)
               throws FormProcessException
Description copied from interface: FormSubmissionListener
This method gets called as soon as the FormData for a form has been filled with the request parameters. The values in the FormData are transformed but not validated.

Specified by:
submitted in interface FormSubmissionListener
Parameters:
e - the event encapsulating form data, page state and event source
Throws:
FormProcessException - to signal that further processing of the form should be aborted.


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC