com.arsdigita.bebop.event
Interface FormInitListener
- All Superinterfaces:
- EventListener
- All Known Implementing Classes:
- AddProcess, EmailInitListener, PlaceholdersInitListener, ScreenNameInitListener, TextForm, UserForm, UserNewForm, UserRegistrationForm
- public interface FormInitListener
- extends EventListener
Defines the interface for initializing a form with default values.
Typical implementations of this interface query the database to
set up an "edit" form, or obtain an id from a sequence to initialize
a "create" form.
- Version:
- $Id: //core-platform/dev/src/com/arsdigita/bebop/event/FormInitListener.java#7 $
- Author:
- Karl Goldstein, Uday Mathur
Method Summary |
void |
init(FormSectionEvent e)
Initializes a FormData object already populated with values from
the request. |
versionId
public static final String versionId
- See Also:
- Constant Field Values
init
public void init(FormSectionEvent e)
throws FormProcessException
- Initializes a FormData object already populated with values from
the request.
- Throws:
FormProcessException
Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC