10. Tomahawk Tag Reference
Contents > Tomahawk Tag Reference > t:dataScroller
t:dataScroller |
|
The t:dataScroller tag adds scrolling navigation to data components, such as t:dataTable and t:dataList.
Example:
<t:dataScroller></t:dataScroller>
|
Tag Attributes
| actionListener |
String |
| |
| The actionListener attribute accepts a method-binding expression for a backing bean action listener method that will be notified when this component is activated by the user. An action listener method must be a public method with an javax.faces.event.ActionEvent parameter and a void return type. |
| binding |
String |
| |
| The value-binding expression linking this component tag to a backing bean property. |
| displayedRowsCountVar |
String |
| |
| The displayedRowsCountVar attribute |
| enabledOnUserRole |
String |
| |
| The enabledOnUserRole attribute determines if this component will be rendered normally or not depending on the user's roles. |
| fastStep |
String |
| |
| The fastStep attribute defines how many pages to traverse forward or backwards for fastforward or fastrewind. |
| firstRowIndexVar |
String |
| |
| The firstRowIndexVar attribute sets a name that can be used to reference the firstRowIndexVar parameter. The first row index represents the DISPLAYED UI data component's first row. The firstRowIndexVar parameter is set during request scope. |
| for |
String |
| |
| The for attribute is the id of the component this component extends or is part of. This attribute is required by some tags. |
| id |
String |
| |
| The unique identifier value for this component. The value must be unique within the closest naming container. |
| lastRowIndexVar |
String |
| |
| The lastRowIndexVar attribute sets a name that can be used to reference the lastRowIndexVar parameter. The last row index represents the DISPLAYED UI data component's last row. The lastRowIndexVar parameter is set during request scope. |
| pageCountVar |
String |
| |
| The pageCountVar attribute sets a name that can be used to reference the pageCountVar parameter. The pageCount represents the number of pages that the UI data component has. The pageCountVar parameter is set during request scope. |
| pageIndexVar |
String |
| |
| The pageIndexVar attribute sets a name that can be used to reference the pageIndexVar parameter. The pageIndexVar represents the current page that is DISPLAYED of the UI data component. The pageCountVar parameter is set during request scope. |
| paginator |
String |
| |
| The paginator attribute renders the paginator is set to true. |
| paginatorActiveColumnClass |
String |
| |
| The paginatorActiveColumnClass attribute sets the CSS style class to apply to the current page indicator. |
| paginatorActiveColumnStyle |
String |
| |
| The paginatorActiveColumnStyle attribute sets the CSS style to apply to the current page indicator. |
| paginatorColumnClass |
String |
| |
| The paginatorColumnClass attribute defines the CSS class applied to the paginator for this component. |
| paginatorColumnStyle |
String |
| |
| The paginatorColumnStyle attribute defines the CSS style applied to the paginator for this component. |
| paginatorMaxPages |
String |
| |
| The paginatorMaxPages attribute sets the maximum number of pages to be selectable within the paginator. |
| paginatorTableClass |
String |
| |
| The paginatorTableClass attribute defines the CSS class applied to the table for the paginator of this component. |
| paginatorTableStyle |
String |
| |
| The paginatorTableStyle attribute defines the CSS style applied to the table for the paginator of this component. |
| renderFacetsIfSinglePage |
String |
| |
| The renderFacetsIfSinglePage attribute expects a boolean value that, when true, causes the facets of this component to be rendered when the data contained by this component does not exceed one page. The default value is true. |
| rendered |
String |
| |
| A value-binding expression that evaluates to a Boolean condition indicating if this component should be rendered. |
| rowsCountVar |
String |
| |
| The rowsCountVar attribute sets a name that can be used to reference the rowsCountVar parameter. The row count represents the number of rows within the UI data component. The rowsCountVar parameter is set during request scope. |
| style |
String |
| |
| The style attribute sets the CSS style definition to be applied to this component when it is rendered. |
| styleClass |
String |
| |
| The styleClass attribute sets the CSS class to apply to this component when it is rendered. |
| visibleOnUserRole |
String |
| |
| The visibleOnUserRole attribute determines if this component will be visible or not depending on the user's roles. |
|