|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ListModelBuilder | |
com.arsdigita.bebop | A set of server-side user interface components for web applications. |
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. |
Uses of ListModelBuilder in com.arsdigita.bebop |
Methods in com.arsdigita.bebop that return ListModelBuilder | |
ListModelBuilder |
List.getModelBuilder()
Returns the model builder currently used to build each request-specific ListModel . |
Methods in com.arsdigita.bebop with parameters of type ListModelBuilder | |
void |
Grid.setModelBuilder(ListModelBuilder builder)
|
void |
List.setModelBuilder(ListModelBuilder b)
Sets the model builder used to build each request-specific ListModel . |
Constructors in com.arsdigita.bebop with parameters of type ListModelBuilder | |
PageErrorDisplay(ListModelBuilder builder)
Constructs a new PageErrorDisplay from the errors
supplied by a list model builder. |
|
Grid(ListModelBuilder builder,
int numCols)
Constructs a new Grid . |
|
DynamicListWizard(String listLabel,
ListModelBuilder modelBuilder,
String addLinkLabel,
Component defaultPane)
Creates a new DynamicListWizard that uses a plain
List in order to show the list of items in the left pane |
|
DynamicListWizard(ListModelBuilder modelBuilder,
String addLinkLabel,
Component defaultPane)
Creates a new DynamicListWizard that uses a plain
List in order to show the list of items in the left pane |
|
List(ListModelBuilder b)
Creates a new List that uses the specified
list model builder to generate
per-request ListModels . |
Uses of ListModelBuilder in com.arsdigita.bebop.list |
Classes in com.arsdigita.bebop.list that implement ListModelBuilder | |
class |
AbstractListModelBuilder
An abstract class that implements ListModelBuilder by concretely implementing the Lockable interface and leaving only the makeModel method abstract. |
Uses of ListModelBuilder in com.arsdigita.formbuilder.ui |
Classes in com.arsdigita.formbuilder.ui that implement ListModelBuilder | |
class |
ProcessListenerListModelBuilder
|
Uses of ListModelBuilder in com.arsdigita.toolbox.ui |
Classes in com.arsdigita.toolbox.ui that implement ListModelBuilder | |
class |
DataQueryListModelBuilder
Builds a DataQueryListModelBuilder.DataQueryListModel from a DataQuery . |
Constructors in com.arsdigita.toolbox.ui with parameters of type ListModelBuilder | |
SelectionPanel(Component title,
ListModelBuilder builder)
|
|
SelectionPanel(GlobalizedMessage title,
ListModelBuilder builder)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |