| Attributes |
| Name | Required | Request-time | Type | Description |
| actionListener | false | false | java.lang.String | MethodBinding pointing at method acception an ActionEvent with return type void. |
| binding | false | false | java.lang.String | Component binding. |
| displayedRowsCountVar | false | false | java.lang.String |
A parameter name, under which the actual displayed rows count is set in request scope
similar to the var parameter.
|
| enabledOnUserRole | false | false | java.lang.String |
If user is in given role, this component will be rendered
normally. If not, no hyperlink is rendered but all nested
tags (=body) are rendered.
|
| fastStep | false | false | java.lang.String | step (pages) used for fastforward and fastrewind |
| firstRowIndexVar | false | false | java.lang.String |
A parameter name, under which the actual first displayed row index is set in request scope
similar to the var parameter.
|
| for | false | false | java.lang.String | No Description |
| id | false | false | java.lang.String | Every component may have an unique id. Automatically created if omitted. |
| immediate | false | false | java.lang.String | True means, that the default ActionListener should be executed immediately (i.e. during Apply Request Values phase of the request processing lifecycle), rather than waiting until the Invoke Application phase. |
| lastRowIndexVar | false | false | java.lang.String |
A parameter name, under which the actual last displayed row index is set in request scope
similar to the var parameter.
|
| pageCountVar | false | false | java.lang.String |
A parameter name, under which the actual page count is set in request scope
similar to the var parameter.
|
| pageIndexVar | false | false | java.lang.String |
A parameter name, under which the actual page index is set in request scope
similar to the var parameter.
|
| paginator | false | false | java.lang.String |
If set true, then the paginator gets rendered
|
| paginatorActiveColumnClass | false | false | java.lang.String |
styleClass for paginator's column with pageIndex = currentPageIndex
|
| paginatorActiveColumnStyle | false | false | java.lang.String |
style for paginator's column with pageIndex = currentPageIndex
|
| paginatorColumnClass | false | false | java.lang.String |
styleClass for paginator's column
|
| paginatorColumnStyle | false | false | java.lang.String |
style for paginator's column
|
| paginatorMaxPages | false | false | java.lang.String |
The maximum amount of pages to be displayed in the paginator.
|
| paginatorTableClass | false | false | java.lang.String |
styleclass for pagingator
|
| paginatorTableStyle | false | false | java.lang.String |
style for pagingator
|
| rendered | false | false | java.lang.String | If false, this component will not be rendered. |
| renderFacetsIfSinglePage | false | false | java.lang.String |
If set to false, the facets aren't renderd if all the lines are contained on a single page.
Default is true.
|
| rowsCountVar | false | false | java.lang.String |
A parameter name, under which the actual rows count is set in request scope
similar to the var parameter.
|
| style | false | false | java.lang.String |
style for scroller table
|
| styleClass | false | false | java.lang.String |
styleClass for scroller table
|
| visibleOnUserRole | false | false | java.lang.String |
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.
|