SPT Core API

Package com.sptci.echo.table

Support classes for Table components.

See:
          Description

Interface Summary
PageableTableModel A TableModel used to represent a pageable data set.
SelectionListener<D,S> A genericised EventListener used for receiving notifications of EventObject.
SortableTable A marker interface for Tables that hold data that are sortable.
SortableTableModel A genericised TableModel used to hold instances of objects of the type specified.
 

Class Summary
AbstractTableModel<D> A genericised TableModel used to hold instances of objects of the type specified.
BoldModelRenderer<D extends Serializable> A cell renderer used to render the row corresponding to model objects in bold font.
BoldRowRenderer A cell renderer that can be used to display a specified row using bold font.
ColumnMetaData A data object used to hold the name and class of a column displayed in the Table.
DateCellRenderer A TableCellRenderer for rendering objects of type Calendar and Date.
DefaultPageableTableModel<D> A genericised TableModel used to display instances of objects of the type specified.
DefaultSortableTableModel<D> A genericised TableModel used to hold instances of objects of the type specified.
EventObject<D,S> A genericised EventObject used to represent the objects that are displayed in a Table.
HeaderCellRenderer The default renderer to use for table headers.
JDOFilterTableModel<F extends Serializable,D extends Serializable> A table model that uses the JDOFilterTableModel.filter object to filter the data represented in the model.
JDOTable<D extends Serializable> A custom table used to display objects persisted using JDO.
JDOTableModel<D extends Serializable> A generic table model used to display all instances of a specified PersistenceCapable object.
OrderBy A simple bean used to represent a order by clause in a SQL statement.
SortableHeaderCellRenderer The default renderer to use for sortable table headers.
SortListener The action listener used to sort the contents of a SortableTable.
Table<D> A genericised Table used to display instances of objects of the type specified.
TableContainer<D> A simple container component that displays a TableNavigation and Table component.
TableModel<D> A genericised TableModel used to hold instances of objects of the type specified.
TableNavigation A navigation component for displaying paging controls for a Table.
TransactionalJDOTableModel<D extends Serializable> A table model that automatically handles data store interactions when adding/deleting rows from the model.
 

Enum Summary
OrderBy.Direction An enumeration of sort directions.
SortableTableModel.Direction The direction in which the current column is sorted.
 

Package com.sptci.echo.table Description

Support classes for Table components.


SPT Core API