com.arsdigita.bebop.event
Class FormSectionEvent
java.lang.Object
java.util.EventObject
com.arsdigita.bebop.event.PageEvent
com.arsdigita.bebop.event.FormSectionEvent
- All Implemented Interfaces:
- Serializable
- public class FormSectionEvent
- extends PageEvent
An event originating from a form. FormSectionEvent
s 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
Method Summary |
FormData |
getFormData()
Get the form data for to the form that fired the event in the current
request. |
versionId
public static final String versionId
- See Also:
- Constant Field Values
FormSectionEvent
public FormSectionEvent(Object source,
PageState state,
FormData formData)
- Construct a
FormSectionEvent
.
- Parameters:
source
- the form model that fired the eventstate
- the state of the enclosing pageformData
- the form data constructed so far
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