Uses of Class
com.arsdigita.bebop.FormModel

Packages that use FormModel
com.arsdigita.bebop A set of server-side user interface components for web applications. 
com.arsdigita.bebop.form Provides a set of server-side user interface components for obtaining user input. 
com.arsdigita.kernel.ui Bebop widgets that display kernel objects. 
com.arsdigita.search.ui   
com.arsdigita.toolbox.ui Miscellaneous collection of useful Bebop components. 
 

Uses of FormModel in com.arsdigita.bebop
 

Fields in com.arsdigita.bebop declared as FormModel
protected  FormModel FormSection.m_formModel
          Underlying FormModel that stores the parameter models for all the widgets in this form section.
 

Methods in com.arsdigita.bebop that return FormModel
protected  FormModel FormSection.getModel()
          Accessor method for this form's FormModel.
 FormModel Page.getStateModel()
          Gets the form model that contains the parameters for the page's state.
 

Methods in com.arsdigita.bebop with parameters of type FormModel
 void FormStep.register(Form form, FormModel model)
           
 void CompoundComponent.register(Form f, FormModel m)
           
 void FormSection.register(Form f, FormModel m)
          Traverses the children this FormSection, collecting parameter models and listeners into the supplied FormModel.
 void Component.register(Form f, FormModel m)
          Registers form parameters with the form model for this form.
 void SimpleComponent.register(Form f, FormModel m)
           
 

Constructors in com.arsdigita.bebop with parameters of type FormModel
FormStep(String name, Container panel, FormModel model)
           
FormData(FormModel model, javax.servlet.http.HttpServletRequest request)
          Constructs a new FormData object containing the transformed and validated query parameters from an HTTP request.
FormData(FormModel model, javax.servlet.http.HttpServletRequest request, boolean isSubmission)
          Constructs a new FormData object containing the transformed and validated query parameters from an HTTP request.
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)
          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)
          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.
FormSection(Container panel, FormModel model)
          Constructs a new form section.
 

Uses of FormModel in com.arsdigita.bebop.form
 

Methods in com.arsdigita.bebop.form with parameters of type FormModel
 void Submit.register(Form f, FormModel m)
          Registers getName()+".x" and getName()+".y" so that html image submits will work too
 void Widget.register(Form form, FormModel model)
          Registers the ParameterModel of this Widget with the containing Form.
 

Uses of FormModel in com.arsdigita.kernel.ui
 

Constructors in com.arsdigita.kernel.ui with parameters of type FormModel
ResourceConfigFormSection(Container panel, FormModel model)
           
 

Uses of FormModel in com.arsdigita.search.ui
 

Methods in com.arsdigita.search.ui with parameters of type FormModel
 void FilterWidget.register(Form form, FormModel model)
           
 void BaseQueryComponent.register(Form form, FormModel model)
           
 

Uses of FormModel in com.arsdigita.toolbox.ui
 

Methods in com.arsdigita.toolbox.ui with parameters of type FormModel
 void NullComponent.register(Form form, FormModel model)
           
 void Section.register(Form form, FormModel model)
           
 



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