/[Apache-SVN]/myfaces/site/tlddoc/x/dataScroller.html
ViewVC logotype

Diff of /myfaces/site/tlddoc/x/dataScroller.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- myfaces/site/tlddoc/x/dataScroller.html	2005/05/08 15:47:03	169137
+++ myfaces/site/tlddoc/x/dataScroller.html	2005/05/08 15:50:34	169138
@@ -75,13 +75,13 @@
 <td><b>Name</b></td><td><b>Required</b></td><td><b>Request-time</b></td><td><b>Type</b></td><td><b>Description</b></td>
 </tr>
 <tr valign="top">
-<td>id</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Every component may have an unique id. Automatically created if omitted.</td>
-</tr>
-<tr valign="top">
-<td>rendered</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>If false, this component will not be rendered.</td>
+<td>binding</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Component binding.</td>
 </tr>
 <tr valign="top">
-<td>binding</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Component binding.</td>
+<td>displayedRowsCountVar</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
+                A parameter name, under which the actual displayed rows count is set in request scope
+                similar to the var parameter.
+            </td>
 </tr>
 <tr valign="top">
 <td>enabledOnUserRole</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
@@ -91,21 +91,23 @@
             </td>
 </tr>
 <tr valign="top">
-<td>visibleOnUserRole</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
-                If user is in given role, this component will be rendered
-                normally. If not, nothing is rendered and the body of this tag
-                will be skipped.
+<td>fastStep</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>step (pages) used for fastforward and fastrewind</td>
+</tr>
+<tr valign="top">
+<td>firstRowIndexVar</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
+                A parameter name, under which the actual first displayed row index is set in request scope
+                similar to the var parameter.
             </td>
 </tr>
 <tr valign="top">
 <td>for</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td><i>No Description</i></td>
 </tr>
 <tr valign="top">
-<td>fastStep</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>step (pages) used for fastforward and fastrewind</td>
+<td>id</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>Every component may have an unique id. Automatically created if omitted.</td>
 </tr>
 <tr valign="top">
-<td>pageIndexVar</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
-                A parameter name, under which the actual page index is set in request scope
+<td>lastRowIndexVar</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
+                A parameter name, under which the actual last displayed row index is set in request scope
                 similar to the var parameter.
             </td>
 </tr>
@@ -116,42 +118,34 @@
             </td>
 </tr>
 <tr valign="top">
-<td>rowsCountVar</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
-                A parameter name, under which the actual rows count is set in request scope
-                similar to the var parameter.
-            </td>
-</tr>
-<tr valign="top">
-<td>displayedRowsCountVar</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
-                A parameter name, under which the actual displayed rows count is set in request scope
+<td>pageIndexVar</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
+                A parameter name, under which the actual page index is set in request scope
                 similar to the var parameter.
             </td>
 </tr>
 <tr valign="top">
-<td>firstRowIndexVar</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
-                A parameter name, under which the actual first displayed row index is set in request scope
-                similar to the var parameter.
+<td>paginator</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
+                If set true, then the paginator gets rendered
             </td>
 </tr>
 <tr valign="top">
-<td>lastRowIndexVar</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
-                A parameter name, under which the actual last displayed row index is set in request scope
-                similar to the var parameter.
+<td>paginatorActiveColumnClass</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
+                styleClass for paginator's column with pageIndex = currentPageIndex
             </td>
 </tr>
 <tr valign="top">
-<td>styleClass</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
-                styleClass for scroller table
+<td>paginatorActiveColumnStyle</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
+                style for paginator's column with pageIndex = currentPageIndex
             </td>
 </tr>
 <tr valign="top">
-<td>style</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
-                style for scroller table
+<td>paginatorColumnClass</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
+                styleClass for paginator's column
             </td>
 </tr>
 <tr valign="top">
-<td>paginator</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
-                If set true, then the paginator gets rendered
+<td>paginatorColumnStyle</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
+                style for paginator's column
             </td>
 </tr>
 <tr valign="top">
@@ -170,23 +164,35 @@
             </td>
 </tr>
 <tr valign="top">
-<td>paginatorColumnClass</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
-                styleClass for paginator's column
+<td>rendered</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>If false, this component will not be rendered.</td>
+</tr>
+<tr valign="top">
+<td>renderFacetsIfSinglePage</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
+                If set to false, the facets aren't renderd if all the lines are contained on a single page.
+                Default is true.
             </td>
 </tr>
 <tr valign="top">
-<td>paginatorColumnStyle</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
-                style for paginator's column
+<td>rowsCountVar</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
+                A parameter name, under which the actual rows count is set in request scope
+                similar to the var parameter.
             </td>
 </tr>
 <tr valign="top">
-<td>paginatorActiveColumnClass</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
-                styleClass for paginator's column with pageIndex = currentPageIndex
+<td>style</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
+                style for scroller table
             </td>
 </tr>
 <tr valign="top">
-<td>paginatorActiveColumnStyle</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
-                style for paginator's column with pageIndex = currentPageIndex
+<td>styleClass</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
+                styleClass for scroller table
+            </td>
+</tr>
+<tr valign="top">
+<td>visibleOnUserRole</td><td>false</td><td>false</td><td><code>java.lang.String</code></td><td>
+                If user is in given role, this component will be rendered
+                normally. If not, nothing is rendered and the body of this tag
+                will be skipped.
             </td>
 </tr>
 </table>

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26