Documentation
Tomahawk Tools

Search 

Contents

  1. Introduction
  2. Getting Started
  3. Tomahawk Concepts
  4. Code View Support
  5. Design View Support
  6. Tag Object Toolbars
  7. Server Behaviors
  8. Property Inspectors
Selected 9. Tomahawk Tag Reference

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 Text
 
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 Expression
 
The value-binding expression linking this component tag to a backing bean property.
displayedRowsCountVar Text
 
The displayedRowsCountVar attribute
enabledOnUserRole Text
 
The enabledOnUserRole attribute determines if this component will be rendered normally or not depending on the user's roles.
fastStep Text
 
The fastStep attribute defines how many pages to traverse forward or backwards for fastforward or fastrewind.
firstRowIndexVar Text
 
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 Text
 
The for attribute is the id of the component this component extends or is part of. This attribute is required by some tags.
id Text
 
The unique identifier value for this component. The value must be unique within the closest naming container.
immediate Boolean
 
The immediate attribute is a boolean flag indicating that component events should be sent to registered event listeners immediately rather than after the validation phase of the JSF request processing lifecycle. The immediate flag allows you bypass JSF validation for a particular component.
lastRowIndexVar Text
 
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 Text
 
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 Text
 
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 Boolean
 
The paginator attribute renders the paginator is set to true.
paginatorActiveColumnClass CSS Class
 
The paginatorActiveColumnClass attribute sets the CSS style class to apply to the current page indicator.
paginatorActiveColumnStyle CSS Style
 
The paginatorActiveColumnStyle attribute sets the CSS style to apply to the current page indicator.
paginatorColumnClass CSS Class
 
The paginatorColumnClass attribute defines the CSS class applied to the paginator for this component.
paginatorColumnStyle CSS Style
 
The paginatorColumnStyle attribute defines the CSS style applied to the paginator for this component.
paginatorMaxPages Text
 
The paginatorMaxPages attribute sets the maximum number of pages to be selectable within the paginator.
paginatorTableClass CSS Class
 
The paginatorTableClass attribute defines the CSS class applied to the table for the paginator of this component.
paginatorTableStyle CSS Style
 
The paginatorTableStyle attribute defines the CSS style applied to the table for the paginator of this component.
renderFacetsIfSinglePage Boolean
 
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 Boolean
 
A value-binding expression that evaluates to a Boolean condition indicating if this component should be rendered.
rowsCountVar Text
 
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 CSS Style
 
The style attribute sets the CSS style definition to be applied to this component when it is rendered.
styleClass CSS Class
 
The styleClass attribute sets the CSS class to apply to this component when it is rendered.
visibleOnUserRole Text
 
The visibleOnUserRole attribute determines if this component will be visible or not depending on the user's roles.