org.apache.tapestry5.corelib.components
Class GridPager

java.lang.Object
  extended by org.apache.tapestry5.corelib.components.GridPager

@Events(value="inplaceupdate (internal event)")
public class GridPager
extends Object

Generates a series of links used to jump to a particular page index within the overall data set.

Component Parameters
NameDescriptionTypeFlagsDefaultDefault PrefixSince
currentPageThe current page number (indexed from 1).intRequiredprop
rangeNumber of pages before and after the current page in the range. The pager always displays links for 2 * range + 1 pages, unless that's more than the total number of available pages.intsymbol:tapestry.components.gridpager_page_rangeprop
rowsPerPageThe number of rows displayed per page.intRequiredprop
sourceThe source of the data displayed by the grid (this is used to determine how many rows are available, which in turn determines the page count).org.apache.tapestry5.grid.GridDataSourceRequiredprop
zoneIf not null, then each link is output as a link to update the specified zone.Stringprop

Events:

inplaceupdate
(internal event)

Constructor Summary
GridPager()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridPager

public GridPager()


Copyright © 2003-2012 The Apache Software Foundation.