Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.apache.tapestry.contrib.table.model.simple

Interface Summary
ITableColumnEvaluator  
 

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