blob: 9c5376fdef50197a9f6e7e3055e30571a4cc4867 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2005 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<document>
<properties>
<title>TableValues</title>
</properties>
<body>
<section name="TableValues">
<p>
A low level
<a href="table.html">Table</a>
component that generates the columns in the current row in the table. This component
must be wrapped by
<a href="tablerows.html">TableRows</a>
.
<br />
The component iterates over the columns in the table and automatically renders the
column values for the current table row. The columns are wrapped in 'td' tags by
default.
<br />
The column values are rendered using the renderer returned by the
<code>getValueRenderer()</code>
method in
<a
href="../../tapestry-contrib/apidocs/org/apache/tapestry/table/model/ITableColumn.html">
ITableColumn
</a>
.
</p>
<p>
<strong>
See also:
<a href="table.html">Table</a>
,
<a href="tableview.html">TableView</a>
,
<a href="tablepages.html">TablePages</a>
,
<a href="tablerows.html">TableRows</a>
,
<a href="tablecolumns.html">TableColumns</a>
</strong>
</p>
<subsection name="Parameters">
<table>
<tr>
<th>Name</th>
<th>Type</th>
<th>Required</th>
<th>Default</th>
<th>Description</th>
</tr>
<tr>
<td>column</td>
<td>
<a
href="../../tapestry-contrib/apidocs/org/apache/tapestry/table/model/ITableColumn.html">
ITableColumn
</a>
</td>
<td>no</td>
<td> </td>
<td>The object representing the current column being rendered.</td>
</tr>
<tr>
<td>element</td>
<td>
<a
href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html">
String
</a>
</td>
<td>no</td>
<td>tr</td>
<td>The tag to use to wrap the column values in.</td>
</tr>
<tr>
<td>class</td>
<td>
String
</td>
<td>no</td>
<td></td>
<td>The CSS class that will be applied to each table value <code>&lt;td&gt;</code></td>
</tr>
</table>
<p>
Body:
<strong>removed</strong>
</p>
<p>
Informal parameters:
<strong>allowed</strong>
</p>
<p>
Reserved parameters:
<em>none</em>
</p>
</subsection>
<subsection name="Examples">
</subsection>
</section>
</body>
</document>