contrib:Table Component Index contrib:TableFormPages

contrib:TableColumns
org.apache.tapestry.contrib.table.components.TableColumns
Locale
Language  
Country
 
Description
A low level Table component that renders the column headers in the table. This component must be wrapped by TableView.

The component iterates over all column objects in the ITableColumnModel and renders a header for each one of them using the renderer provided by the getColumnRender() method in ITableColumn. The headers are wrapped in 'th' tags by default.

See Also
Table, TablePages, TableRows, TableValues, TableView
Parameters
Name Type Direction Required Default Description
element String in no th The tag to use to wrap the column headers.
column ITableColumn out no   The object representing the current column.
arrowUpAsset IAsset in no   The image to use to describe a column sorted in an ascending order.
arrowDownAsset IAsset in no   The image to use to describe a column sorted in a descending order.

Body: removed
Informal parameters: allowed
Reserved parameters: none

Examples

This example is under construction.


contrib:Table Component Index contrib:TablePages