Package com.tonbeller.wcf.table

Interface Summary
CellRenderer renders the content of a cell.
ITableComponent Common behaviour of EditableTableComponent and TableComponent
TableModel The data for a table
TableModelChangeListener  
TableRow a row of the table.
 

Class Summary
AbstractTableModel  
DefaultCell default cells that are rendered by the DefaultCellRenderer.
DefaultCellRenderer a renderer that renders TableRow values using the Formatter instance for this request.
DefaultCellRenderer.Alignment  
DefaultTableModel a simple table model.
DefaultTableRow default implementation of a TableRow
EditableTableComponent a component that combines a table and its property form in a single component.
EmptyTableModel  
TableColumn describes a TableColumn via the following properties: sorting properties (ascending/descending) how the values are compared (Comparator) for sorting how the values are rendered
TableComponent The main class for the table.
TableComponentTag Created on 15.11.2002
TableHandler Manages a TableComponent inside a FormComponent
TableModelChangeEvent informs listeners about changes in the table model.
TableModelChangeSupport  
TableModelDecorator  
TablePropertiesFormComponent A form that allows the user to change the properties of a table component.
TablePropertiesFormTag creates a FormComponent
TestBean  
TestModel a table model for testing