|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TableColumnModel | |
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.toolbox.ui | Miscellaneous collection of useful Bebop components. |
Uses of TableColumnModel in com.arsdigita.bebop |
Methods in com.arsdigita.bebop that return TableColumnModel | |
TableColumnModel |
Table.getColumnModel()
|
Methods in com.arsdigita.bebop with parameters of type TableColumnModel | |
void |
Table.setColumnModel(TableColumnModel v)
Sets a new TableColumnModel for the table. |
Constructors in com.arsdigita.bebop with parameters of type TableColumnModel | |
Table(TableModelBuilder b,
TableColumnModel c)
Constructs a table using a Table.MatrixTableModelBuilder . |
Uses of TableColumnModel in com.arsdigita.bebop.table |
Classes in com.arsdigita.bebop.table that implement TableColumnModel | |
class |
DefaultTableColumnModel
Describe interface TableColumnModel here. |
Methods in com.arsdigita.bebop.table that return TableColumnModel | |
TableColumnModel |
TableHeader.getColumnModel()
|
Methods in com.arsdigita.bebop.table with parameters of type TableColumnModel | |
void |
TableHeader.setColumnModel(TableColumnModel v)
Set the TableColumnModel which will maintain the headers |
Constructors in com.arsdigita.bebop.table with parameters of type TableColumnModel | |
TableHeader(TableColumnModel model)
Create a new TableHeader |
Uses of TableColumnModel in com.arsdigita.toolbox.ui |
Classes in com.arsdigita.toolbox.ui that implement TableColumnModel | |
protected static class |
DataTable.DataTableColumnModel
A special column model that maintains an alternate key for each column. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |