|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TableModel | |
com.arsdigita.bebop | A set of server-side user interface components for web applications. |
com.arsdigita.bebop.table | Contains the supporting classes for the Table component. |
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 TableModel in com.arsdigita.bebop |
Classes in com.arsdigita.bebop that implement TableModel | |
class |
GridTableModel
Converts a linear ListModel to a grid of items. |
Fields in com.arsdigita.bebop declared as TableModel | |
static TableModel |
Table.EMPTY_MODEL
A TableModel that has no rows. |
Methods in com.arsdigita.bebop that return TableModel | |
TableModel |
Table.getTableModel(PageState s)
Returns the table model in effect for the request represented by the page state. |
TableModel |
Table.MatrixTableModelBuilder.makeModel(Table t,
PageState s)
|
Uses of TableModel in com.arsdigita.bebop.table |
Methods in com.arsdigita.bebop.table that return TableModel | |
abstract TableModel |
AbstractTableModelBuilder.makeModel(Table t,
PageState s)
Return a table model for the request represented by s . |
TableModel |
TableModelBuilder.makeModel(Table t,
PageState s)
Return a table model for the request represented by s . |
Uses of TableModel in com.arsdigita.formbuilder.ui |
Methods in com.arsdigita.formbuilder.ui that return TableModel | |
TableModel |
ProcessListenerTableModelBuilder.makeModel(Table table,
PageState state)
|
Uses of TableModel in com.arsdigita.toolbox.ui |
Classes in com.arsdigita.toolbox.ui that implement TableModel | |
protected static class |
DataTable.DataQueryTableModel
A TableModel which gets its data from a DataQuery. |
Methods in com.arsdigita.toolbox.ui that return TableModel | |
TableModel |
DataTable.DataBuilderAdapter.makeModel(Table table,
PageState s)
Construct a DataQueryTableModel by wrapping the query. |
protected abstract TableModel |
AbstractCollectionTable.makeTableModel(PageState ps)
This method should return the table model to use. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |