Uses of Class
com.arsdigita.bebop.FormSection

Packages that use FormSection
com.arsdigita.bebop A set of server-side user interface components for web applications. 
com.arsdigita.bebop.demo Example A set of examples that demonstrate how Bebop is used. 
com.arsdigita.bebop.demo.workflow Example A set of classes to demonstrate how to use Bebop components in a control flow i.e., how Bebop components hand off control to one another. 
com.arsdigita.bebop.form Provides a set of server-side user interface components for obtaining user input. 
com.arsdigita.bebop.portal User interface classes for displaying portals. 
com.arsdigita.formbuilder The Form Builder service provides the ability to build simple forms with a web user interface. 
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.ui.jsp   
com.arsdigita.formbuilder.util   
com.arsdigita.kernel.ui Bebop widgets that display kernel objects. 
com.arsdigita.toolbox.ui Miscellaneous collection of useful Bebop components. 
com.arsdigita.ui.login Internationalized UI classes for user login and registration. 
com.arsdigita.ui.permissions Default implementation of the CCM permissions UI. 
com.arsdigita.ui.sitemap User interface for dynamically updating URL to application mappings. 
com.arsdigita.web.ui   
com.arsdigita.webdevsupport.log4j Web user interfaces for dynamically adjusting Log4J warning levels. 
 

Uses of FormSection in com.arsdigita.bebop
 

Subclasses of FormSection in com.arsdigita.bebop
 class Form
          Represents the visual structure of an HTML form.
 class FormStep
          The FormStep class modifies the behavior of FormSection with respect to listener firing.
 class MetaForm
          A form that is instantiated on a per-request basis.
 class MultiStepForm
          The MultiStepForm class is a simple extension to Form that modifies the behavior of Form with respect to widgets that are not visible.
 class SaveCancelSection
          A form section with two buttons (Save and Cancel) aligned to the right.
 class Wizard
          The Wizard class can be used in conjunction with FormStep to build a series of forms that gather information from the user in several stages.
 

Methods in com.arsdigita.bebop with parameters of type FormSection
 void PropertyEditor.add(String key, String label, FormSection formSection)
          Adds a form to the set of forms that can be used to edit the properties.
 void PropertyEditor.add(String key, String label, FormSection formSection, Submit cancelButton)
          Adds a form to the set of forms that can be used to edit the properties.
 void PropertyEditor.addCancelListener(FormSection form, Submit cancelButton)
          Adds a submission listener to the form that will hide all components and show the display pane.
 void PropertyEditor.addProcessListener(FormSection form)
          Adds a process listener to the form that will hide all components and show the display pane.
 void PropertyEditor.addListeners(FormSection form, Submit cancelButton)
          Adds all required listeners to the form to ensure that if the form is either submitted successfully or cancelled, the display pane will be shown.
 

Uses of FormSection in com.arsdigita.bebop.demo
 

Subclasses of FormSection in com.arsdigita.bebop.demo
static class DemoDispatcher.DeliverySection
          Define a form section which can be reused in multiple forms From tutorial demo/form-sections.xml
 

Uses of FormSection in com.arsdigita.bebop.demo.workflow
 

Subclasses of FormSection in com.arsdigita.bebop.demo.workflow
 class AddProcess
           
 class AddTask
           
 class DisplayTask
           
 

Uses of FormSection in com.arsdigita.bebop.form
 

Subclasses of FormSection in com.arsdigita.bebop.form
 class MultipleSelectPairWidget
          Multiple select widget pair for knowledge types.
 class SearchAndSelect
          Search and select Bebop widget.
 class TextEntryFormSection
          Form section that takes a text entry component (e.g., TextField) and displays it along with a drop-down box that enables the user to select the input type.
 

Uses of FormSection in com.arsdigita.bebop.portal
 

Subclasses of FormSection in com.arsdigita.bebop.portal
 class PortletConfigFormSection
           
 

Uses of FormSection in com.arsdigita.formbuilder
 

Methods in com.arsdigita.formbuilder that return FormSection
 FormSection FormSectionGenerator.generateFormSection()
           
 FormSection FormSectionGenerator.generateFormSection(boolean addProcessListener, boolean isAdd)
          Generate a form section from the contained object with attribute metadata
 

Methods in com.arsdigita.formbuilder with parameters of type FormSection
protected  void PersistentFormSection.addProcessListeners(FormSection formSection)
          Instantiate a process listener with the persisted class name and add it to the Bebop Form.
protected  void PersistentFormSection.addComponents(FormSection formSection)
          Add all child components to the FormSection.
 void ComponentAddObserver.beforeAddingComponent(FormSection formSection, PersistentComponentFactory componentFactory, int componentPosition)
           
 void ComponentAddObserver.afterAddingComponent(FormSection formSection, PersistentComponentFactory componentFactory, int componentPosition)
           
 

Uses of FormSection in com.arsdigita.formbuilder.ui
 

Subclasses of FormSection in com.arsdigita.formbuilder.ui
 class FormPropertiesForm
          A form with general properties of a SimpleQuestionnaire.
 class MoveControl
           
 class NewAction
           
 class NewControl
           
 class NewSection
           
 class PreviewForm
          A dynamic form that displays what a form built with the Form Builder service will look like.
 class PropertiesForm
           
 class PropertiesMetaForm
          A form for adding or editing a DomainObject that implements the AttributeMetaDataProvider interface.
 class QuestionPropertiesForm
          A dynamic form that lets the admin add or edit a persistent component.
 class YesNoSection
           
 

Methods in com.arsdigita.formbuilder.ui with parameters of type FormSection
protected  void PropertiesForm.addWidgets(FormSection section)
           
protected  void PropertiesForm.addButtons(FormSection section)
           
 void BaseEditAddObserver.beforeAddingComponent(FormSection formSection, PersistentComponentFactory componentFactory, int componentPosition)
           
 void BaseEditAddObserver.afterAddingComponent(FormSection formSection, PersistentComponentFactory componentFactory, int componentPosition)
           
 void BaseAddObserver.beforeAddingComponent(FormSection formSection, PersistentComponentFactory componentFactory, int componentPosition)
           
 void BaseAddObserver.afterAddingComponent(FormSection formSection, PersistentComponentFactory componentFactory, int componentPosition)
           
 

Uses of FormSection in com.arsdigita.formbuilder.ui.editors
 

Subclasses of FormSection in com.arsdigita.formbuilder.ui.editors
 class CheckboxGroupForm
           
 class ConfirmEmailForm
           
 class ConfirmRedirectForm
           
 class DataDrivenSelectForm
           
 class DateForm
           
 class HeadingForm
          This is the form used to create a persistent heading element
 class HiddenForm
           
 class HiddenIDGeneratorForm
           
 class MultipleSelectForm
           
 class OptionEditor
           
 class OptionGroupForm
           
 class PasswordForm
           
 class ProcessListenerForm
           
 class RadioGroupForm
           
 class RemoteServerPostForm
           
 class SimpleEmailForm
           
 class SingleSelectForm
           
 class SubmitForm
           
 class TemplateEmailForm
           
 class TextAreaForm
           
 class TextFieldForm
           
 class TextForm
           
 class WidgetForm
           
 class WidgetLabelForm
           
 class XMLEmailForm
           
 

Methods in com.arsdigita.formbuilder.ui.editors with parameters of type FormSection
protected  void XMLEmailForm.addWidgets(FormSection section)
           
protected  void TextFieldForm.addWidgets(FormSection section)
           
protected  void TextAreaForm.addWidgets(FormSection section)
           
protected  void TemplateEmailForm.addWidgets(FormSection section)
           
protected  void SubmitForm.addWidgets(FormSection section)
           
protected  void SimpleEmailForm.addWidgets(FormSection section)
           
protected  void RemoteServerPostForm.addWidgets(FormSection section)
           
protected  void PasswordForm.addWidgets(FormSection section)
           
protected  void HiddenForm.addWidgets(FormSection section)
           
protected  void TextForm.addWidgets(FormSection section)
           
protected  void DateForm.addWidgets(FormSection section)
           
protected  void DataDrivenSelectForm.addWidgets(FormSection section)
           
protected  void ConfirmRedirectForm.addWidgets(FormSection section)
           
protected  void ProcessListenerForm.addWidgets(FormSection section)
           
protected  void ConfirmEmailForm.addWidgets(FormSection section)
           
protected  void WidgetForm.addWidgets(FormSection section)
           
protected  void WidgetLabelForm.addWidgets(FormSection section)
           
protected  void OptionGroupForm.addWidgets(FormSection section)
           
 

Uses of FormSection in com.arsdigita.formbuilder.ui.jsp
 

Subclasses of FormSection in com.arsdigita.formbuilder.ui.jsp
 class JspForm
           
 

Uses of FormSection in com.arsdigita.formbuilder.util
 

Methods in com.arsdigita.formbuilder.util with parameters of type FormSection
static void FormBuilderUtil.addTextFieldToForm(FormSection form, String name, String label)
           
static void FormBuilderUtil.addTextAreaToForm(FormSection form, String name, String label)
           
 

Uses of FormSection in com.arsdigita.kernel.ui
 

Subclasses of FormSection in com.arsdigita.kernel.ui
 class BasicResourceConfigFormSection
           
 class ResourceConfigFormSection
          A base class used to implement the UI callbacks on ResourceTypeConfig.
 

Methods in com.arsdigita.kernel.ui with parameters of type FormSection
 void PartySearchSelect.addSearchFormSection(FormSection formSection)
          Adds a form section to the search form, used to provide additional UI for filtering/controlling the search results.
 void PartySearchSelect.Search.addFormSection(FormSection formSection)
          Adds a form section to the search form, used to provide additional UI for filtering/controlling the search results.
 

Uses of FormSection in com.arsdigita.toolbox.ui
 

Subclasses of FormSection in com.arsdigita.toolbox.ui
 class ControlBar
          This class provides a base for all ControlBar forms within the system.
 

Methods in com.arsdigita.toolbox.ui with parameters of type FormSection
 void ModalPanel.connect(FormSection orig, Component dest)
           
 void ModalPanel.connect(FormSection origForm, Widget origWidget, Object value, Component dest)
           
 void ModalPanel.connect(ActionLink orig, FormSection dest)
           
 void ModalPanel.connect(Table orig, int column, FormSection dest)
           
 void ModalPanel.connect(List orig, FormSection dest)
           
 void ModalPanel.connect(Tree orig, FormSection dest)
           
 void ModalPanel.connect(FormSection orig, FormSection dest)
           
 void ModalPanel.connect(Form origForm, Widget origWidget, Object value, FormSection dest)
           
 void ModalPanel.connect(FormSection orig)
           
 void ModalPanel.connect(FormSection orig, SingleSelectionModel model)
           
 void ModalPanel.resume(FormSection orig, Component dest)
           
 

Constructors in com.arsdigita.toolbox.ui with parameters of type FormSection
ModalPanel.CancelListener(FormSection form)
           
ModalPanel.CancelListener(FormSection form, SingleSelectionModel model)
           
 

Uses of FormSection in com.arsdigita.ui.login
 

Subclasses of FormSection in com.arsdigita.ui.login
 class ChangePasswordForm
          A Form that allows a user to change their password by entering their old password, a new password, and a confirmation of their new password.
 class UserEditForm
          Edits a user.
 class UserForm
          Common code for user new / add / edit forms.
 class UserNewForm
          Creates a new user.
 class UserRegistrationForm
          A Bebop form that accepts login and password from the user and attempts to authenticate and then log in the user.
 

Uses of FormSection in com.arsdigita.ui.permissions
 

Subclasses of FormSection in com.arsdigita.ui.permissions
 class UserSearchForm
          User Search Form for permissions.
 

Uses of FormSection in com.arsdigita.ui.sitemap
 

Subclasses of FormSection in com.arsdigita.ui.sitemap
 class DisplayActions.AddSubnodeForm
           
 class DisplayActions.MountInstanceForm
           
 class DisplayActions.RemoveNodeForm
           
 class DisplayActions.UnmountInstanceForm
           
 

Uses of FormSection in com.arsdigita.web.ui
 

Subclasses of FormSection in com.arsdigita.web.ui
 class ApplicationConfigFormSection
          An implementation of ResourceConfigFormSection to be used for creating / editing Application instances.
 

Uses of FormSection in com.arsdigita.webdevsupport.log4j
 

Subclasses of FormSection in com.arsdigita.webdevsupport.log4j
 class CategoryForm
          Log4j category level form Created: Mon Jul 29 14:01:52 2002
 



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