|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FormData | |
com.arsdigita.bebop | A set of server-side user interface components for web applications. |
com.arsdigita.bebop.event | Listeners that allow a programmer to execute custom code at various points in the request. |
com.arsdigita.formbuilder.ui | The Form Builder UI provides a number of embeddable bebop components to facilitate integration of the form builder service with applications. |
com.arsdigita.formbuilder.ui.editors | Embeddable formbuilder editor widgets. |
com.arsdigita.formbuilder.util |
Uses of FormData in com.arsdigita.bebop |
Methods in com.arsdigita.bebop that return FormData | |
FormData |
MetaForm.getFormData(PageState state)
Returns the form data constructed by process for the
request described by state . |
FormData |
MetaForm.process(PageState state)
Processes the request-specific form for the request represented by state . |
FormData |
FormModel.process(PageState state)
Creates a new FormData object that is populated with default values (for an initial request) or values from the request (for a submission). |
FormData |
FormModel.process(PageState state,
boolean isSubmission)
Creates a new FormData object that is populated with default values (for an initial request) or values from the request (for a submission). |
FormData |
FormSection.process(PageState data)
Since a form section cannot be processed, always throws an error. |
FormData |
Form.process(PageState state)
Processes this form, creating a FormData object. |
FormData |
Form.getFormData(PageState state)
Returns the form data constructed by the process method for the request described by
state . |
Methods in com.arsdigita.bebop with parameters of type FormData | |
protected void |
Form.setFormData(PageState state,
FormData data)
Protected access to set the formdata request local |
Constructors in com.arsdigita.bebop with parameters of type FormData | |
FormData(FormModel model,
javax.servlet.http.HttpServletRequest request,
boolean isSubmission,
FormData fallback)
Constructs a new FormData object containing the
transformed and validated query parameters from an HTTP request. |
|
FormData(FormModel model,
javax.servlet.http.HttpServletRequest request,
Locale locale,
boolean isSubmission,
FormData fallback)
Constructs a new FormData object containing the
transformed and validated query parameters from an HTTP request. |
Uses of FormData in com.arsdigita.bebop.event |
Methods in com.arsdigita.bebop.event that return FormData | |
FormData |
FormSectionEvent.getFormData()
Get the form data for to the form that fired the event in the current request. |
Constructors in com.arsdigita.bebop.event with parameters of type FormData | |
FormSectionEvent(Object source,
PageState state,
FormData formData)
Construct a FormSectionEvent . |
Uses of FormData in com.arsdigita.formbuilder.ui |
Constructors in com.arsdigita.formbuilder.ui with parameters of type FormData | |
ComponentTraverse(PageState state,
FormData data,
Element parent)
|
Uses of FormData in com.arsdigita.formbuilder.ui.editors |
Methods in com.arsdigita.formbuilder.ui.editors with parameters of type FormData | |
protected String |
OptionEditor.getOptionName(FormData formData,
PersistentOption option)
Sub classes may opt to not have the admin enter the HTML names of the options by overriding the showOptionValue() and getOptionName() methods |
protected String |
WidgetForm.getName(PageState pageState,
FormData formData)
|
Uses of FormData in com.arsdigita.formbuilder.util |
Methods in com.arsdigita.formbuilder.util with parameters of type FormData | |
protected void |
Placeholders.setFormVars(FormData data)
|
static boolean |
FormBuilderUtil.isSuccessfulSubmission(FormData formData)
|
Constructors in com.arsdigita.formbuilder.util with parameters of type FormData | |
Placeholders(PageState state,
FormData data)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |