Uses of Package
org.apache.wicket.markup.html.navigation.paging

Packages that use org.apache.wicket.markup.html.navigation.paging
org.apache.wicket.ajax.markup.html.navigation.paging   
org.apache.wicket.extensions.ajax.markup.html.repeater.data.table   
org.apache.wicket.extensions.markup.html.repeater.data.grid   
org.apache.wicket.extensions.markup.html.repeater.data.table   
org.apache.wicket.markup.html.list List components for tabular data and such. 
org.apache.wicket.markup.html.navigation.paging   
org.apache.wicket.markup.repeater   
org.apache.wicket.markup.repeater.data   
 

Classes in org.apache.wicket.markup.html.navigation.paging used by org.apache.wicket.ajax.markup.html.navigation.paging
IPageable
          Components that implement this interface will be pageable, they should return the pagecount so that an object/component knows how many pages it can use for the setCurrentPage method.
IPagingLabelProvider
          This interface is used by the PagingNavigator components to get the label of the pages there are for a IPageable component.
PagingNavigation
          A navigation for a PageableListView that holds links to other pages of the PageableListView.
PagingNavigationIncrementLink
          An incremental link to a page of a PageableListView.
PagingNavigationLink
          A link to a page of a PageableListView.
PagingNavigator
          A Wicket panel component to draw and maintain a complete page navigator, meant to be easily added to any PageableListView.
 

Classes in org.apache.wicket.markup.html.navigation.paging used by org.apache.wicket.extensions.ajax.markup.html.repeater.data.table
IPageable
          Components that implement this interface will be pageable, they should return the pagecount so that an object/component knows how many pages it can use for the setCurrentPage method.
PagingNavigator
          A Wicket panel component to draw and maintain a complete page navigator, meant to be easily added to any PageableListView.
 

Classes in org.apache.wicket.markup.html.navigation.paging used by org.apache.wicket.extensions.markup.html.repeater.data.grid
IPageable
          Components that implement this interface will be pageable, they should return the pagecount so that an object/component knows how many pages it can use for the setCurrentPage method.
 

Classes in org.apache.wicket.markup.html.navigation.paging used by org.apache.wicket.extensions.markup.html.repeater.data.table
IPageable
          Components that implement this interface will be pageable, they should return the pagecount so that an object/component knows how many pages it can use for the setCurrentPage method.
PagingNavigator
          A Wicket panel component to draw and maintain a complete page navigator, meant to be easily added to any PageableListView.
 

Classes in org.apache.wicket.markup.html.navigation.paging used by org.apache.wicket.markup.html.list
IPageable
          Components that implement this interface will be pageable, they should return the pagecount so that an object/component knows how many pages it can use for the setCurrentPage method.
 

Classes in org.apache.wicket.markup.html.navigation.paging used by org.apache.wicket.markup.html.navigation.paging
IPageable
          Components that implement this interface will be pageable, they should return the pagecount so that an object/component knows how many pages it can use for the setCurrentPage method.
IPagingLabelProvider
          This interface is used by the PagingNavigator components to get the label of the pages there are for a IPageable component.
PagingNavigation
          A navigation for a PageableListView that holds links to other pages of the PageableListView.
 

Classes in org.apache.wicket.markup.html.navigation.paging used by org.apache.wicket.markup.repeater
IPageable
          Components that implement this interface will be pageable, they should return the pagecount so that an object/component knows how many pages it can use for the setCurrentPage method.
 

Classes in org.apache.wicket.markup.html.navigation.paging used by org.apache.wicket.markup.repeater.data
IPageable
          Components that implement this interface will be pageable, they should return the pagecount so that an object/component knows how many pages it can use for the setCurrentPage method.
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.