|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PersistentWidget | |
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.util |
Uses of PersistentWidget in com.arsdigita.formbuilder |
Subclasses of PersistentWidget in com.arsdigita.formbuilder | |
class |
DataDrivenSelect
|
class |
HiddenIDGenerator
|
class |
PersistentCheckboxGroup
This class is responsible for persisting Bebop CheckboxGroups. |
class |
PersistentDate
This class is responsible for persisting Bebop Dates. |
class |
PersistentDeditor
This class is responsible for persisting Bebop Deditors. |
class |
PersistentHidden
This class is responsible for persisting Bebop Hiddens. |
class |
PersistentMultipleSelect
This class is responsible for persisting Bebop MultipleSelects. |
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 |
PersistentTextArea
This class is responsible for persisting Bebop TextAreas. |
class |
PersistentTextField
This class is responsible for persisting Bebop TextFields. |
Methods in com.arsdigita.formbuilder that return PersistentWidget | |
PersistentWidget |
WidgetLabel.getWidget()
Retrieves the persistent widget object associated with this label. |
PersistentWidget |
SimpleQuestionnaire.getQuestionWidget(int questionPosition)
|
Methods in com.arsdigita.formbuilder with parameters of type PersistentWidget | |
static WidgetLabel |
WidgetLabel.create(PersistentWidget widget,
String label)
This method creates a new widget and initialises all the required attributes |
static WidgetLabel |
WidgetLabel.findByWidget(PersistentWidget widget)
Retrieves the widget label class associated with the specified persistent widget. |
void |
WidgetLabel.setWidget(PersistentWidget widget)
Sets the persistent widget associated with this label |
void |
SimpleQuestionnaire.addQuestion(String questionText,
PersistentWidget widgetFactory)
Add a question after the questions already added. |
void |
SimpleQuestionnaire.addQuestion(String questionText,
PersistentWidget widgetFactory,
int position)
Add a question at the given position. |
Uses of PersistentWidget in com.arsdigita.formbuilder.ui |
Methods in com.arsdigita.formbuilder.ui that return PersistentWidget | |
PersistentWidget |
QuestionPropertiesForm.getPersistentWidget(PageState pageState)
|
Uses of PersistentWidget in com.arsdigita.formbuilder.ui.editors |
Uses of PersistentWidget in com.arsdigita.formbuilder.util |
Methods in com.arsdigita.formbuilder.util with parameters of type PersistentWidget | |
static boolean |
FormBuilderUtil.isRequired(PersistentWidget widget)
Returns true if the persistent widget has a NotEmptyValidationListener added to it. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |