| Package | Description |
|---|---|
| com.sptci.echo2.table |
Support classes for Table components.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DatabaseTableModel
A custom
TableModel used to represent
data contained in in a database table. |
class |
DefaultPageableTableModel<D>
A genericised
TableModel used to display
instances of objects of the type specified. |
class |
JDOFilterTableModel<F,D>
A table model that uses the
JDOFilterTableModel.filter object to filter the
data represented in the model. |
class |
JDOTableModel<D>
A generic table model used to display all instances of a specified
PersistenceCapable object. |
class |
StatementTableModel
A custom
TableModel used to represent
data contained in in a database table. |
class |
TransactionalJDOTableModel<D>
A table model that automatically handles data store interactions when
adding/deleting rows from the model.
|
| Modifier and Type | Method and Description |
|---|---|
PageableTableModel<D> |
TableNavigation.getModel()
Return the model backing this navigation component.
|
| Constructor and Description |
|---|
TableNavigation(PageableTableModel model)
Create a new instance of the navigation component using the specified
table component.
|