|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ListModel | |
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.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.admin | Basic user interface components for the administrative UI. |
Uses of ListModel in com.arsdigita.bebop |
Classes in com.arsdigita.bebop that implement ListModel | |
protected static class |
PageErrorDisplay.StringIteratorModel
|
Fields in com.arsdigita.bebop declared as ListModel | |
static ListModel |
List.EMPTY_MODEL
A ListModel that has no rows. |
Methods in com.arsdigita.bebop that return ListModel | |
ListModel |
List.getModel(PageState state)
Gets the list model used in processing the request represented by state . |
Constructors in com.arsdigita.bebop with parameters of type ListModel | |
GridTableModel(ListModel items,
int cols)
Constructs a new GridTableModel . |
Uses of ListModel in com.arsdigita.bebop.demo.workflow |
Methods in com.arsdigita.bebop.demo.workflow that return ListModel | |
static ListModel |
SampleProcesses.getAllTasks(PageState s)
|
Uses of ListModel in com.arsdigita.bebop.list |
Methods in com.arsdigita.bebop.list that return ListModel | |
abstract ListModel |
AbstractListModelBuilder.makeModel(List l,
PageState state)
|
ListModel |
ListModelBuilder.makeModel(List l,
PageState state)
Produce a ListModel for the request specified by state . |
Uses of ListModel in com.arsdigita.formbuilder.ui |
Classes in com.arsdigita.formbuilder.ui that implement ListModel | |
class |
SimpleQuestionnaireListModel
List with names and id:s for all SimpleQuestionnaire objects. |
Methods in com.arsdigita.formbuilder.ui that return ListModel | |
ListModel |
ProcessListenerListModelBuilder.makeModel(List l,
PageState state)
|
Uses of ListModel in com.arsdigita.toolbox.ui |
Classes in com.arsdigita.toolbox.ui that implement ListModel | |
class |
ACSObjectCollectionListModel
|
class |
DataQueryListModelBuilder.DataQueryListModel
Encapsulates a DataQuery as a ListModel . |
class |
IteratorListModel
Simple adapter to build a Bebop ListModel from a Java Iterator. |
Methods in com.arsdigita.toolbox.ui that return ListModel | |
ListModel |
DataQueryListModelBuilder.makeModel(List l,
PageState ps)
|
Uses of ListModel in com.arsdigita.ui.admin |
Subinterfaces of ListModel in com.arsdigita.ui.admin | |
interface |
SearchAndListModel
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |