Pager Component

Description

The pager Component is linked to the dataGrid Component. It shows informations about the result set (ex: number of available pages) and can give direct access to a specific page ("a la Google").

The pager Component has the following capabilities :

  • Position & Size
  • Foreground & Background Color
  • Text & font
  • Help
  • Visibility, Read-Only, Disabled
  • Events Handling
  • Association with another component

Screen Shot

Syntax

<v:pager
	for="resultats"
	message="List :" 
	zeroResultMessage="No Line ..."
	oneResultMessage="Only one response :" />
<v:pager
	styleClass="pagerInfos"
	for="resultats"
	message="{rowCount} (page {pageposition}/{pagecount})" 
	zeroResultMessage=""
	oneResultMessage="" />	
      

Instructions