Package | Description |
---|---|
org.apache.tapestry.contrib.table.model | |
org.apache.tapestry.contrib.table.model.common | |
org.apache.tapestry.contrib.table.model.simple |
Modifier and Type | Method and Description |
---|---|
void |
ITableDataModel.addTableDataModelListener(ITableDataModelListener objListener)
Method addTableDataModelListener
Adds a listener that is notified when the data in the model is changed
|
void |
ITableDataModel.removeTableDataModelListener(ITableDataModelListener objListener)
Method removeTableDataModelListener.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractTableDataModel.addTableDataModelListener(ITableDataModelListener objListener) |
void |
AbstractTableDataModel.removeTableDataModelListener(ITableDataModelListener objListener) |
Modifier and Type | Class and Description |
---|---|
class |
SimpleTableModel
A simple generic table model implementation.
|