com.arsdigita.bebop.event
Class FormSectionEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bycom.arsdigita.bebop.event.PageEvent
          extended bycom.arsdigita.bebop.event.FormSectionEvent
All Implemented Interfaces:
Serializable

public class FormSectionEvent
extends PageEvent

An event originating from a form. FormSectionEvents are used to notify listeners that values in a form should be initilialized, validated or processed.

Version:
$Id: //core-platform/dev/src/com/arsdigita/bebop/event/FormSectionEvent.java#7 $
Author:
David Lutterkort
See Also:
FormInitListener, FormValidationListener, FormProcessListener, Serialized Form

Field Summary
static String versionId
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
FormSectionEvent(Object source, PageState state, FormData formData)
          Construct a FormSectionEvent.
 
Method Summary
 FormData getFormData()
          Get the form data for to the form that fired the event in the current request.
 
Methods inherited from class com.arsdigita.bebop.event.PageEvent
getPageState
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values
Constructor Detail

FormSectionEvent

public FormSectionEvent(Object source,
                        PageState state,
                        FormData formData)
Construct a FormSectionEvent.

Parameters:
source - the form model that fired the event
state - the state of the enclosing page
formData - the form data constructed so far
Method Detail

getFormData

public final FormData getFormData()
Get the form data for to the form that fired the event in the current request.



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