Interface | Description |
---|---|
ITableColumnEvaluator |
Class | Description |
---|---|
ColumnComparator |
In order to provide more generic behaviour, ITableColumn
has no "column value" concept.
|
SimpleListTableDataModel |
A minimal list implementation of the
ITableDataModel interface |
SimpleSetTableDataModel |
A minimal set implementation of the
ITableDataModel interface |
SimpleTableColumn |
A simple minimal implementation of the
ITableColumn interface that provides all the
basic services for displaying a column. |
SimpleTableColumnFormRendererSource |
This is a simple implementation of
ITableRendererSource
that returns a standard renderer of a column header. |
SimpleTableColumnModel |
A minimal implementation of the
ITableColumnModel interface
that stores columns as an array. |
SimpleTableColumnRendererSource |
This is a simple implementation of
ITableRendererSource
that returns a standard renderer of a column header. |
SimpleTableModel |
A simple generic table model implementation.
|
SimpleTablePagingState |
A minimal implementation of
ITablePagingState . |
SimpleTableSessionStateManager |
A
ITableSessionStateManager
implementation that saves only the paging and sorting state of the table model
into the session. |
SimpleTableSortingState |
A minimal implementation of
ITableSortingState |
SimpleTableState |
A container holding all of the table model states.
|
SimpleTableStateAdaptor | |
SimpleTableValueRendererSource |
This is a simple implementation of
ITableRendererSource
that returns a standard renderer of a column value. |