| Package | Description |
|---|---|
| org.apache.tapestry.contrib.table.model.common | |
| org.apache.tapestry.contrib.table.model.simple |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTableDataModel
An implementation of the listener support in the ITableDataModel interface
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleListTableDataModel
A minimal list implementation of the
ITableDataModel interface |
class |
SimpleSetTableDataModel
A minimal set implementation of the
ITableDataModel interface |
| Modifier and Type | Method and Description |
|---|---|
ITableDataModel |
SimpleTableModel.getDataModel()
Returns the dataModel.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleTableModel.setDataModel(ITableDataModel dataModel)
Sets the dataModel.
|
| Constructor and Description |
|---|
SimpleTableModel(ITableDataModel objDataModel,
ITableColumnModel objColumnModel) |
SimpleTableModel(ITableDataModel objDataModel,
ITableColumnModel objColumnModel,
SimpleTableState objState) |
SimpleTableSessionStateManager(ITableDataModel objDataModel,
ITableColumnModel objColumnModel) |