|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeMetaDataProvider | |
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. |
Uses of AttributeMetaDataProvider in com.arsdigita.formbuilder |
Classes in com.arsdigita.formbuilder that implement AttributeMetaDataProvider | |
class |
DataDrivenSelect
|
class |
HiddenIDGenerator
|
class |
PersistentCheckboxGroup
This class is responsible for persisting Bebop CheckboxGroups. |
class |
PersistentComponent
The super class of all domain objects in the Form Builder service that enable persistence of Bebop Forms and their Components. |
class |
PersistentDate
This class is responsible for persisting Bebop Dates. |
class |
PersistentDeditor
This class is responsible for persisting Bebop Deditors. |
class |
PersistentForm
This domain object manages persistence of a Bebop Form. |
class |
PersistentFormSection
This domain object manages persistence of a Bebop FormSection. |
class |
PersistentHeading
This class is responsible for persisting Headings that can be used as section headings to break the form in to multiple logical groupings. |
class |
PersistentHidden
This class is responsible for persisting Bebop Hiddens. |
class |
PersistentLabel
This class is responsible for persisting Bebop Labels. |
class |
PersistentMultipleSelect
This class is responsible for persisting Bebop MultipleSelects. |
class |
PersistentOption
This class is responsible for persisting Bebop Options. |
class |
PersistentOptionGroup
This class is responsible for persisting Bebop OptionGroups. |
class |
PersistentPassword
This class is responsible for persisting Bebop Passwords. |
class |
PersistentRadioGroup
This class is responsible for persisting Bebop RadioGroups. |
class |
PersistentSelect
This class is responsible for persisting Bebop Selects. |
class |
PersistentSingleSelect
This class is responsible for persisting Bebop SingleSelects. |
class |
PersistentSubmit
This class is responsible for persisting Bebop Submits. |
class |
PersistentText
This class is responsible for persisting Texts that can be used as section headings to break the form in to multiple logical groupings. |
class |
PersistentTextArea
This class is responsible for persisting Bebop TextAreas. |
class |
PersistentTextField
This class is responsible for persisting Bebop TextFields. |
class |
PersistentWidget
This class is responsible for persisting attributes common to Bebop Widgets. |
class |
SimpleQuestionnaire
A simple questionnaire is a list of questions and a submit button. |
class |
TestAttributeListener
I am using this process listener to test how process listeners can supply the Form Builder admin UI with information about what kind of parameters that they are expecting. |
class |
WidgetLabel
This class is used to associate PersistentLabel s
with PersistentWidget s. |
Constructors in com.arsdigita.formbuilder with parameters of type AttributeMetaDataProvider | |
PersistentFormGenerator(AttributeMetaDataProvider metaDataProvider)
|
|
FormSectionGenerator(AttributeMetaDataProvider metaDataProvider)
|
Uses of AttributeMetaDataProvider in com.arsdigita.formbuilder.ui |
Methods in com.arsdigita.formbuilder.ui that return AttributeMetaDataProvider | |
AttributeMetaDataProvider |
PropertiesMetaFormConnector.getAttributeMetaDataProvider(PageState pageState)
The purpose of the FormPropertiesForm is to edit properties of a SimpleQuestionnaire. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |