|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Form | |
com.arsdigita.bebop | A set of server-side user interface components for web applications. |
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.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.search.ui | |
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.webdevsupport.log4j | Web user interfaces for dynamically adjusting Log4J warning levels. |
Uses of Form in com.arsdigita.bebop |
Subclasses of Form in com.arsdigita.bebop | |
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 |
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 that return Form | |
protected Form |
MetaForm.getDynamicForm(PageState state)
Retrieves the form for the request represented by state . |
abstract Form |
MetaForm.buildForm(PageState state)
Builds the dynamic form. |
Methods in com.arsdigita.bebop with parameters of type Form | |
void |
PropertyEditor.add(String key,
String label,
Form form)
Adds a form to the set of forms that can be used to edit the properties. |
void |
PropertyEditor.add(String key,
String label,
Form form,
Submit cancelButton)
Adds a form to the set of forms that can be used to edit the properties. |
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)
|
Uses of Form in com.arsdigita.bebop.demo.workflow |
Subclasses of Form in com.arsdigita.bebop.demo.workflow | |
class |
AddProcess
|
class |
AddTask
|
class |
DisplayTask
|
Uses of Form in com.arsdigita.bebop.form |
Methods in com.arsdigita.bebop.form that return Form | |
Form |
FormErrorDisplay.getForm()
Return the form whose errors are to be displayed |
Form |
Widget.getForm()
Gets the Form Object for this Widget. |
Methods in com.arsdigita.bebop.form with parameters of type Form | |
void |
Time.setForm(Form f)
Sets the Form Object for this Widget. |
void |
DateTime.setForm(Form f)
Sets the Form Object for this Widget. |
void |
Date.setForm(Form f)
Sets the Form Object for this Widget. |
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. |
void |
Widget.setForm(Form form)
Sets the Form Object for this Widget. |
Constructors in com.arsdigita.bebop.form with parameters of type Form | |
FormErrorDisplay(Form form)
Construct a new FormErrorDisplay |
Uses of Form in com.arsdigita.formbuilder.ui |
Subclasses of Form 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. |
Methods in com.arsdigita.formbuilder.ui that return Form | |
Form |
PropertiesMetaForm.buildForm(PageState pageState)
|
Form |
PreviewForm.buildForm(PageState pageState)
|
Form |
FormPropertiesForm.buildForm(PageState pageState)
|
Form |
QuestionPropertiesForm.buildForm(PageState pageState)
|
Form |
FormBuildingPage.getMoveForm()
|
Form |
FormBuildingPage.getDeleteForm()
|
Form |
MoveControl.buildForm(PageState state)
|
Uses of Form in com.arsdigita.formbuilder.ui.editors |
Subclasses of Form 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 |
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
|
Uses of Form in com.arsdigita.formbuilder.ui.jsp |
Subclasses of Form in com.arsdigita.formbuilder.ui.jsp | |
class |
JspForm
|
Methods in com.arsdigita.formbuilder.ui.jsp that return Form | |
Form |
JspForm.buildForm(PageState state)
|
Uses of Form in com.arsdigita.search.ui |
Methods in com.arsdigita.search.ui that return Form | |
Form |
FilterWidget.getForm()
Returns the current form to which this component belongs |
Methods in com.arsdigita.search.ui with parameters of type Form | |
void |
FilterWidget.register(Form form,
FormModel model)
|
void |
BaseQueryComponent.register(Form form,
FormModel model)
|
Uses of Form in com.arsdigita.toolbox.ui |
Subclasses of Form 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 that return Form | |
Form |
SelectionPanel.getAddForm()
|
Form |
SelectionPanel.getEditForm()
|
Form |
SelectionPanel.getDeleteForm()
|
Methods in com.arsdigita.toolbox.ui with parameters of type Form | |
void |
SelectionPanel.setAdd(GlobalizedMessage message,
Form form)
|
void |
SelectionPanel.setAdd(ActionLink addLink,
Form form)
|
void |
SelectionPanel.setEdit(GlobalizedMessage message,
Form form)
|
void |
SelectionPanel.setEdit(ActionLink editLink,
Form form)
|
void |
SelectionPanel.setDelete(GlobalizedMessage message,
Form form)
|
void |
SelectionPanel.setDelete(ActionLink deleteLink,
Form form)
|
void |
NullComponent.register(Form form,
FormModel model)
|
void |
ModalPanel.connect(Form origForm,
Widget origWidget,
Object value,
FormSection dest)
|
void |
Section.register(Form form,
FormModel model)
|
void |
ItemEditor.setEdit(ActionLink editLink,
Form edit)
|
void |
ItemEditor.setDelete(ActionLink deleteLink,
Form delete)
|
Uses of Form in com.arsdigita.ui.login |
Subclasses of Form 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 Form in com.arsdigita.ui.permissions |
Subclasses of Form in com.arsdigita.ui.permissions | |
class |
UserSearchForm
User Search Form for permissions. |
Methods in com.arsdigita.ui.permissions that return Form | |
Form |
PermissionsPane.getUserSearchForm()
Returns a bebop form for user and group search. |
Uses of Form in com.arsdigita.ui.sitemap |
Subclasses of Form in com.arsdigita.ui.sitemap | |
class |
DisplayActions.AddSubnodeForm
|
class |
DisplayActions.MountInstanceForm
|
class |
DisplayActions.RemoveNodeForm
|
class |
DisplayActions.UnmountInstanceForm
|
Uses of Form in com.arsdigita.webdevsupport.log4j |
Subclasses of Form in com.arsdigita.webdevsupport.log4j | |
class |
CategoryForm
Log4j category level form Created: Mon Jul 29 14:01:52 2002 |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |