com.arsdigita.toolbox.ui
Class ModalPanel.CancelListener

java.lang.Object
  extended bycom.arsdigita.toolbox.ui.ModalPanel.CancelListener
All Implemented Interfaces:
EventListener, FormSubmissionListener
Enclosing class:
ModalPanel

protected final class ModalPanel.CancelListener
extends Object
implements FormSubmissionListener


Field Summary
 
Fields inherited from interface com.arsdigita.bebop.event.FormSubmissionListener
versionId
 
Constructor Summary
ModalPanel.CancelListener(FormSection form)
           
ModalPanel.CancelListener(FormSection form, SingleSelectionModel model)
           
 
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

ModalPanel.CancelListener

public ModalPanel.CancelListener(FormSection form)

ModalPanel.CancelListener

public ModalPanel.CancelListener(FormSection form,
                                 SingleSelectionModel model)
Method Detail

submitted

public final 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 20 2004:2337 UTC