|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use List | |
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.list | Bebop classes for dynamically displaying and manipulating lists of items. |
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.toolbox.ui | Miscellaneous collection of useful Bebop components. |
com.arsdigita.ui.sitemap | User interface for dynamically updating URL to application mappings. |
Uses of List in com.arsdigita.bebop |
Subclasses of List in com.arsdigita.bebop | |
class |
PageErrorDisplay
Displays validation errors for the page. |
Methods in com.arsdigita.bebop that return List | |
List |
PropertyEditor.getList()
Returns the List that contains all the links. |
List |
MapWizard.getList()
|
List |
DynamicListWizard.getList()
Deprecated. use getListingComponent instead |
Methods in com.arsdigita.bebop with parameters of type List | |
Component |
PropertyEditor.IdentityCellRenderer.getComponent(List list,
PageState state,
Object value,
String key,
int index,
boolean isSelected)
|
Constructors in com.arsdigita.bebop with parameters of type List | |
DynamicListWizard(String listLabel,
List list,
String addLinkLabel,
Component defaultPane)
Creates a new DynamicListWizard that uses the
specified List in order to show the list of items in the left pane |
Uses of List in com.arsdigita.bebop.demo |
Subclasses of List in com.arsdigita.bebop.demo | |
class |
UserList
A reusable Bebop component to display a list of users that are registered on your site. |
Uses of List in com.arsdigita.bebop.demo.workflow |
Methods in com.arsdigita.bebop.demo.workflow that return List | |
List |
Listing.getList()
|
Uses of List in com.arsdigita.bebop.form |
Subclasses of List in com.arsdigita.bebop.form | |
class |
FormErrorDisplay
Displays validation errors on the form which were added by the form's validation listener. |
Uses of List in com.arsdigita.bebop.list |
Methods in com.arsdigita.bebop.list with parameters of type List | |
abstract ListModel |
AbstractListModelBuilder.makeModel(List l,
PageState state)
|
Component |
DefaultListCellRenderer.getComponent(List list,
PageState state,
Object value,
String key,
int index,
boolean isSelected)
Return a component that has been configured to display the specified value. |
Component |
ListCellRenderer.getComponent(List list,
PageState state,
Object value,
String key,
int index,
boolean isSelected)
Return a component that has been configured to display the specified value. |
ListModel |
ListModelBuilder.makeModel(List l,
PageState state)
Produce a ListModel for the request specified by state . |
Uses of List in com.arsdigita.formbuilder.ui |
Subclasses of List in com.arsdigita.formbuilder.ui | |
class |
SimpleQuestionnaireList
A list of all persisted SimpleQuestionnaires with links to viewing, editing properties and editing widget setup for each quesionnaire in the list. |
Methods in com.arsdigita.formbuilder.ui that return List | |
List |
FormBuildingPage.getWidgetList()
|
Methods in com.arsdigita.formbuilder.ui with parameters of type List | |
ListModel |
ProcessListenerListModelBuilder.makeModel(List l,
PageState state)
|
Uses of List in com.arsdigita.toolbox.ui |
Methods in com.arsdigita.toolbox.ui with parameters of type List | |
void |
ModalPanel.connect(List orig,
Component dest)
|
void |
ModalPanel.connect(List orig,
FormSection dest)
|
ListModel |
DataQueryListModelBuilder.makeModel(List l,
PageState ps)
|
Uses of List in com.arsdigita.ui.sitemap |
Methods in com.arsdigita.ui.sitemap that return List | |
List |
SiteListing.getList()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |